@ProtoTypeId(value=1002) public class MarshalledValueImpl extends Object implements MarshalledValue
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreated() |
ByteBuffer |
getInternalMetadataBytes() |
long |
getLastUsed() |
ByteBuffer |
getMetadataBytes() |
ByteBuffer |
getValueBytes() |
int |
hashCode() |
String |
toString() |
@ProtoField(number=3,
name="created",
defaultValue="-1")
public long getCreated()
getCreated in interface MarshalledValue@ProtoField(number=4,
name="lastUsed",
defaultValue="-1")
public long getLastUsed()
getLastUsed in interface MarshalledValuepublic ByteBuffer getValueBytes()
getValueBytes in interface MarshalledValuepublic ByteBuffer getMetadataBytes()
getMetadataBytes in interface MarshalledValuepublic ByteBuffer getInternalMetadataBytes()
getInternalMetadataBytes in interface MarshalledValueCopyright © 2021 JBoss by Red Hat. All rights reserved.