|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PartitionQuery in org.apache.gora.accumulo.store |
---|
Methods in org.apache.gora.accumulo.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
AccumuloStore.getPartitions(Query<K,T> query)
|
Uses of PartitionQuery in org.apache.gora.cassandra.store |
---|
Methods in org.apache.gora.cassandra.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
CassandraStore.getPartitions(Query<K,T> query)
|
Uses of PartitionQuery in org.apache.gora.hbase.store |
---|
Methods in org.apache.gora.hbase.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
HBaseStore.getPartitions(Query<K,T> query)
|
Uses of PartitionQuery in org.apache.gora.mapreduce |
---|
Fields in org.apache.gora.mapreduce declared as PartitionQuery | |
---|---|
protected PartitionQuery<?,?> |
GoraInputSplit.query
|
Methods in org.apache.gora.mapreduce that return PartitionQuery | |
---|---|
PartitionQuery<?,?> |
GoraInputSplit.getQuery()
|
Constructors in org.apache.gora.mapreduce with parameters of type PartitionQuery | |
---|---|
GoraInputSplit(org.apache.hadoop.conf.Configuration conf,
PartitionQuery<?,?> query)
|
Uses of PartitionQuery in org.apache.gora.memory.store |
---|
Methods in org.apache.gora.memory.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
MemStore.getPartitions(Query<K,T> query)
|
Uses of PartitionQuery in org.apache.gora.query.impl |
---|
Classes in org.apache.gora.query.impl that implement PartitionQuery | |
---|---|
class |
FileSplitPartitionQuery<K,T extends Persistent>
Keeps a FileSplit to represent the partition boundaries. |
class |
PartitionQueryImpl<K,T extends Persistent>
Implementation for PartitionQuery . |
Uses of PartitionQuery in org.apache.gora.sql.store |
---|
Methods in org.apache.gora.sql.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
SqlStore.getPartitions(Query<K,T> query)
|
Uses of PartitionQuery in org.apache.gora.store |
---|
Methods in org.apache.gora.store that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
DataStore.getPartitions(Query<K,T> query)
Partitions the given query and returns a list of PartitionQuery s,
which will execute on local data. |
Uses of PartitionQuery in org.apache.gora.store.impl |
---|
Methods in org.apache.gora.store.impl that return types with arguments of type PartitionQuery | |
---|---|
List<PartitionQuery<K,T>> |
FileBackedDataStoreBase.getPartitions(Query<K,T> query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |