Package org.apache.cassandra.db.rows
Interface Cell.Factory<V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cell<V>
create(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, V value, CellPath path)
-
-
-
Method Detail
-
create
Cell<V> create(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, V value, CellPath path)
-
-