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.handlePreVoteRequest(CPGroupId groupId,
PreVoteRequest request,
CPMember target) |
Constructor and Description |
---|
PreVoteRequestOp(CPGroupId groupId,
PreVoteRequest voteRequest) |
Modifier and Type | Method and Description |
---|---|
void |
RaftNodeImpl.handlePreVoteRequest(PreVoteRequest request) |
void |
RaftNode.handlePreVoteRequest(PreVoteRequest request)
Handles
PreVoteRequest sent by another follower. |
void |
RaftNodeImpl.send(PreVoteRequest request,
Endpoint target) |
boolean |
RaftIntegration.send(PreVoteRequest request,
Endpoint target)
Sends the
PreVoteRequest to target endpoint to be handled by
its RaftNode.handlePreVoteRequest(PreVoteRequest) . |
Constructor and Description |
---|
PreVoteRequestHandlerTask(RaftNodeImpl raftNode,
PreVoteRequest req) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.