Modifier and Type | Class and Description |
---|---|
class |
AccumuloQuery<K,T extends PersistentBase> |
class |
AccumuloResult<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
AccumuloStore<K,T extends PersistentBase>
Directs CRUD operations into Accumulo.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroQuery<K,T extends PersistentBase>
A simple Query implementation for Avro.
|
class |
AvroResult<K,T extends PersistentBase>
Adapter to convert DatumReader to Result.
|
class |
DataFileAvroResult<K,T extends PersistentBase>
An Avro
DataFileReader backed Result. |
Modifier and Type | Class and Description |
---|---|
class |
AvroStore<K,T extends PersistentBase>
An adapter DataStore for binary-compatible Avro serializations.
|
class |
DataFileAvroStore<K,T extends PersistentBase>
DataFileAvroStore is file based store which uses Avro's
DataFile{Writer,Reader}'s as a backend.
|
Modifier and Type | Class and Description |
---|---|
class |
CassandraQuery<K,T extends PersistentBase> |
class |
CassandraResult<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
CassandraClient<K,T extends PersistentBase>
CassandraClient is where all of the primary datastore functionality is
executed.
|
class |
CassandraStore<K,T extends PersistentBase>
CassandraStore is the primary class
responsible for directing Gora CRUD operations into Cassandra. |
Modifier and Type | Class and Description |
---|---|
class |
FilterList<K,T extends PersistentBase> |
class |
MapFieldValueFilter<K,T extends PersistentBase>
A filter that checks for a single field in the persistent.
|
class |
SingleFieldValueFilter<K,T extends PersistentBase>
A filter that checks for a single field in the persistent.
|
Modifier and Type | Class and Description |
---|---|
class |
CINode |
static class |
CINode.Tombstone |
class |
Flushed |
static class |
Flushed.Tombstone |
Modifier and Type | Class and Description |
---|---|
class |
HBaseGetResult<K,T extends PersistentBase>
An
HBaseResult based on the result of a HBase Get query. |
class |
HBaseQuery<K,T extends PersistentBase>
HBase specific implementation of the
Query interface. |
class |
HBaseResult<K,T extends PersistentBase>
Base class for
Result implementations for HBase. |
class |
HBaseScannerResult<K,T extends PersistentBase>
Result of a query based on an HBase scanner.
|
Modifier and Type | Class and Description |
---|---|
class |
HBaseStore<K,T extends PersistentBase>
DataStore for HBase.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseFactory<K,T extends PersistentBase> |
class |
DefaultFactory<K,T extends PersistentBase> |
interface |
FilterFactory<K,T extends PersistentBase> |
class |
HBaseFilterUtil<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
GoraInputFormat<K,T extends PersistentBase>
InputFormat to fetch the input from Gora data stores. |
class |
GoraRecordReader<K,T extends PersistentBase>
An adapter for Result to Hadoop RecordReader.
|
Modifier and Type | Class and Description |
---|---|
class |
MemStore<K,T extends PersistentBase>
Memory based
DataStore implementation for tests. |
static class |
MemStore.MemQuery<K,T extends PersistentBase> |
static class |
MemStore.MemResult<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
BaseFactory<K,T extends PersistentBase>
Base implementation of a
FilterFactory which just manage back
reference to MongoFilterUtil . |
class |
DefaultFactory<K,T extends PersistentBase> |
interface |
FilterFactory<K,T extends PersistentBase>
Describe factory which create remote filter for MongoDB.
|
class |
MongoFilterUtil<K,T extends PersistentBase>
Manage creation of filtering
Query using
configured factories. |
Modifier and Type | Class and Description |
---|---|
class |
MongoDBQuery<K,T extends PersistentBase>
MongoDB specific implementation of the
Query interface. |
class |
MongoDBResult<K,T extends PersistentBase>
MongoDB specific implementation of the
Result
interface. |
Modifier and Type | Class and Description |
---|---|
class |
MongoMappingBuilder<K,T extends PersistentBase>
A builder for creating the mapper.
|
class |
MongoStore<K,T extends PersistentBase>
Implementation of a MongoDB data store to be used by gora.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSplitPartitionQuery<K,T extends PersistentBase>
Keeps a
FileSplit to represent the partition boundaries. |
class |
PartitionQueryImpl<K,T extends PersistentBase>
Implementation for
PartitionQuery . |
class |
QueryBase<K,T extends PersistentBase>
Base class for Query implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
SolrQuery<K,T extends PersistentBase> |
class |
SolrResult<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
SolrStore<K,T extends PersistentBase> |
Modifier and Type | Class and Description |
---|---|
class |
DataStoreBase<K,T extends PersistentBase>
A Base class for Avro persistent
DataStore s. |
class |
FileBackedDataStoreBase<K,T extends PersistentBase>
Base implementations for
FileBackedDataStore methods. |
Modifier and Type | Class and Description |
---|---|
class |
MetricDatum |
static class |
MetricDatum.Tombstone |
class |
Pageview |
static class |
Pageview.Tombstone |
Copyright © 2010-2015 The Apache Software Foundation. All Rights Reserved.