| Package | Description |
|---|---|
| io.atomix.protocols.raft.cluster |
Interfaces for managing and interacting with the Raft cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaftCluster.addListener(RaftClusterEventListener listener)
Registers a callback to be called when a member leaves the cluster.
|
void |
RaftCluster.removeListener(RaftClusterEventListener listener)
Removes a listener from the cluster.
|
Copyright © 2013–2017. All rights reserved.