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

Package org.apache.gora.query

Interface Summary
PartitionQuery<K,T extends Persistent> 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<K,T extends Persistent> A query to a data store to retrieve objects.
Result<K,T extends Persistent> A result to a Query.
 



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