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, int nowInSec, java.nio.ByteBuffer value)
static BufferCell
BufferCell. expiring(ColumnMetadata column, long timestamp, int ttl, int 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, int nowInSec)
static BufferCell
BufferCell. tombstone(ColumnMetadata column, long timestamp, int nowInSec, CellPath path)
-