| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Result in org.apache.gora.accumulo.query | 
|---|
| Classes in org.apache.gora.accumulo.query that implement Result | |
|---|---|
|  class | AccumuloResult<K,T extends Persistent> | 
| Uses of Result in org.apache.gora.accumulo.store | 
|---|
| Methods in org.apache.gora.accumulo.store that return Result | |
|---|---|
|  Result<K,T> | AccumuloStore.execute(Query<K,T> query) | 
| Uses of Result in org.apache.gora.avro.query | 
|---|
| Classes in org.apache.gora.avro.query that implement Result | |
|---|---|
|  class | AvroResult<K,T extends Persistent>Adapter to convert DatumReader to Result. | 
|  class | DataFileAvroResult<K,T extends Persistent>An Avro DataFileReaderbacked Result. | 
| Uses of Result in org.apache.gora.avro.store | 
|---|
| Methods in org.apache.gora.avro.store that return Result | |
|---|---|
| protected  Result<K,T> | DataFileAvroStore.executePartial(FileSplitPartitionQuery<K,T> query) | 
| protected  Result<K,T> | AvroStore.executePartial(FileSplitPartitionQuery<K,T> query)Executes a PartitialQuery, reading the data between start and end. | 
| protected  Result<K,T> | DataFileAvroStore.executeQuery(Query<K,T> query) | 
| protected  Result<K,T> | AvroStore.executeQuery(Query<K,T> query)Executes a normal Query reading the whole data. | 
| Uses of Result in org.apache.gora.cassandra.query | 
|---|
| Classes in org.apache.gora.cassandra.query that implement Result | |
|---|---|
|  class | CassandraResult<K,T extends Persistent> | 
| Uses of Result in org.apache.gora.cassandra.store | 
|---|
| Methods in org.apache.gora.cassandra.store that return Result | |
|---|---|
|  Result<K,T> | CassandraStore.execute(Query<K,T> query) | 
| Uses of Result in org.apache.gora.hbase.query | 
|---|
| Classes in org.apache.gora.hbase.query that implement Result | |
|---|---|
|  class | HBaseGetResult<K,T extends Persistent>An HBaseResultbased on the result of a HBaseGetquery. | 
|  class | HBaseResult<K,T extends Persistent>Base class for Resultimplementations for HBase. | 
|  class | HBaseScannerResult<K,T extends Persistent>Result of a query based on an HBase scanner. | 
| Uses of Result in org.apache.gora.hbase.store | 
|---|
| Methods in org.apache.gora.hbase.store that return Result | |
|---|---|
|  Result<K,T> | HBaseStore.execute(Query<K,T> query) | 
| Uses of Result in org.apache.gora.mapreduce | 
|---|
| Fields in org.apache.gora.mapreduce declared as Result | |
|---|---|
| protected  Result<K,T> | GoraRecordReader.result | 
| Uses of Result in org.apache.gora.memory.store | 
|---|
| Classes in org.apache.gora.memory.store that implement Result | |
|---|---|
| static class | MemStore.MemResult<K,T extends Persistent> | 
| Methods in org.apache.gora.memory.store that return Result | |
|---|---|
|  Result<K,T> | MemStore.execute(Query<K,T> query) | 
| Uses of Result in org.apache.gora.query | 
|---|
| Methods in org.apache.gora.query that return Result | |
|---|---|
|  Result<K,T> | Query.execute()Executes the Query on the DataStore and returns the results. | 
| Uses of Result in org.apache.gora.query.impl | 
|---|
| Classes in org.apache.gora.query.impl that implement Result | |
|---|---|
|  class | ResultBase<K,T extends Persistent>Base class for Resultimplementations. | 
| Methods in org.apache.gora.query.impl that return Result | |
|---|---|
|  Result<K,T> | QueryBase.execute() | 
| Uses of Result in org.apache.gora.sql.query | 
|---|
| Classes in org.apache.gora.sql.query that implement Result | |
|---|---|
|  class | SqlResult<K,T extends Persistent> | 
| Uses of Result in org.apache.gora.sql.store | 
|---|
| Methods in org.apache.gora.sql.store that return Result | |
|---|---|
|  Result<K,T> | SqlStore.execute(Query<K,T> query) | 
| Uses of Result in org.apache.gora.store | 
|---|
| Methods in org.apache.gora.store that return Result | |
|---|---|
|  Result<K,T> | DataStore.execute(Query<K,T> query)Executes the given query and returns the results. | 
| Uses of Result in org.apache.gora.store.impl | 
|---|
| Methods in org.apache.gora.store.impl that return Result | |
|---|---|
|  Result<K,T> | FileBackedDataStoreBase.execute(Query<K,T> query) | 
| protected abstract  Result<K,T> | FileBackedDataStoreBase.executePartial(FileSplitPartitionQuery<K,T> query)Executes a PartitialQuery, reading the data between start and end. | 
| protected abstract  Result<K,T> | FileBackedDataStoreBase.executeQuery(Query<K,T> query)Executes a normal Query reading the whole data. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||