Uses of Class
org.apache.cassandra.db.rows.BufferCell
Packages that use BufferCell
-
Uses of BufferCell in org.apache.cassandra.db.rows
Methods in org.apache.cassandra.db.rows that return BufferCellModifier and TypeMethodDescriptionstatic BufferCellBufferCell.expiring(ColumnMetadata column, long timestamp, int ttl, long nowInSec, ByteBuffer value) static BufferCellBufferCell.expiring(ColumnMetadata column, long timestamp, int ttl, long nowInSec, ByteBuffer value, CellPath path) static BufferCellBufferCell.live(ColumnMetadata column, long timestamp, ByteBuffer value) static BufferCellBufferCell.live(ColumnMetadata column, long timestamp, ByteBuffer value, CellPath path) static BufferCellBufferCell.tombstone(ColumnMetadata column, long timestamp, long nowInSec) static BufferCellBufferCell.tombstone(ColumnMetadata column, long timestamp, long nowInSec, CellPath path)