public final class MetaMasterClientServiceHandler extends MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Constructor and Description |
---|
MetaMasterClientServiceHandler(MetaMaster metaMaster) |
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
|
void |
checkpoint(CheckpointPOptions options,
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 options,
io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
Returns server-side configuration report.
|
void |
getMasterInfo(GetMasterInfoPOptions options,
io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
Returns information about the master.
|
bindService
public MetaMasterClientServiceHandler(MetaMaster metaMaster)
metaMaster
- the Alluxio meta masterpublic void backup(BackupPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Backs up the Alluxio master to the specified URI
backup
in class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
public void getBackupStatus(BackupStatusPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Returns status of the latest backup.
getBackupStatus
in class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
public void getConfigReport(GetConfigReportPOptions options, io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Returns server-side configuration report.
getConfigReport
in class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
public void getMasterInfo(GetMasterInfoPOptions options, io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Returns information about the master.
getMasterInfo
in class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
public void checkpoint(CheckpointPOptions options, io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Creates a checkpoint in the primary master journal system.
checkpoint
in class MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Copyright © 2023. All Rights Reserved.