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.handlePreVoteResponse(CPGroupId groupId,
PreVoteResponse response,
CPMember target) |
Constructor and Description |
---|
PreVoteResponseOp(CPGroupId groupId,
PreVoteResponse voteResponse) |
Modifier and Type | Method and Description |
---|---|
void |
RaftNodeImpl.handlePreVoteResponse(PreVoteResponse response) |
void |
RaftNode.handlePreVoteResponse(PreVoteResponse response)
Handles
PreVoteResponse for a previously sent request by
this node. |
void |
RaftNodeImpl.send(PreVoteResponse response,
Endpoint target) |
boolean |
RaftIntegration.send(PreVoteResponse response,
Endpoint target)
Sends the
PreVoteResponse to target endpoint to be handled by
its RaftNode.handlePreVoteResponse(PreVoteResponse) . |
Constructor and Description |
---|
PreVoteResponseHandlerTask(RaftNodeImpl raftNode,
PreVoteResponse response) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.