See: Description
Class | Description |
---|---|
AppendFailureResponseOp |
Carries a failure response from a Raft follower to a Raft leader
for a
AppendRequest RPC |
AppendRequestOp |
Carries a
AppendRequest RPC from a Raft group leader to a follower |
AppendSuccessResponseOp |
Carries a success response from a Raft follower to a Raft leader
for a
AppendRequest RPC |
AsyncRaftOp |
Base class for operation classes that will carry Raft RPCs between
Raft nodes
|
InstallSnapshotOp |
Carries a
InstallSnapshot RPC from a Raft group leader to a follower |
PreVoteRequestOp |
Carries a
PreVoteRequest RPC from a Raft candidate to a follower |
PreVoteResponseOp |
Carries a
PreVoteResponse from a Raft follower to a candidate |
VoteRequestOp |
Carries a
VoteRequest RPC from a Raft candidate to a follower |
VoteResponseOp |
Carries a
VoteResponse from a Raft follower to a candidate |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.