public static final class RaftJournalServiceGrpc.RaftJournalServiceStub extends io.grpc.stub.AbstractAsyncStub<RaftJournalServiceGrpc.RaftJournalServiceStub>
This interface contains raft service endpoints for Alluxio masters.
Modifier and Type | Method and Description |
---|---|
protected RaftJournalServiceGrpc.RaftJournalServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.grpc.stub.StreamObserver<DownloadSnapshotPRequest> |
downloadSnapshot(io.grpc.stub.StreamObserver<DownloadSnapshotPResponse> responseObserver)
Deprecated.
|
void |
requestLatestSnapshotData(SnapshotMetadata request,
io.grpc.stub.StreamObserver<SnapshotData> responseObserver)
Request to download the snapshot information from a particular machine.
|
void |
requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request,
io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
|
io.grpc.stub.StreamObserver<UploadSnapshotPRequest> |
uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Deprecated.
|
protected RaftJournalServiceGrpc.RaftJournalServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<RaftJournalServiceGrpc.RaftJournalServiceStub>
@Deprecated public io.grpc.stub.StreamObserver<UploadSnapshotPRequest> uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Uploads a snapshot to primary master.
@Deprecated public io.grpc.stub.StreamObserver<DownloadSnapshotPRequest> downloadSnapshot(io.grpc.stub.StreamObserver<DownloadSnapshotPResponse> responseObserver)
Downloads a snapshot from primary master.
public void requestLatestSnapshotInfo(LatestSnapshotInfoPRequest request, io.grpc.stub.StreamObserver<SnapshotMetadata> responseObserver)
Requests information about snapshots on a particular machine.
public 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.