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

Uses of Class
org.apache.gora.query.impl.FileSplitPartitionQuery

Packages that use FileSplitPartitionQuery
org.apache.gora.avro.store   
org.apache.gora.store.impl   
 

Uses of FileSplitPartitionQuery in org.apache.gora.avro.store
 

Methods in org.apache.gora.avro.store with parameters of type FileSplitPartitionQuery
protected  Result<K,T> DataFileAvroStore.executePartial(FileSplitPartitionQuery<K,T> query)
           
protected  Result<K,T> AvroStore.executePartial(FileSplitPartitionQuery<K,T> query)
          Executes a PartitialQuery, reading the data between start and end.
 

Uses of FileSplitPartitionQuery in org.apache.gora.store.impl
 

Methods in org.apache.gora.store.impl with parameters of type FileSplitPartitionQuery
protected abstract  Result<K,T> FileBackedDataStoreBase.executePartial(FileSplitPartitionQuery<K,T> query)
          Executes a PartitialQuery, reading the data between start and end.
 



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