This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.gora.query.Result (Apache Gora 0.2 API)

Uses of Interface
org.apache.gora.query.Result

Packages that use Result
org.apache.gora.accumulo.query   
org.apache.gora.accumulo.store   
org.apache.gora.avro.query   
org.apache.gora.avro.store   
org.apache.gora.cassandra.query   
org.apache.gora.cassandra.store   
org.apache.gora.hbase.query   
org.apache.gora.hbase.store   
org.apache.gora.mapreduce   
org.apache.gora.memory.store   
org.apache.gora.query   
org.apache.gora.query.impl   
org.apache.gora.sql.query   
org.apache.gora.sql.store   
org.apache.gora.store   
org.apache.gora.store.impl   
 

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 DataFileReader backed 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 HBaseResult based on the result of a HBase Get query.
 class HBaseResult<K,T extends Persistent>
          Base class for Result implementations 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 Result implementations.
 

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.
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.