Interface MarshalledEntryFactory<K,​V>

    • Method Detail

      • newMarshalledEntry

        MarshalledEntry<K,​V> newMarshalledEntry​(org.infinispan.commons.io.ByteBuffer key,
                                                      org.infinispan.commons.io.ByteBuffer valueBytes,
                                                      org.infinispan.commons.io.ByteBuffer metadataBytes)
      • newMarshalledEntry

        MarshalledEntry<K,​V> newMarshalledEntry​(Object key,
                                                      org.infinispan.commons.io.ByteBuffer valueBytes,
                                                      org.infinispan.commons.io.ByteBuffer metadataBytes)