Uses of Interface
org.apache.pig.StoreFunc

Packages that use StoreFunc
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.builtin   
org.apache.pig.impl.builtin   
org.apache.pig.impl.io   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.streaming   
 

Uses of StoreFunc in org.apache.pig
 

Subinterfaces of StoreFunc in org.apache.pig
 interface ReversibleLoadStoreFunc
          This interface is used to implement classes that can perform both Load and Store functionalities in a symmetric fashion (thus reversible).
 

Uses of StoreFunc in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type StoreFunc
PigOutputFormat.PigRecordWriter(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path file, StoreFunc sfunc)
           
 

Uses of StoreFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return StoreFunc
 StoreFunc POStore.getStorer()
           
 

Uses of StoreFunc in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement StoreFunc
 class BinaryStorage
          BinaryStorage is a simple, as-is, serializer/deserializer pair.
 class BinStorage
           
 class PigDump
           
 class PigStorage
          A load function that parses a line of input into fields using a delimiter to set the fields.
 

Uses of StoreFunc in org.apache.pig.impl.builtin
 

Classes in org.apache.pig.impl.builtin that implement StoreFunc
 class RandomSampleLoader
           
 

Uses of StoreFunc in org.apache.pig.impl.io
 

Methods in org.apache.pig.impl.io with parameters of type StoreFunc
 void PigFile.store(DataBag data, StoreFunc sfunc, PigContext pigContext)
           
 

Uses of StoreFunc in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer that return StoreFunc
 StoreFunc LOStore.getStoreFunc()
           
 

Uses of StoreFunc in org.apache.pig.impl.streaming
 

Fields in org.apache.pig.impl.streaming declared as StoreFunc
protected  StoreFunc InputHandler.serializer
           
 



Copyright © ${year} The Apache Software Foundation