| Package | Description |
|---|---|
| net.openhft.chronicle.hash |
Contains common interfaces and utilities for
ChronicleMaps (net.openhft.chronicle.map package) and
ChronicleSets
(net.openhft.chronicle.set package). |
| net.openhft.chronicle.hash.replication |
| Modifier and Type | Method and Description |
|---|---|
ChronicleHashInstanceBuilder<C> |
ChronicleHashInstanceBuilder.replicatedViaChannel(ReplicationChannel channel)
Configures replication of the hash containers, created by this builder, via so called
"channels".
|
| Modifier and Type | Method and Description |
|---|---|
ReplicationChannel |
ReplicationHub.createChannel(int channelId)
Creates a new
ReplicationChannel in this ReplicationHub with the given
identifier. |
Copyright © 2015. All rights reserved.