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