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