public interface MarshallableEntryFactory<K,V>
MarshallableEntry.| Modifier and Type | Method and Description |
|---|---|
MarshallableEntry<K,V> |
create(ByteBuffer key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshallableEntry<K,V> |
create(java.lang.Object key,
ByteBuffer valueBytes,
ByteBuffer metadataBytes) |
MarshallableEntry<K,V> |
create(java.lang.Object key,
java.lang.Object value,
InternalMetadata im) |
MarshallableEntry<K,V> |
getEmpty() |
MarshallableEntry<K,V> create(ByteBuffer key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshallableEntry<K,V> create(java.lang.Object key, ByteBuffer valueBytes, ByteBuffer metadataBytes)
MarshallableEntry<K,V> create(java.lang.Object key, java.lang.Object value, InternalMetadata im)
MarshallableEntry<K,V> getEmpty()
MarshallableEntry instance.