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

Type Parameters:
N - Column name type
V - Column value type
All Known Implementing Classes:
SuperRowImpl

public interface SuperRow<K,SN,N,V>

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()
           
 SuperSlice<SN,N,V> getSuperSlice()
           
 

Method Detail

getKey

K getKey()

getSuperSlice

SuperSlice<SN,N,V> getSuperSlice()


Copyright © 2011. All Rights Reserved.