me.prettyprint.cassandra.model
Class SuperRowImpl<K,SN,N,V>

java.lang.Object
  extended by me.prettyprint.cassandra.model.SuperRowImpl<K,SN,N,V>
Type Parameters:
N - Column name type
V - 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

Method Summary
 K getKey()
           
 SuperSlice<SN,N,V> getSuperSlice()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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 © 2011. All Rights Reserved.