Package | Description |
---|---|
org.apache.cassandra.db |
Modifier and Type | Method and Description |
---|---|
static CounterCell |
CounterCell.create(CellName name,
java.nio.ByteBuffer value,
long timestamp,
long timestampOfLastDelete,
ColumnSerializer.Flag flag) |
static CounterCell |
CounterCell.createLocal(CellName name,
long value,
long timestamp,
long timestampOfLastDelete) |
Copyright © 2014 The Apache Software Foundation