public static interface MetaMasterClientServiceGrpc.AsyncService
This interface contains meta master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
default void |
backup(BackupPRequest request,
io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Backs up the Alluxio master to the specified URI
|
default void |
checkpoint(CheckpointPOptions request,
io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
|
default void |
getBackupStatus(BackupStatusPRequest request,
io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Returns status of the latest backup.
|
default void |
getConfigReport(GetConfigReportPOptions request,
io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
Returns server-side configuration report.
|
default void |
getMasterInfo(GetMasterInfoPOptions request,
io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
Returns information about the master.
|
default void |
listProxyStatus(ListProxyStatusPRequest request,
io.grpc.stub.StreamObserver<ListProxyStatusPResponse> responseObserver)
Returns the status of all known Proxy instances in the cluster.
|
default void backup(BackupPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Backs up the Alluxio master to the specified URI
default void getBackupStatus(BackupStatusPRequest request, io.grpc.stub.StreamObserver<BackupPStatus> responseObserver)
Returns status of the latest backup.
default void getConfigReport(GetConfigReportPOptions request, io.grpc.stub.StreamObserver<GetConfigReportPResponse> responseObserver)
Returns server-side configuration report.
default void getMasterInfo(GetMasterInfoPOptions request, io.grpc.stub.StreamObserver<GetMasterInfoPResponse> responseObserver)
Returns information about the master.
default void checkpoint(CheckpointPOptions request, io.grpc.stub.StreamObserver<CheckpointPResponse> responseObserver)
Creates a checkpoint in the primary master journal system.
default void listProxyStatus(ListProxyStatusPRequest request, io.grpc.stub.StreamObserver<ListProxyStatusPResponse> responseObserver)
Returns the status of all known Proxy instances in the cluster.
Copyright © 2023. All Rights Reserved.