Package | Description |
---|---|
alluxio.master.journal.raft |
Modifier and Type | Method and Description |
---|---|
static SnapshotDownloader<DownloadSnapshotPRequest,DownloadSnapshotPResponse> |
SnapshotDownloader.forFollower(org.apache.ratis.statemachine.impl.SimpleStateMachineStorage storage,
String source)
Builds a stream for follower to download a snapshot.
|
static SnapshotDownloader<UploadSnapshotPResponse,UploadSnapshotPRequest> |
SnapshotDownloader.forLeader(org.apache.ratis.statemachine.impl.SimpleStateMachineStorage storage,
io.grpc.stub.StreamObserver<UploadSnapshotPResponse> stream,
String source)
Builds a stream for leader to download a snapshot.
|
Copyright © 2023. All Rights Reserved.