public interface RaftNodeLifecycleAwareService
Modifier and Type | Method and Description |
---|---|
void |
onRaftGroupDestroyed(CPGroupId groupId)
Called on the thread of the Raft group when the given Raft node is
destroyed, either gracefully or forcefully.
|
void |
onRaftNodeSteppedDown(CPGroupId groupId)
Called on the thread of the Raft group when the given Raft node is
stepped down, either because it is shutting down, or it could not be
added to the Raft group
|
void onRaftGroupDestroyed(CPGroupId groupId)
void onRaftNodeSteppedDown(CPGroupId groupId)
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.