N - The type of the column namepublic interface HCounterColumn<N>
| Modifier and Type | Method and Description |
|---|---|
HCounterColumn<N> |
apply(Long value,
int ttl) |
HCounterColumn<N> |
clear() |
N |
getName() |
ByteBuffer |
getNameBytes()
(Advanced) Returns the underlying ByteBuffer for the name via ByteBuffer.duplicate().
|
Serializer<N> |
getNameSerializer() |
int |
getTtl() |
Long |
getValue() |
HCounterColumn<N> |
setName(N name) |
HCounterColumn<N> |
setTtl(int ttl) |
HCounterColumn<N> |
setValue(Long value) |
HCounterColumn<N> setName(N name)
HCounterColumn<N> setValue(Long value)
N getName()
Long getValue()
ByteBuffer getNameBytes()
HCounterColumn<N> clear()
int getTtl()
HCounterColumn<N> setTtl(int ttl)
HCounterColumn<N> apply(Long value, int ttl)
Serializer<N> getNameSerializer()
Copyright © 2014. All Rights Reserved.