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