Class MarshalledEntryImpl<K,​V>


  • public class MarshalledEntryImpl<K,​V>
    extends Object
    Since:
    6.0
    Author:
    Mircea Markus
    • Method Detail

      • getKey

        public K getKey()
      • getValue

        public V getValue()
      • getMetadata

        public org.infinispan.metadata.InternalMetadata getMetadata()
      • getKeyBytes

        public org.infinispan.commons.io.ByteBuffer getKeyBytes()
      • getValueBytes

        public org.infinispan.commons.io.ByteBuffer getValueBytes()
      • getMetadataBytes

        public org.infinispan.commons.io.ByteBuffer getMetadataBytes()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object