public abstract class Memory.Table.Row.ColumnFamily.Value<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
qualifier
The qualifier for this value
|
| Constructor and Description |
|---|
Value(String qualifier)
Creates a value that cannot be incremented
|
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
getBytes()
The byte array representation for this value.
|
Copyright © 2016. All Rights Reserved.