public interface MarshalledEntryFactory<K,V>
MarshalledEntry
.Modifier and Type | Method and Description |
---|---|
MarshalledEntry<K,V> |
newMarshalledEntry(org.infinispan.commons.io.ByteBuffer key,
org.infinispan.commons.io.ByteBuffer valueBytes,
org.infinispan.commons.io.ByteBuffer metadataBytes) |
MarshalledEntry<K,V> |
newMarshalledEntry(Object key,
org.infinispan.commons.io.ByteBuffer valueBytes,
org.infinispan.commons.io.ByteBuffer metadataBytes) |
MarshalledEntry<K,V> |
newMarshalledEntry(Object key,
Object value,
InternalMetadata im) |
MarshalledEntry<K,V> newMarshalledEntry(org.infinispan.commons.io.ByteBuffer key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.ByteBuffer metadataBytes)
MarshalledEntry<K,V> newMarshalledEntry(Object key, org.infinispan.commons.io.ByteBuffer valueBytes, org.infinispan.commons.io.ByteBuffer metadataBytes)
MarshalledEntry<K,V> newMarshalledEntry(Object key, Object value, InternalMetadata im)
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.