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

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

public interface CounterSuperRow<K,SN,N>

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

Author:
Ran Tavory

Method Summary
 K getKey()
           
 CounterSuperSlice<SN,N> getSuperSlice()
           
 

Method Detail

getKey

K getKey()

getSuperSlice

CounterSuperSlice<SN,N> getSuperSlice()


Copyright © 2011. All Rights Reserved.