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