Package | Description |
---|---|
com.hazelcast.cp.internal.raft.command |
Contains the
RaftGroupCmd
abstraction and its default impls |
com.hazelcast.cp.internal.raft.impl.command |
Contains
RaftGroupCmd
implementations that are used by the core Raft algorithm implementation |
Modifier and Type | Class and Description |
---|---|
class |
DestroyRaftGroupCmd
A
RaftGroupCmd to destroy an existing Raft group. |
Modifier and Type | Class and Description |
---|---|
class |
UpdateRaftGroupMembersCmd
A
RaftGroupCmd to update members of an existing Raft group. |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.