public class SnapshotManager extends Object
| Constructor and Description |
|---|
SnapshotManager(RaftPeerId selfId,
RaftStorageDirectory dir,
StateMachineStorage smStorage) |
| Modifier and Type | Method and Description |
|---|---|
void |
installSnapshot(org.apache.ratis.proto.RaftProtos.InstallSnapshotRequestProto request,
StateMachine stateMachine) |
public SnapshotManager(RaftPeerId selfId, RaftStorageDirectory dir, StateMachineStorage smStorage)
public void installSnapshot(org.apache.ratis.proto.RaftProtos.InstallSnapshotRequestProto request, StateMachine stateMachine) throws IOException
IOExceptionCopyright © 2017–2023 The Apache Software Foundation. All rights reserved.