| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.protocol |
Provides interfaces and implementations for group membership protocols.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMembershipProtocolConfig |
ClusterConfig.getProtocolConfig()
Returns the group membership protocol configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterConfig |
ClusterConfig.setProtocolConfig(GroupMembershipProtocolConfig protocolConfig)
Sets the group membership protocol configuration.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GroupMembershipProtocol.Type<C extends GroupMembershipProtocolConfig>
Group membership protocol type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeartbeatMembershipProtocolConfig
Gossip group membership protocol configuration.
|
class |
SwimMembershipProtocolConfig
SWIM membership protocol configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GroupMembershipProtocolConfig |
HeartbeatMembershipProtocol.config() |
Copyright © 2013-2018. All Rights Reserved.