me.prettyprint.hector.api.query
Interface CounterQuery<K,N>

Type Parameters:
N - Column name type.
All Superinterfaces:
Query<HCounterColumn<N>>
All Known Implementing Classes:
ThriftCounterColumnQuery

public interface CounterQuery<K,N>
extends Query<HCounterColumn<N>>

A CounterQuery is used for querying the value of a single and standard counter column.

Author:
patricio

Method Summary
 CounterQuery<K,N> setColumnFamily(String cf)
           
 CounterQuery<K,N> setKey(K key)
          Set the row key for this query.
 CounterQuery<K,N> setName(N name)
          Set the column name for this query.
 
Methods inherited from interface me.prettyprint.hector.api.query.Query
execute
 

Method Detail

setKey

CounterQuery<K,N> setKey(K key)
Set the row key for this query.


setName

CounterQuery<K,N> setName(N name)
Set the column name for this query.


setColumnFamily

CounterQuery<K,N> setColumnFamily(String cf)


Copyright © 2011. All Rights Reserved.