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
           
 
Constructor Summary
Row(DecoratedKey<?> key, ColumnFamily cf)
           
 
Method Summary
static Row.RowSerializer serializer()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public final DecoratedKey<?> key

cf

public final ColumnFamily cf
Constructor Detail

Row

public Row(DecoratedKey<?> key,
           ColumnFamily cf)
Method Detail

serializer

public static Row.RowSerializer serializer()

toString

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


Copyright © 2011 The Apache Software Foundation