This project has retired. For details please refer to its
        
        Attic page .
      
AvroQuery (Apache Gora 0.2.1 API)
 
 
org.apache.gora.avro.query 
Persistent > 
java.lang.Object 
  org.apache.gora.query.impl.QueryBase <K,T>
      org.apache.gora.avro.query.AvroQuery<K,T> 
 
All Implemented Interfaces:  Query <K,T>, org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.Writable 
public class AvroQuery<K,T extends Persistent >  extends QueryBase <K,T>  
A simple Query implementation for Avro. Due to the data model, 
 most of the operations for Query, like setting start,end keys is not 
 supported. Setting query limit is supported.
 
Methods inherited from class org.apache.gora.query.impl.QueryBase   
equals , execute , getConf , getDataStore , getEndKey , getEndTime , getFields , getKey , getLimit , getStartKey , getStartTime , getTimestamp , hashCode , readFields , setConf , setDataStore , setEndKey , setEndTime , setFields , setKey , setKeyRange , setLimit , setStartKey , setStartTime , setTimeRange , setTimestamp , toString , write  
 
AvroQuery 
public AvroQuery () 
 
AvroQuery 
public AvroQuery (AvroStore <K ,T > dataStore) 
 
The Apache Software Foundation . All Rights Reserved.