Package | Description |
---|---|
com.hazelcast.cp.internal |
Contains implementation of the CP subsystem
|
com.hazelcast.cp.internal.operation.integration |
Contains Hazelcast operations that carry out Raft RPCs
|
com.hazelcast.cp.internal.raft.impl |
Contains implementation classes of the Raft algorithm
|
com.hazelcast.cp.internal.raft.impl.handler |
Contains request/response handler tasks.
|
Modifier and Type | Method and Description |
---|---|
void |
RaftService.handleVoteResponse(CPGroupId groupId,
VoteResponse response,
CPMember target) |
Constructor and Description |
---|
VoteResponseOp(CPGroupId groupId,
VoteResponse voteResponse) |
Modifier and Type | Method and Description |
---|---|
void |
RaftNodeImpl.handleVoteResponse(VoteResponse response) |
void |
RaftNode.handleVoteResponse(VoteResponse response)
Handles
VoteResponse for a previously sent vote request by
this node. |
void |
RaftNodeImpl.send(VoteResponse response,
Endpoint target) |
boolean |
RaftIntegration.send(VoteResponse response,
Endpoint target)
Sends the
VoteResponse to target endpoint to be handled by
its RaftNode.handleVoteResponse(VoteResponse) . |
Constructor and Description |
---|
VoteResponseHandlerTask(RaftNodeImpl raftNode,
VoteResponse response) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.