Class MarshalledEntryImpl<K,V>

java.lang.Object
org.infinispan.tools.store.migrator.marshaller.common.MarshalledEntryImpl<K,V>

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

    • 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()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object