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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMarshalledEntryImpl.Externalizer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)KgetKey()org.infinispan.commons.io.ByteBuffergetKeyBytes()org.infinispan.metadata.InternalMetadatagetMetadata()org.infinispan.commons.io.ByteBuffergetMetadataBytes()VgetValue()org.infinispan.commons.io.ByteBuffergetValueBytes()inthashCode()StringtoString()
-
-
-
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()
-
-