Uses of Interface
org.apache.pig.StoreFuncInterface

Packages that use StoreFuncInterface
org.apache.hadoop.zebra.pig Implementation of PIG Storer/Loader Interfaces 
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.experimental.logical.relational   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.piggybank.storage   
 

Uses of StoreFuncInterface in org.apache.hadoop.zebra.pig
 

Classes in org.apache.hadoop.zebra.pig that implement StoreFuncInterface
 class TableStorer
          Pig LoadFunc implementation for Zebra Table
 

Uses of StoreFuncInterface in org.apache.pig
 

Classes in org.apache.pig that implement StoreFuncInterface
 class StoreFunc
          This abstract class is used to implement functions to write records from a dataset.
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return StoreFuncInterface
 StoreFuncInterface MapReducePOStoreImpl.createStoreFunc(POStore store)
           
 

Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type StoreFuncInterface
PigOutputFormat.PigRecordWriter(org.apache.hadoop.mapreduce.RecordWriter wrappedWriter, StoreFuncInterface sFunc, org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.PigOutputFormat.Mode mode)
           
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return StoreFuncInterface
abstract  StoreFuncInterface POStoreImpl.createStoreFunc(POStore store)
          Set up the storer
 StoreFuncInterface POStore.getStoreFunc()
           
 

Uses of StoreFuncInterface in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement StoreFuncInterface
 class BinStorage
           
 class PigStorage
          A load function that parses a line of input into fields using a delimiter to set the fields.
 

Uses of StoreFuncInterface in org.apache.pig.experimental.logical.relational
 

Methods in org.apache.pig.experimental.logical.relational that return StoreFuncInterface
 StoreFuncInterface LOStore.getStoreFunc()
           
 

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

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

Uses of StoreFuncInterface in org.apache.pig.piggybank.storage
 

Classes in org.apache.pig.piggybank.storage that implement StoreFuncInterface
 class MultiStorage
          The UDF is useful for splitting the output data into a bunch of directories and files dynamically based on user specified key field in the output tuple.
 class PigStorageSchema
          This Load/Store Func reads/writes metafiles that allow the schema and aliases to be determined at load time, saving one from having to manually enter schemas for pig-generated datasets.
 



Copyright © ${year} The Apache Software Foundation