| Package | Description |
|---|---|
| net.openhft.chronicle.map.channel | |
| net.openhft.chronicle.map.channel.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMapService<VALUE,REPLY> |
| Modifier and Type | Field and Description |
|---|---|
protected MapService<VALUE,REPLY> |
MapHandler.mapService |
| Modifier and Type | Method and Description |
|---|---|
protected MapService<VALUE,REPLY> |
MapHandler.mapService() |
| Modifier and Type | Method and Description |
|---|---|
static <V,O> MapHandler<V,O> |
MapHandler.createMapHandler(String mapName,
MapService<V,O> mapService) |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE,REPLY> |
MapChannel.createMap(String mapName,
MapService<VALUE,REPLY> mapService,
net.openhft.chronicle.wire.channel.ChronicleContext context) |
| Constructor and Description |
|---|
MapChannel(String mapName,
MapService<VALUE,REPLY> mapService,
net.openhft.chronicle.wire.channel.ChronicleContext context,
net.openhft.chronicle.wire.channel.ChronicleChannelCfg channelCfg) |
Copyright © 2024. All rights reserved.