public static interface RaftJournalServiceGrpc.AsyncService
This interface contains raft service endpoints for Alluxio masters.
Modifier and Type | Method and Description |
---|---|
default io.grpc.stub.StreamObserver<DownloadSnapshotPRequest> |
downloadSnapshot(io.grpc.stub.StreamObserver<DownloadSnapshotPResponse> responseObserver)
Deprecated.
|
default void |
requestLatestSnapshotData(SnapshotMetadata request,
io.grpc.stub.StreamObserver<SnapshotData> responseObserver)
Request to download the snapshot information from a particular machine.
|
default void |
requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request,
io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
|
default io.grpc.stub.StreamObserver<UploadSnapshotPRequest> |
uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Deprecated.
|
@Deprecated default io.grpc.stub.StreamObserver<UploadSnapshotPRequest> uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Uploads a snapshot to primary master.
@Deprecated default io.grpc.stub.StreamObserver<DownloadSnapshotPRequest> downloadSnapshot(io.grpc.stub.StreamObserver<DownloadSnapshotPResponse> responseObserver)
Downloads a snapshot from primary master.
default void requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request, io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
default void requestLatestSnapshotData(SnapshotMetadata request, io.grpc.stub.StreamObserver<SnapshotData> responseObserver)
Request to download the snapshot information from a particular machine.
Copyright © 2023. All Rights Reserved.