|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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. |
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()
|
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 |
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. |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |