|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StoreFunc | |
---|---|
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.executionengine.util | |
org.apache.pig.backend.local.executionengine | |
org.apache.pig.builtin | |
org.apache.pig.impl.io | |
org.apache.pig.impl.logicalLayer | The logical operators that represent a pig script and tools for manipulating those operators. |
org.apache.pig.impl.streaming |
Uses of StoreFunc in org.apache.pig |
---|
Subinterfaces of StoreFunc in org.apache.pig | |
---|---|
interface |
ReversibleLoadStoreFunc
This interface is used to implement classes that can perform both Load and Store functionalities in a symmetric fashion (thus reversible). |
Uses of StoreFunc in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return StoreFunc | |
---|---|
StoreFunc |
MapReducePOStoreImpl.createStoreFunc(FileSpec sFile,
Schema schema)
|
Constructors in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type StoreFunc | |
---|---|
PigOutputFormat.PigRecordWriter(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path file,
StoreFunc sfunc)
|
Uses of StoreFunc in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return StoreFunc | |
---|---|
abstract StoreFunc |
POStoreImpl.createStoreFunc(FileSpec sFile,
Schema schema)
Set up the storer |
Uses of StoreFunc in org.apache.pig.backend.hadoop.executionengine.util |
---|
Methods in org.apache.pig.backend.hadoop.executionengine.util that return StoreFunc | |
---|---|
static StoreFunc |
MapRedUtil.getStoreFunc(org.apache.hadoop.mapred.JobConf conf)
This method is to be called from an OutputFormat.getRecordWriter(FileSystem ignored, JobConf job,
String name, Progressable progress)
method to obtain a reference to the StoreFunc object to be used by
that OutputFormat to perform the write() operation |
Uses of StoreFunc in org.apache.pig.backend.local.executionengine |
---|
Methods in org.apache.pig.backend.local.executionengine that return StoreFunc | |
---|---|
StoreFunc |
LocalPOStoreImpl.createStoreFunc(FileSpec sFile,
Schema schema)
|
Uses of StoreFunc in org.apache.pig.builtin |
---|
Classes in org.apache.pig.builtin that implement StoreFunc | |
---|---|
class |
BinaryStorage
BinaryStorage is a simple, as-is, serializer/deserializer pair. |
class |
BinStorage
|
class |
PigDump
|
class |
PigStorage
A load function that parses a line of input into fields using a delimiter to set the fields. |
Uses of StoreFunc in org.apache.pig.impl.io |
---|
Methods in org.apache.pig.impl.io with parameters of type StoreFunc | |
---|---|
void |
PigFile.store(DataBag data,
StoreFunc sfunc,
PigContext pigContext)
|
Uses of StoreFunc in org.apache.pig.impl.logicalLayer |
---|
Methods in org.apache.pig.impl.logicalLayer that return StoreFunc | |
---|---|
StoreFunc |
LOStore.getStoreFunc()
|
Uses of StoreFunc in org.apache.pig.impl.streaming |
---|
Fields in org.apache.pig.impl.streaming declared as StoreFunc | |
---|---|
protected StoreFunc |
InputHandler.serializer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |