public class KeyValueEntry
extends java.lang.Object
| Constructor and Description |
|---|
KeyValueEntry(Message m) |
KeyValueEntry(MessageInfo mi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucket() |
java.time.ZonedDateTime |
getCreated() |
long |
getDataLen() |
long |
getDelta() |
java.lang.String |
getKey() |
KeyValueOperation |
getOperation() |
long |
getRevision() |
byte[] |
getValue() |
java.lang.Long |
getValueAsLong() |
java.lang.String |
getValueAsString() |
int |
hashCode() |
java.lang.String |
toString() |
public KeyValueEntry(MessageInfo mi)
public KeyValueEntry(Message m)
public java.lang.String getBucket()
public java.lang.String getKey()
public byte[] getValue()
public java.lang.String getValueAsString()
public java.lang.Long getValueAsLong()
public long getDataLen()
public java.time.ZonedDateTime getCreated()
public long getRevision()
public long getDelta()
public KeyValueOperation getOperation()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object