public static final class MetaMasterClientServiceGrpc.MetaMasterClientServiceStub extends io.grpc.stub.AbstractAsyncStub<MetaMasterClientServiceGrpc.MetaMasterClientServiceStub>
This interface contains meta master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
void |
backup(BackupPRequest request,
io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Backs up the Alluxio master to the specified URI
|
protected MetaMasterClientServiceGrpc.MetaMasterClientServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
checkpoint(CheckpointPOptions request,
io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
|
void |
getBackupStatus(BackupStatusPRequest request,
io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Returns status of the latest backup.
|
void |
getConfigReport(GetConfigReportPOptions request,
io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
Returns server-side configuration report.
|
void |
getMasterInfo(GetMasterInfoPOptions request,
io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
Returns information about the master.
|
protected MetaMasterClientServiceGrpc.MetaMasterClientServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<MetaMasterClientServiceGrpc.MetaMasterClientServiceStub>
public void backup(BackupPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Backs up the Alluxio master to the specified URI
public void getBackupStatus(BackupStatusPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Returns status of the latest backup.
public void getConfigReport(GetConfigReportPOptions request, io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
Returns server-side configuration report.
public void getMasterInfo(GetMasterInfoPOptions request, io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
Returns information about the master.
public void checkpoint(CheckpointPOptions request, io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
Copyright © 2023. All Rights Reserved.