Interface | Description |
---|---|
BlockFilter |
An interface for filtering blocks before running map tasks.
|
Class | Description |
---|---|
BinaryRecordReader<K extends Writable,V extends Writable> |
Reads every possible pair of values from two underlying record readers.
|
BinarySpatialInputFormat<K extends Writable,V extends Writable> |
An input format that reads a pair of files simultaneously and returns
a key for one of them and the value as a pair of values.
|
DefaultBlockFilter |
A default implementation for BlockFilter that returns everything.
|
FileSplitUtil |
A set of method and algorithms used to support management of file splits.
|
GridOutputFormat<S extends Shape> | |
GridOutputFormat2<S extends Shape> | |
GridOutputFormat3<S extends Shape> | |
GridRecordWriter<S extends Shape> |
A record writer that can be used in MapReduce programs to write an index
file where the key is the cell ID and the value is the shape to write to
that cell.
|
GridRecordWriter2<S extends Shape> |
A record writer that can be used in MapReduce programs.
|
GridRecordWriter3<S extends Shape> |
A record writer to be used to write the output of MapReduce programs to
a spatial index.
|
PairWritable<T extends Writable> |
A class that stores a pair of objects where both are writable
|
RandomInputFormat<S extends Shape> | |
RandomShapeGenerator<S extends Shape> |
A record reader that generates random shapes in a specified area out of
the blue.
|
RTreeGridOutputFormat<S extends Shape> | |
RTreeGridRecordWriter<S extends Shape> | |
RTreeInputFormat<S extends Shape> |
Reads a file stored as a list of RTrees
|
RTreeRecordReader<S extends Shape> |
Reads a file as a list of RTrees
|
ShapeArrayInputFormat |
Reads a file stored as a list of RTrees
|
ShapeArrayRecordReader |
Reads a file as a list of RTrees
|
ShapeInputFormat<S extends Shape> |
An input format used with spatial data.
|
ShapeIterInputFormat |
Reads a file stored as a list of RTrees
|
ShapeIterRecordReader |
Reads a file as a list of RTrees
|
ShapeLineInputFormat |
An input format used with spatial data.
|
ShapeLineRecordReader |
A record reader for objects of class
Shape |
ShapeRecordReader<S extends Shape> |
A record reader for objects of class
Shape |
SpatialInputFormat<K,V> |
An input format used with spatial data.
|
SpatialRecordReader<K,V> |
A base class to read shapes from files.
|
SpatialRecordReader.ShapeIterator |
An iterator that iterates over all shapes in the input file
|
TextOutputFormat<K,V> |
An
OutputFormat that writes plain text files. |
TextOutputFormat.LineRecordWriter<K,V> |
Enum | Description |
---|---|
RandomShapeGenerator.DistributionType |