This project has retired. For details please refer to its Attic page.
AccumuloQuery (Apache Gora 0.2 API)

org.apache.gora.accumulo.query
Class AccumuloQuery<K,T extends Persistent>

java.lang.Object
  extended by org.apache.gora.query.impl.QueryBase<K,T>
      extended by org.apache.gora.accumulo.query.AccumuloQuery<K,T>
All Implemented Interfaces:
Query<K,T>, org.apache.hadoop.conf.Configurable, org.apache.hadoop.io.Writable

public class AccumuloQuery<K,T extends Persistent>
extends QueryBase<K,T>


Field Summary
 
Fields inherited from class org.apache.gora.query.impl.QueryBase
dataStore, endKey, endTime, fields, filter, isCompiled, limit, queryString, startKey, startTime
 
Constructor Summary
AccumuloQuery()
           
AccumuloQuery(DataStore<K,T> dataStore)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccumuloQuery

public AccumuloQuery()

AccumuloQuery

public AccumuloQuery(DataStore<K,T> dataStore)


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