public static final class MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub>
This interface contains meta master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
BackupPStatus |
backup(BackupPRequest request)
Backs up the Alluxio master to the specified URI
|
protected MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CheckpointPResponse |
checkpoint(CheckpointPOptions request)
Creates a checkpoint in the primary master journal system.
|
BackupPStatus |
getBackupStatus(BackupStatusPRequest request)
Returns status of the latest backup.
|
GetConfigReportPResponse |
getConfigReport(GetConfigReportPOptions request)
Returns server-side configuration report.
|
GetMasterInfoPResponse |
getMasterInfo(GetMasterInfoPOptions request)
Returns information about the master.
|
protected MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<MetaMasterClientServiceGrpc.MetaMasterClientServiceBlockingStub>
public BackupPStatus backup(BackupPRequest request)
Backs up the Alluxio master to the specified URI
public BackupPStatus getBackupStatus(BackupStatusPRequest request)
Returns status of the latest backup.
public GetConfigReportPResponse getConfigReport(GetConfigReportPOptions request)
Returns server-side configuration report.
public GetMasterInfoPResponse getMasterInfo(GetMasterInfoPOptions request)
Returns information about the master.
public CheckpointPResponse checkpoint(CheckpointPOptions request)
Creates a checkpoint in the primary master journal system.
Copyright © 2023. All Rights Reserved.