Uses of Interface
me.prettyprint.hector.api.query.QueryResult

Packages that use QueryResult
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.model.thrift   
me.prettyprint.hector.api.query The api.query package defines the different query types 
 

Uses of QueryResult in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement QueryResult
 class QueryResultImpl<T>
           
 

Methods in me.prettyprint.cassandra.model that return QueryResult
 QueryResult<Map<K,Integer>> MultigetSubCountQuery.execute()
           
 QueryResult<Map<K,Integer>> MultigetCountQuery.execute()
           
 QueryResult<OrderedRows<K,N,V>> IndexedSlicesQuery.execute()
           
 QueryResult<CqlRows<K,N,V>> CqlQuery.execute()
           
 QueryResult<HColumn<N,V>> AbstractSubColumnQuery.execute()
           
 

Uses of QueryResult in me.prettyprint.cassandra.model.thrift
 

Methods in me.prettyprint.cassandra.model.thrift that return QueryResult
 QueryResult<SuperSlice<SN,N,V>> ThriftSuperSliceQuery.execute()
           
 QueryResult<CounterSuperSlice<SN,N>> ThriftSuperSliceCounterQuery.execute()
           
 QueryResult<Integer> ThriftSuperCountQuery.execute()
           
 QueryResult<HSuperColumn<SN,N,V>> ThriftSuperColumnQuery.execute()
           
 QueryResult<ColumnSlice<N,V>> ThriftSubSliceQuery.execute()
           
 QueryResult<Integer> ThriftSubCountQuery.execute()
           
 QueryResult<ColumnSlice<N,V>> ThriftSliceQuery.execute()
           
 QueryResult<CounterSlice<N>> ThriftSliceCounterQuery.execute()
           
 QueryResult<OrderedSuperRows<K,SN,N,V>> ThriftRangeSuperSlicesQuery.execute()
           
 QueryResult<OrderedCounterSuperRows<K,SN,N>> ThriftRangeSuperSlicesCounterQuery.execute()
           
 QueryResult<OrderedRows<K,N,V>> ThriftRangeSubSlicesQuery.execute()
           
 QueryResult<OrderedRows<K,N,V>> ThriftRangeSlicesQuery.execute()
           
 QueryResult<OrderedCounterRows<K,N>> ThriftRangeSlicesCounterQuery.execute()
           
 QueryResult<SuperRows<K,SN,N,V>> ThriftMultigetSuperSliceQuery.execute()
           
 QueryResult<CounterSuperRows<K,SN,N>> ThriftMultigetSuperSliceCounterQuery.execute()
           
 QueryResult<Rows<K,N,V>> ThriftMultigetSubSliceQuery.execute()
           
 QueryResult<Rows<K,N,V>> ThriftMultigetSliceQuery.execute()
           
 QueryResult<CounterRows<K,N>> ThriftMultigetSliceCounterQuery.execute()
           
 QueryResult<Integer> ThriftCountQuery.execute()
           
 QueryResult<HCounterColumn<N>> ThriftCounterColumnQuery.execute()
           
 QueryResult<HColumn<N,V>> ThriftColumnQuery.execute()
           
 

Uses of QueryResult in me.prettyprint.hector.api.query
 

Methods in me.prettyprint.hector.api.query that return QueryResult
 QueryResult<T> Query.execute()
           
 



Copyright © 2011. All Rights Reserved.