public static final class BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub extends io.grpc.stub.AbstractFutureStub<BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub>
This interface contains block master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
protected BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<GetBlockInfoPResponse> |
getBlockInfo(GetBlockInfoPRequest request)
Returns the block information for the given block id.
|
com.google.common.util.concurrent.ListenableFuture<GetBlockMasterInfoPResponse> |
getBlockMasterInfo(GetBlockMasterInfoPOptions request)
Returns block master information.
|
com.google.common.util.concurrent.ListenableFuture<GetCapacityBytesPResponse> |
getCapacityBytes(GetCapacityBytesPOptions request)
Returns the capacity (in bytes).
|
com.google.common.util.concurrent.ListenableFuture<GetUsedBytesPResponse> |
getUsedBytes(GetUsedBytesPOptions request)
Returns the used storage (in bytes).
|
com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> |
getWorkerInfoList(GetWorkerInfoListPOptions request)
Returns a list of workers information.
|
com.google.common.util.concurrent.ListenableFuture<GetWorkerLostStoragePResponse> |
getWorkerLostStorage(GetWorkerLostStoragePOptions request)
Returns a list of worker lost storage information
|
com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> |
getWorkerReport(GetWorkerReportPOptions request)
Returns a list of workers information for report CLI.
|
protected BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<GetBlockInfoPResponse> getBlockInfo(GetBlockInfoPRequest request)
Returns the block information for the given block id.
public com.google.common.util.concurrent.ListenableFuture<GetBlockMasterInfoPResponse> getBlockMasterInfo(GetBlockMasterInfoPOptions request)
Returns block master information.
public com.google.common.util.concurrent.ListenableFuture<GetCapacityBytesPResponse> getCapacityBytes(GetCapacityBytesPOptions request)
Returns the capacity (in bytes).
public com.google.common.util.concurrent.ListenableFuture<GetUsedBytesPResponse> getUsedBytes(GetUsedBytesPOptions request)
Returns the used storage (in bytes).
public com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> getWorkerInfoList(GetWorkerInfoListPOptions request)
Returns a list of workers information.
public com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> getWorkerReport(GetWorkerReportPOptions request)
Returns a list of workers information for report CLI.
public com.google.common.util.concurrent.ListenableFuture<GetWorkerLostStoragePResponse> getWorkerLostStorage(GetWorkerLostStoragePOptions request)
Returns a list of worker lost storage information
Copyright © 2023. All Rights Reserved.