| Interface | Description |
|---|---|
| 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-2014 The Apache Software Foundation. All Rights Reserved.