public class Row
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Row.RowSerializer |
Modifier and Type | Field and Description |
---|---|
ColumnFamily |
cf |
DecoratedKey |
key |
static Row.RowSerializer |
serializer |
Constructor and Description |
---|
Row(DecoratedKey key,
ColumnFamily cf) |
Modifier and Type | Method and Description |
---|---|
int |
getLiveCount(IDiskAtomFilter filter) |
java.lang.String |
toString() |
public static final Row.RowSerializer serializer
public final DecoratedKey key
public final ColumnFamily cf
public Row(DecoratedKey key, ColumnFamily cf)
public java.lang.String toString()
toString
in class java.lang.Object
public int getLiveCount(IDiskAtomFilter filter)
Copyright © 2013 The Apache Software Foundation