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

java.lang.Object
  extended by me.prettyprint.cassandra.model.CounterSuperRowImpl<K,SN,N>
Type Parameters:
N - Column name type
All Implemented Interfaces:
CounterSuperRow<K,SN,N>

public final class CounterSuperRowImpl<K,SN,N>
extends Object
implements 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()
           
 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 CounterSuperRow<K,SN,N>

getSuperSlice

public CounterSuperSlice<SN,N> getSuperSlice()
Specified by:
getSuperSlice in interface CounterSuperRow<K,SN,N>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.