Uses of Class
org.apache.cassandra.db.rows.BufferCell
-
Packages that use BufferCell Package Description org.apache.cassandra.db.rows -
-
Uses of BufferCell in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return BufferCell Modifier and Type Method Description static BufferCell
BufferCell. expiring(ColumnMetadata column, long timestamp, int ttl, long nowInSec, java.nio.ByteBuffer value)
static BufferCell
BufferCell. expiring(ColumnMetadata column, long timestamp, int ttl, long nowInSec, java.nio.ByteBuffer value, CellPath path)
static BufferCell
BufferCell. live(ColumnMetadata column, long timestamp, java.nio.ByteBuffer value)
static BufferCell
BufferCell. live(ColumnMetadata column, long timestamp, java.nio.ByteBuffer value, CellPath path)
static BufferCell
BufferCell. tombstone(ColumnMetadata column, long timestamp, long nowInSec)
static BufferCell
BufferCell. tombstone(ColumnMetadata column, long timestamp, long nowInSec, CellPath path)
-