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.accumulo   
org.apache.pig.backend.hadoop.executionengine.fetch   
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   
 

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.accumulo
 

Classes in org.apache.pig.backend.hadoop.accumulo that implement StoreFuncInterface
 class AbstractAccumuloStorage
          A LoadStoreFunc for retrieving data from and storing data to Accumulo A Key/Val pair will be returned as tuples: (key, colfam, colqual, colvis, timestamp, value).
 class AccumuloStorage
          Basic PigStorage implementation that uses Accumulo as the backing store.
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.fetch that return StoreFuncInterface
 StoreFuncInterface FetchPOStoreImpl.createStoreFunc(POStore 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()
           
 

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 AvroStorage
          Pig UDF for reading and writing Avro data.
 class BinStorage
          Load and store data in a binary format.
 class JsonStorage
          A JSON Pig store function.
 class ParquetStorer
          Wrapper class which will delegate calls to parquet.pig.ParquetStorer
 class PigStorage
          A load function that parses a line of input into fields using a character delimiter.
 class TrevniStorage
          Pig Store/Load Function for Trevni.
 

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 SequenceFileInterStorage
          Store tuples (BinSedesTuples, specifically) using sequence files to leverage sequence file's compression features.
 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 FixedWidthStorer
          Stores Pig records in a fixed-width file format.
 class HiveColumnarStorage
           
 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
 



Copyright © 2007-2012 The Apache Software Foundation