N - The type of the column nameV - The type of the column valuepublic interface HColumn<N,V>
| Modifier and Type | Method and Description |
|---|---|
HColumn<N,V> |
apply(V value,
long clock,
int ttl) |
HColumn<N,V> |
clear() |
long |
getClock() |
N |
getName() |
ByteBuffer |
getNameBytes()
(Advanced) Returns the underlying ByteBuffer for the name via ByteBuffer.duplicate().
|
Serializer<N> |
getNameSerializer() |
int |
getTtl() |
V |
getValue() |
ByteBuffer |
getValueBytes()
(Advanced) Returns the underlying ByteBuffer for the value via ByteBuffer.duplicate().
|
Serializer<V> |
getValueSerializer() |
HColumn<N,V> |
setClock(long clock) |
HColumn<N,V> |
setName(N name) |
HColumn<N,V> |
setTtl(int ttl) |
HColumn<N,V> |
setValue(V value) |
N getName()
V getValue()
ByteBuffer getValueBytes()
ByteBuffer getNameBytes()
long getClock()
int getTtl()
Serializer<N> getNameSerializer()
Serializer<V> getValueSerializer()
Copyright © 2014. All Rights Reserved.