public static final class BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub>
This interface contains block master service endpoints for Alluxio clients.
Modifier and Type | Method and Description |
---|---|
protected BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
GetBlockInfoPResponse |
getBlockInfo(GetBlockInfoPRequest request)
Returns the block information for the given block id.
|
GetBlockMasterInfoPResponse |
getBlockMasterInfo(GetBlockMasterInfoPOptions request)
Returns block master information.
|
GetCapacityBytesPResponse |
getCapacityBytes(GetCapacityBytesPOptions request)
Returns the capacity (in bytes).
|
GetUsedBytesPResponse |
getUsedBytes(GetUsedBytesPOptions request)
Returns the used storage (in bytes).
|
GetWorkerInfoListPResponse |
getWorkerInfoList(GetWorkerInfoListPOptions request)
Returns a list of workers information.
|
GetWorkerLostStoragePResponse |
getWorkerLostStorage(GetWorkerLostStoragePOptions request)
Returns a list of worker lost storage information
|
GetWorkerInfoListPResponse |
getWorkerReport(GetWorkerReportPOptions request)
Returns a list of workers information for report CLI.
|
RemoveDecommissionedWorkerPResponse |
removeDecommissionedWorker(RemoveDecommissionedWorkerPOptions request)
If target worker is in the decommissioned worker set,
return true, remove target worker from decommissioned worker set; else, return false.
|
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 RemoveDecommissionedWorkerPResponse removeDecommissionedWorker(RemoveDecommissionedWorkerPOptions request)
If target worker is in the decommissioned worker set, return true, remove target worker from decommissioned worker set; else, return false.
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.