org.apache.cassandra.db
Class Row

java.lang.Object
  extended by org.apache.cassandra.db.Row

public class Row
extends java.lang.Object


Nested Class Summary
static class Row.RowSerializer
           
 
Field Summary
 ColumnFamily cf
           
 DecoratedKey key
           
static Row.RowSerializer serializer
           
 
Constructor Summary
Row(DecoratedKey key, ColumnFamily cf)
           
 
Method Summary
 int getLiveCount(IDiskAtomFilter filter)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serializer

public static final Row.RowSerializer serializer

key

public final DecoratedKey key

cf

public final ColumnFamily cf
Constructor Detail

Row

public Row(DecoratedKey key,
           ColumnFamily cf)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getLiveCount

public int getLiveCount(IDiskAtomFilter filter)


Copyright © 2012 The Apache Software Foundation