me.prettyprint.hector.api.beans
Interface CounterRow<K,N>

Type Parameters:
N - Column name type
All Known Implementing Classes:
CounterRowImpl

public interface CounterRow<K,N>

A Row is a touple consisting of a Key and a Column Slice. A Row may be used to hold the returned value from queries such as get_range_slices.


Method Summary
 CounterSlice<N> getColumnSlice()
           
 K getKey()
           
 

Method Detail

getKey

K getKey()

getColumnSlice

CounterSlice<N> getColumnSlice()


Copyright © 2011. All Rights Reserved.