| Package | Description |
|---|---|
| net.openhft.chronicle.engine.server | |
| net.openhft.chronicle.engine.server.internal |
| Constructor and Description |
|---|
ServerEndpoint(byte localIdentifier,
ChronicleEngine chronicleEngine,
Class<? extends net.openhft.chronicle.wire.Wire> wireClass) |
ServerEndpoint(int port,
byte localIdentifier,
ChronicleEngine chronicleEngine,
Class<? extends net.openhft.chronicle.wire.Wire> wireClass) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
StringStringMapHandler.getMap(ChronicleEngine engine,
String serviceName) |
Map |
StringISO8859MapHandler.getMap(ChronicleEngine engine,
String serviceName) |
net.openhft.chronicle.map.ChronicleMap<byte[],byte[]> |
ByteByteMapHandler.getMap(ChronicleEngine engine,
String serviceName) |
net.openhft.chronicle.map.ChronicleMap |
CharCharMapHandler.getMap(ChronicleEngine engine,
String serviceName) |
Map<K,V> |
MapHandler.getMap(ChronicleEngine engine,
String serviceName) |
Map |
StringCharSequenceMapHandler.getMap(ChronicleEngine engine,
String serviceName) |
| Constructor and Description |
|---|
EngineWireHandler(Map<Long,String> cidToCsp,
ChronicleEngine chronicleEngine,
java.util.function.Function<net.openhft.chronicle.bytes.Bytes,net.openhft.chronicle.wire.Wire> byteToWire) |
Copyright © 2015. All rights reserved.