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

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

public interface Row<K,N,V>

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.

Author:
Ran Tavory

Method Summary
 ColumnSlice<N,V> getColumnSlice()
           
 K getKey()
           
 

Method Detail

getKey

K getKey()

getColumnSlice

ColumnSlice<N,V> getColumnSlice()


Copyright © 2013. All Rights Reserved.