| Class | Description |
|---|---|
| GoraInputFormat<K,T extends PersistentBase> |
InputFormat to fetch the input from Gora data stores. |
| GoraInputSplit |
InputSplit using
PartitionQuerys. |
| GoraMapper<K1,V1 extends Persistent,K2,V2> |
Base class for Gora based
Mappers. |
| GoraMapReduceUtils |
MapReduce related utilities for Gora
|
| GoraMapReduceUtils.HelperInputFormat<K,V> | |
| GoraOutputFormat<K,T extends Persistent> |
OutputFormat for Hadoop jobs that want to store the job outputs
to a Gora store. |
| GoraRecordCounter | |
| GoraRecordReader<K,T extends PersistentBase> |
An adapter for Result to Hadoop RecordReader.
|
| GoraRecordWriter<K,T> |
Hadoop record writer that flushes the Gora datastore regularly.
|
| GoraReducer<K1,V1,K2,V2 extends Persistent> |
Base class for Gora based
Reducers. |
| NullOutputCommitter |
An OutputCommitter that does nothing.
|
| PersistentDeserializer |
Hadoop deserializer using
SpecificDatumReader
with BinaryDecoder. |
| PersistentSerialization | |
| PersistentSerializer |
Hadoop serializer using Avro's
SpecificDatumWriter
with BinaryEncoder. |
| StringComparator | |
| StringSerialization |
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.