Package org.apache.cassandra.db.rows
Interface Cell.Factory<V>
public static interface Cell.Factory<V>
-
Method Summary
-
Method Details
-
create
Cell<V> create(ColumnMetadata column, long timestamp, int ttl, long localDeletionTime, V value, CellPath path)
-