Uses of Interface
org.apache.pig.StoreFunc

Packages that use StoreFunc
org.apache.pig   
org.apache.pig.backend.hadoop.executionengine.mapreduceExec   
org.apache.pig.builtin   
org.apache.pig.impl.builtin   
org.apache.pig.impl.io   
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.mapreduceExec
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapreduceExec 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.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.streaming
 

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



Copyright © ${year} The Apache Software Foundation