|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
FileNamingScheme | Encapsulates rules for naming output files. |
FileReaderFactory<T> | |
MapReduceTarget | |
OutputHandler | |
PathTarget | A target whose output goes to a given path on a file system. |
ReadableSource<T> | An extension of the Source interface that indicates that a
Source instance may be read as a series of records by the client
code. |
ReadableSourceTarget<T> | An interface that indicates that a SourceTarget instance can be read
into the local client. |
Class Summary | |
---|---|
At | Static factory methods for creating common SourceTarget types, which may be treated as both a Source
and a Target . |
CompositePathIterable<T> | |
CrunchInputs | Helper functions for configuring multiple InputFormat instances within a single
Crunch MapReduce job. |
CrunchOutputs<K,V> | An analogue of CrunchInputs for handling multiple OutputFormat instances
writing to multiple files within a single MapReduce job. |
FormatBundle<K> | A combination of an InputFormat or OutputFormat and any extra
configuration information that format class needs to run. |
From | Static factory methods for creating common Source types. |
SequentialFileNamingScheme | Default FileNamingScheme that uses an incrementing sequence number in
order to generate unique file names. |
SourceTargetHelper | Functions for configuring the inputs/outputs of MapReduce jobs. |
To | Static factory methods for creating common Target types. |
Data input and output for Pipelines.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |