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

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

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

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 PartitionQuerys, 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)
           
 



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