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