public class Memory.Table.Row.ColumnFamily.ByteValue extends Memory.Table.Row.ColumnFamily.Value<byte[]>
| Modifier and Type | Field and Description |
|---|---|
protected ReentrantReadWriteLock |
deletionLock |
protected NavigableMap<Long,byte[]> |
value
The actual value for this value.
|
qualifier| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes()
The byte array representation for this value.
|
byte[] |
getValue() |
void |
setValue(byte[] value,
long transaction) |
protected NavigableMap<Long,byte[]> value
protected ReentrantReadWriteLock deletionLock
public ByteValue(String qualifier)
public byte[] getValue()
public void setValue(byte[] value,
long transaction)
public byte[] getBytes()
Memory.Table.Row.ColumnFamily.ValuegetBytes in class Memory.Table.Row.ColumnFamily.Value<byte[]>Copyright © 2016. All Rights Reserved.