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.handleSnapshot(CPGroupId groupId,
InstallSnapshot request,
CPMember target) |
Constructor and Description |
---|
InstallSnapshotOp(CPGroupId groupId,
InstallSnapshot installSnapshot) |
Modifier and Type | Method and Description |
---|---|
void |
RaftNodeImpl.handleInstallSnapshot(InstallSnapshot request) |
void |
RaftNode.handleInstallSnapshot(InstallSnapshot request)
Handles
InstallSnapshot sent by leader. |
boolean |
RaftIntegration.send(InstallSnapshot request,
Endpoint target)
Sends the
InstallSnapshot to target endpoint to be handled by
its RaftNode.handleInstallSnapshot(InstallSnapshot) . |
Constructor and Description |
---|
InstallSnapshotHandlerTask(RaftNodeImpl raftNode,
InstallSnapshot req) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.