public interface MapHandler<K,V> extends MapHandlerFunction<K,V>
| Modifier and Type | Field and Description |
|---|---|
static MapHandler |
BYTE_BYTE_MAP_HANDLER |
static MapHandler |
STRING_CHAR_SEQUENCE_MAP_HANDLER |
static MapHandler |
STRING_ISO8859_MAP_HANDLER |
static MapHandler |
STRING_STRING_MAP_HANDLER |
| Modifier and Type | Method and Description |
|---|---|
Map<K,V> |
getMap(ChronicleEngine engine,
String serviceName) |
static MapHandler |
instance(CharSequence csp) |
getEntryToWire, getKeyToWire, getValueToWire, getWireToEntry, getWireToKey, getWireToValue, usingValuestatic final MapHandler STRING_STRING_MAP_HANDLER
static final MapHandler BYTE_BYTE_MAP_HANDLER
static final MapHandler STRING_CHAR_SEQUENCE_MAP_HANDLER
static final MapHandler STRING_ISO8859_MAP_HANDLER
static MapHandler instance(CharSequence csp)
Map<K,V> getMap(ChronicleEngine engine, String serviceName) throws IOException
IOExceptionCopyright © 2015. All rights reserved.