This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.crunch.Target.WriteMode (Apache Crunch 0.9.0 API)

Uses of Class
org.apache.crunch.Target.WriteMode

Packages that use Target.WriteMode
org.apache.crunch Client-facing API and core abstractions. 
org.apache.crunch.impl.dist   
org.apache.crunch.impl.dist.collect   
org.apache.crunch.impl.mem In-memory Pipeline implementation for rapid prototyping and testing. 
org.apache.crunch.impl.mem.collect   
org.apache.crunch.io.hbase   
org.apache.crunch.io.impl   
 

Uses of Target.WriteMode in org.apache.crunch
 

Methods in org.apache.crunch that return Target.WriteMode
static Target.WriteMode Target.WriteMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Target.WriteMode[] Target.WriteMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.crunch with parameters of type Target.WriteMode
 boolean Target.handleExisting(Target.WriteMode writeMode, long lastModifiedAt, org.apache.hadoop.conf.Configuration conf)
          Apply the given WriteMode to this Target instance.
 void Pipeline.write(PCollection<?> collection, Target target, Target.WriteMode writeMode)
          Write the contents of the PCollection to the given Target, using the storage format specified by the target and the given WriteMode for cases where the referenced Target already exists.
 PTable<K,V> PTable.write(Target target, Target.WriteMode writeMode)
          Writes this PTable to the given Target, using the given Target.WriteMode to handle existing targets.
 PCollection<S> PCollection.write(Target target, Target.WriteMode writeMode)
          Write the contents of this PCollection to the given Target, using the given Target.WriteMode to handle existing targets.
 

Uses of Target.WriteMode in org.apache.crunch.impl.dist
 

Methods in org.apache.crunch.impl.dist with parameters of type Target.WriteMode
 void DistributedPipeline.write(PCollection<?> pcollection, Target target, Target.WriteMode writeMode)
           
 

Uses of Target.WriteMode in org.apache.crunch.impl.dist.collect
 

Methods in org.apache.crunch.impl.dist.collect with parameters of type Target.WriteMode
 PTable<K,V> PTableBase.write(Target target, Target.WriteMode writeMode)
           
 PCollection<S> PCollectionImpl.write(Target target, Target.WriteMode writeMode)
           
 

Uses of Target.WriteMode in org.apache.crunch.impl.mem
 

Methods in org.apache.crunch.impl.mem with parameters of type Target.WriteMode
 void MemPipeline.write(PCollection<?> collection, Target target, Target.WriteMode writeMode)
           
 

Uses of Target.WriteMode in org.apache.crunch.impl.mem.collect
 

Methods in org.apache.crunch.impl.mem.collect with parameters of type Target.WriteMode
 PTable<K,V> MemTable.write(Target target, Target.WriteMode writeMode)
           
 PCollection<S> MemCollection.write(Target target, Target.WriteMode writeMode)
           
 

Uses of Target.WriteMode in org.apache.crunch.io.hbase
 

Methods in org.apache.crunch.io.hbase with parameters of type Target.WriteMode
 boolean HBaseTarget.handleExisting(Target.WriteMode strategy, long lastModifiedAt, org.apache.hadoop.conf.Configuration conf)
           
 

Uses of Target.WriteMode in org.apache.crunch.io.impl
 

Methods in org.apache.crunch.io.impl with parameters of type Target.WriteMode
 boolean FileTargetImpl.handleExisting(Target.WriteMode strategy, long lastModForSource, org.apache.hadoop.conf.Configuration conf)
           
 



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.