|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
N - The type of the column nameV - The type of the column valuepublic interface HColumn<N,V>
Hector Column definition.
| Method Summary | |
|---|---|
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)
|
| Method Detail |
|---|
HColumn<N,V> setName(N name)
HColumn<N,V> setValue(V value)
N getName()
V getValue()
ByteBuffer getValueBytes()
ByteBuffer getNameBytes()
long getClock()
HColumn<N,V> setClock(long clock)
int getTtl()
HColumn<N,V> setTtl(int ttl)
HColumn<N,V> clear()
HColumn<N,V> apply(V value,
long clock,
int ttl)
Serializer<N> getNameSerializer()
Serializer<V> getValueSerializer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||