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(java.nio.ByteBuffer key,
ColumnFamily updates) |
Row(DecoratedKey key,
ColumnFamily cf) |
Modifier and Type | Method and Description |
---|---|
int |
getLiveCount(IDiskAtomFilter filter,
long now) |
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 Row(java.nio.ByteBuffer key, ColumnFamily updates)
public java.lang.String toString()
toString
in class java.lang.Object
public int getLiveCount(IDiskAtomFilter filter, long now)
Copyright © 2015 The Apache Software Foundation