| Package | Description |
|---|---|
| net.openhft.chronicle.map |
Contains
ChronicleMap interface, ChronicleMap context
interfaces, ChronicleMapBuilder class and related stuff. |
| net.openhft.chronicle.map.channel | |
| net.openhft.chronicle.map.channel.internal | |
| net.openhft.chronicle.map.impl.stage.map |
| Modifier and Type | Method and Description |
|---|---|
ChronicleMap<K,V> |
ChronicleMapBuilder.create() |
ChronicleMap<K,V> |
ChronicleMapBuilder.createPersistedTo(File file) |
ChronicleMap<K,V> |
MapContext.map()
Returns the accessed
ChronicleMap. |
ChronicleMap<K,V> |
ChronicleMapBuilder.recoverPersistedTo(File file,
boolean sameBuilderConfigAndLibraryVersion) |
ChronicleMap<K,V> |
ChronicleMapBuilder.recoverPersistedTo(File file,
boolean sameBuilderConfigAndLibraryVersion,
ChronicleHashCorruption.Listener corruptionListener) |
| Modifier and Type | Field and Description |
|---|---|
protected ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> |
AbstractMapService.map |
| Modifier and Type | Method and Description |
|---|---|
void |
MapService.map(ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> map) |
void |
AbstractMapService.map(ChronicleMap<net.openhft.chronicle.bytes.Bytes<?>,VALUE> map) |
| Modifier and Type | Method and Description |
|---|---|
static <VALUE,REPLY> |
MapChannel.createMap(String mapName,
MapService<VALUE,REPLY> mapService,
net.openhft.chronicle.wire.channel.ChronicleContext context) |
| Modifier and Type | Method and Description |
|---|---|
ChronicleMap<K,V> |
ReplicatedChronicleMapHolderImpl.map() |
ChronicleMap<K,V> |
VanillaChronicleMapHolderImpl.map() |
Copyright © 2024. All rights reserved.