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)
Downloads a snapshot from primary master.
|
io.grpc.stub.StreamObserver<UploadSnapshotPRequest> |
uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Uploads a snapshot to primary master.
|
protected RaftJournalServiceGrpc.RaftJournalServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<RaftJournalServiceGrpc.RaftJournalServiceStub>
public io.grpc.stub.StreamObserver<UploadSnapshotPRequest> uploadSnapshot(io.grpc.stub.StreamObserver<UploadSnapshotPResponse> responseObserver)
Uploads a snapshot to primary master.
public io.grpc.stub.StreamObserver<DownloadSnapshotPRequest> downloadSnapshot(io.grpc.stub.StreamObserver<DownloadSnapshotPResponse> responseObserver)
Downloads a snapshot from primary master.
Copyright © 2023. All Rights Reserved.