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