public interface MarshalledEntry<K,V>
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Returns the same key as
getKeyBytes(), but unmarshalled. |
ByteBuffer |
getKeyBytes()
Returns the key in serialized format.
|
InternalMetadata |
getMetadata() |
ByteBuffer |
getMetadataBytes() |
V |
getValue()
Returns the same value as
getKeyBytes(), but unmarshalled. |
ByteBuffer |
getValueBytes()
Returns the value in serialize format.
|
ByteBuffer getKeyBytes()
ByteBuffer getValueBytes()
ByteBuffer getMetadataBytes()
K getKey()
getKeyBytes(), but unmarshalled.V getValue()
getKeyBytes(), but unmarshalled.InternalMetadata getMetadata()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.