Uses of Interface
org.apache.pig.StoreFuncInterface

Packages that use StoreFuncInterface
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.backend.hadoop.hbase   
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.impl.io   
org.apache.pig.newplan.logical.relational   
 

Uses of StoreFuncInterface in org.apache.pig
 

Classes in org.apache.pig that implement StoreFuncInterface
 class StoreFunc
          StoreFuncs take records from Pig's processing and store them into a data store.
 

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.backend.hadoop.hbase
 

Classes in org.apache.pig.backend.hadoop.hbase that implement StoreFuncInterface
 class HBaseStorage
          A HBase implementation of LoadFunc and StoreFunc.
 

Uses of StoreFuncInterface in org.apache.pig.builtin
 

Classes in org.apache.pig.builtin that implement StoreFuncInterface
 class BinStorage
          Load and store data in a binary format.
 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.impl.io
 

Classes in org.apache.pig.impl.io that implement StoreFuncInterface
 class InterStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 class TFileStorage
          LOAD FUNCTION FOR PIG INTERNAL USE ONLY! This load function is used for storing intermediate data between MR jobs of a pig query.
 

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

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



Copyright © ${year} The Apache Software Foundation