public class ByteByteMapHandler extends Object implements MapHandler<byte[],byte[]>
BYTE_BYTE_MAP_HANDLER, STRING_CHAR_SEQUENCE_MAP_HANDLER, STRING_ISO8859_MAP_HANDLER, STRING_STRING_MAP_HANDLER| Constructor and Description |
|---|
ByteByteMapHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,Map.Entry<byte[],byte[]>> |
getEntryToWire() |
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,byte[]> |
getKeyToWire() |
net.openhft.chronicle.map.ChronicleMap<byte[],byte[]> |
getMap(ChronicleEngine engine,
String serviceName) |
java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,byte[]> |
getValueToWire() |
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,Map.Entry<byte[],byte[]>> |
getWireToEntry() |
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,byte[]> |
getWireToKey() |
java.util.function.Function<net.openhft.chronicle.wire.ValueIn,byte[]> |
getWireToValue() |
byte[] |
usingValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstancepublic java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,byte[]> getKeyToWire()
getKeyToWire in interface MapHandlerFunction<byte[],byte[]>public java.util.function.Function<net.openhft.chronicle.wire.ValueIn,byte[]> getWireToKey()
getWireToKey in interface MapHandlerFunction<byte[],byte[]>public java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,byte[]> getValueToWire()
getValueToWire in interface MapHandlerFunction<byte[],byte[]>public java.util.function.Function<net.openhft.chronicle.wire.ValueIn,byte[]> getWireToValue()
getWireToValue in interface MapHandlerFunction<byte[],byte[]>public java.util.function.BiConsumer<net.openhft.chronicle.wire.ValueOut,Map.Entry<byte[],byte[]>> getEntryToWire()
getEntryToWire in interface MapHandlerFunction<byte[],byte[]>public java.util.function.Function<net.openhft.chronicle.wire.ValueIn,Map.Entry<byte[],byte[]>> getWireToEntry()
getWireToEntry in interface MapHandlerFunction<byte[],byte[]>public net.openhft.chronicle.map.ChronicleMap<byte[],byte[]> getMap(ChronicleEngine engine, String serviceName) throws IOException
getMap in interface MapHandler<byte[],byte[]>IOExceptionpublic byte[] usingValue()
usingValue in interface MapHandlerFunction<byte[],byte[]>Copyright © 2015. All rights reserved.