public class MapHandler<VALUE,REPLY> extends net.openhft.chronicle.wire.channel.AbstractHandler<MapHandler<VALUE,REPLY>>
| Modifier and Type | Field and Description |
|---|---|
protected MapService<VALUE,REPLY> |
mapService |
| Modifier | Constructor and Description |
|---|---|
protected |
MapHandler(String mapName) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.wire.channel.ChronicleChannel |
asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg) |
static <V,O> MapHandler<V,O> |
createMapHandler(String mapName,
MapService<V,O> mapService) |
protected MapService<VALUE,REPLY> |
mapService() |
void |
run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel) |
sessionName, sessionName, systemContext, systemContextusesSelfDescribingMessageclone, finalize, getClass, notify, notifyAll, wait, wait, waitcloseWhenRunEnds, recordHistory, responseHeadersessionName, sessionName, systemContext, systemContext$equals, $fieldInfoMap, $fieldInfos, $hashCode, $toString, className, copyTo, deepCopy, fromFile, fromFile, fromString, fromString, fromString, getField, getLongField, mergeToMap, readMarshallable, reset, setField, setLongField, streamFromFile, streamFromFile, writeMarshallablebinaryLengthLength, writeValueprotected MapService<VALUE,REPLY> mapService
protected MapHandler(String mapName)
public static <V,O> MapHandler<V,O> createMapHandler(String mapName, MapService<V,O> mapService)
public void run(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannel channel)
public net.openhft.chronicle.wire.channel.ChronicleChannel asInternalChannel(net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg)
protected MapService<VALUE,REPLY> mapService()
Copyright © 2024. All rights reserved.