public interface MarshalledEntryFactory<K,V>
MarshalledEntry
.Modifier and Type | Method and Description |
---|---|
MarshalledEntry<K,V> |
newMarshalledEntry(ByteBuffer key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshalledEntry<K,V> |
newMarshalledEntry(Object key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshalledEntry<K,V> |
newMarshalledEntry(Object key,
Object value,
InternalMetadata im) |
MarshalledEntry<K,V> newMarshalledEntry(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshalledEntry<K,V> newMarshalledEntry(Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshalledEntry<K,V> newMarshalledEntry(Object key, Object value, InternalMetadata im)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.