static BufferCell |
BufferCell.expiring(ColumnDefinition column,
long timestamp,
int ttl,
int nowInSec,
java.nio.ByteBuffer value) |
static BufferCell |
BufferCell.expiring(ColumnDefinition column,
long timestamp,
int ttl,
int nowInSec,
java.nio.ByteBuffer value,
CellPath path) |
static BufferCell |
BufferCell.live(ColumnDefinition column,
long timestamp,
java.nio.ByteBuffer value) |
static BufferCell |
BufferCell.live(ColumnDefinition column,
long timestamp,
java.nio.ByteBuffer value,
CellPath path) |
static BufferCell |
BufferCell.tombstone(ColumnDefinition column,
long timestamp,
int nowInSec) |
static BufferCell |
BufferCell.tombstone(ColumnDefinition column,
long timestamp,
int nowInSec,
CellPath path) |