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