Package | Description |
---|---|
com.hazelcast.cp.internal |
Contains implementation of 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,
RaftEndpoint 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,
RaftEndpoint target) |
boolean |
RaftIntegration.send(PreVoteResponse response,
RaftEndpoint target)
Sends the given
PreVoteResponse DTO to target endpoint
to be handled via RaftNode.handlePreVoteResponse(PreVoteResponse) . |
Constructor and Description |
---|
PreVoteResponseHandlerTask(RaftNodeImpl raftNode,
PreVoteResponse response) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.