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.backend.hadoop.hbase   
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.builtin.mock   
org.apache.pig.impl.io   
org.apache.pig.newplan.logical.relational   
org.apache.pig.piggybank.storage   
org.apache.pig.piggybank.storage.avro   
 

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
          StoreFuncs take records from Pig's processing and store them into a data store.
 class StoreFuncMetadataWrapper
          Convenience class to extend when decorating a class that implements both StoreFunc and StoreMetadata.
 class StoreFuncWrapper
          Convenience class to extend when decorating a StoreFunc.
 

Methods in org.apache.pig with parameters of type StoreFuncInterface
protected  void StoreFuncWrapper.setStoreFunc(StoreFuncInterface storeFunc)
          The wrapped StoreFuncInterface object must be set before method calls are made on this object.
 

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()
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with parameters of type StoreFuncInterface
 void POStore.setStoreFunc(StoreFuncInterface storeFunc)
           
 

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 JsonStorage
          A JSON Pig store function.
 class PigStorage
          A load function that parses a line of input into fields using a character delimiter.
 

Uses of StoreFuncInterface in org.apache.pig.builtin.mock
 

Classes in org.apache.pig.builtin.mock that implement StoreFuncInterface
 class Storage
          A convenient mock Storage for unit tests
 

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()
           
 

Constructors in org.apache.pig.newplan.logical.relational with parameters of type StoreFuncInterface
LOStore(LogicalPlan plan, FileSpec outputFileSpec, StoreFuncInterface storeFunc, String signature)
           
 

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

Classes in org.apache.pig.piggybank.storage that implement StoreFuncInterface
 class CSVExcelStorage
          CSV loading and storing with support for multi-line fields, and escaping of delimiters and double quotes within fields; uses CSV conventions of Excel 2007.
 class DBStorage
           
 class IndexedStorage
          IndexedStorage is a form of PigStorage that supports a per record seek.
 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
          Deprecated. Use PigStorage with a -schema option instead
 

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

Classes in org.apache.pig.piggybank.storage.avro that implement StoreFuncInterface
 class AvroStorage
          AvroStorage is used to load/store Avro data
Document can be found here
 



Copyright © 2007-2012 The Apache Software Foundation