public abstract static class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase extends Object implements io.grpc.BindableService
This interface contains meta master service endpoints for Alluxio clients.
Constructor and Description |
---|
MetaMasterClientServiceImplBase() |
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
|
io.grpc.ServerServiceDefinition |
bindService() |
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.
|
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.
public final io.grpc.ServerServiceDefinition bindService()
bindService
in interface io.grpc.BindableService
Copyright © 2023. All Rights Reserved.