public class CounterUpdateCell extends Cell
OnDiskAtom.Serializer
MAX_NAME_LENGTH, name, timestamp, value
Constructor and Description |
---|
CounterUpdateCell(CellName name,
java.nio.ByteBuffer value,
long timestamp) |
CounterUpdateCell(CellName name,
long value,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
long |
delta() |
Cell |
diff(Cell cell) |
java.lang.String |
getString(CellNameType comparator) |
Cell |
localCopy(ColumnFamilyStore cfs,
AbstractAllocator allocator) |
Cell |
reconcile(Cell cell,
AbstractAllocator allocator) |
int |
serializationFlags() |
create, dataSize, equals, excessHeapSizeExcludingData, getLocalDeletionTime, getMarkedForDeleteAt, hashCode, hasIrrelevantData, isLive, isMarkedForDelete, maxTimestamp, minTimestamp, name, onDiskIterator, reconcile, serializedSize, timestamp, updateDigest, validateFields, validateName, value, withUpdatedName, withUpdatedTimestamp
public CounterUpdateCell(CellName name, long value, long timestamp)
public CounterUpdateCell(CellName name, java.nio.ByteBuffer value, long timestamp)
public long delta()
public Cell reconcile(Cell cell, AbstractAllocator allocator)
public int serializationFlags()
serializationFlags
in class Cell
public Cell localCopy(ColumnFamilyStore cfs, AbstractAllocator allocator)
public java.lang.String getString(CellNameType comparator)
Copyright © 2014 The Apache Software Foundation