public interface KeyModification
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStringValue()
Returns the key's value at the time returned by
getTimestamp() ,
decoded as a UTF-8 string. |
java.time.Instant |
getTimestamp()
Returns the timestamp of the key modification entry.
|
java.lang.String |
getTxId()
Returns the transaction id.
|
byte[] |
getValue()
Returns the key's value at the time returned by
getTimestamp() . |
boolean |
isDeleted()
Returns the deletion marker.
|
java.lang.String getTxId()
byte[] getValue()
getTimestamp()
.java.lang.String getStringValue()
getTimestamp()
,
decoded as a UTF-8 string.java.time.Instant getTimestamp()
boolean isDeleted()