me.prettyprint.cassandra.model
Class SuperRowImpl<K,SN,N,V>
java.lang.Object
me.prettyprint.cassandra.model.SuperRowImpl<K,SN,N,V>
- Type Parameters:
N - Column name typeV - Column value type
- All Implemented Interfaces:
- SuperRow<K,SN,N,V>
public final class SuperRowImpl<K,SN,N,V>
- extends Object
- implements 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
getKey
public K getKey()
- Specified by:
getKey in interface SuperRow<K,SN,N,V>
getSuperSlice
public SuperSlice<SN,N,V> getSuperSlice()
- Specified by:
getSuperSlice in interface SuperRow<K,SN,N,V>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.