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

Uses of Package
org.apache.gora.query

Packages that use org.apache.gora.query
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.examples.mapreduce   
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   
 

Classes in org.apache.gora.query used by org.apache.gora.accumulo.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.accumulo.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.avro.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.avro.store
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.cassandra.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.cassandra.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.examples.mapreduce
Query
          A query to a data store to retrieve objects.
 

Classes in org.apache.gora.query used by org.apache.gora.hbase.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.hbase.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.mapreduce
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.memory.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.query.impl
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.sql.query
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.sql.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.store
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 

Classes in org.apache.gora.query used by org.apache.gora.store.impl
PartitionQuery
          PartitionQuery divides the results of the Query to multi partitions, so that queries can be run locally on the nodes that hold the data.
Query
          A query to a data store to retrieve objects.
Result
          A result to a Query.
 



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