Class MarshalledEntryImpl<K,​V>

    • Constructor Detail

      • MarshalledEntryImpl

        public MarshalledEntryImpl​(org.infinispan.commons.io.ByteBuffer key,
                                   org.infinispan.commons.io.ByteBuffer valueBytes,
                                   org.infinispan.commons.io.ByteBuffer metadataBytes,
                                   org.infinispan.commons.marshall.StreamingMarshaller marshaller)
      • MarshalledEntryImpl

        public MarshalledEntryImpl​(K key,
                                   org.infinispan.commons.io.ByteBuffer valueBytes,
                                   org.infinispan.commons.io.ByteBuffer metadataBytes,
                                   org.infinispan.commons.marshall.StreamingMarshaller marshaller)
      • MarshalledEntryImpl

        public MarshalledEntryImpl​(K key,
                                   V value,
                                   InternalMetadata im,
                                   org.infinispan.commons.marshall.StreamingMarshaller sm)