public static final class MetaMasterClientServiceGrpc.MetaMasterClientServiceFutureStub extends io.grpc.stub.AbstractStub<MetaMasterClientServiceGrpc.MetaMasterClientServiceFutureStub>
This interface contains meta master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BackupPResponse> |
backup(BackupPOptions 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<GetConfigReportPResponse> |
getConfigReport(GetConfigReportPOptions request)
Returns server-side configuration report.
|
com.google.common.util.concurrent.ListenableFuture<GetMasterInfoPResponse> |
getMasterInfo(GetMasterInfoPOptions request)
Returns information about the master.
|
com.google.common.util.concurrent.ListenableFuture<GetMetricsPResponse> |
getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
|
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<BackupPResponse> backup(BackupPOptions request)
Backs up the Alluxio master to the specified URI
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<GetMetricsPResponse> getMetrics(GetMetricsPOptions request)
Returns a map of metrics property names and their values from Alluxio metrics system.
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.