public final class MetaMasterClientServiceHandler extends MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Constructor and Description |
---|
MetaMasterClientServiceHandler(MetaMaster metaMaster) |
Modifier and Type | Method and Description |
---|---|
void |
backup(BackupPOptions options,
io.grpc.stub.StreamObserver<BackupPResponse> 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 |
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 |
getMetrics(GetMetricsPOptions options,
io.grpc.stub.StreamObserver<GetMetricsPResponse> responseObserver)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
bindService
public MetaMasterClientServiceHandler(MetaMaster metaMaster)
metaMaster
- the Alluxio meta masterpublic void backup(BackupPOptions options, io.grpc.stub.StreamObserver<BackupPResponse> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Backs up the Alluxio master to the specified URI
backup
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 getMetrics(GetMetricsPOptions options, io.grpc.stub.StreamObserver<GetMetricsPResponse> responseObserver)
MetaMasterClientServiceGrpc.MetaMasterClientServiceImplBase
Returns a map of metrics property names and their values from Alluxio metrics system.
getMetrics
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.