Package | Description |
---|---|
alluxio.grpc | |
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
protected BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub.build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
static BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub |
BlockMasterWorkerServiceGrpc.newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
Modifier and Type | Field and Description |
---|---|
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub |
BlockMasterClient.mAsyncClient |
Constructor and Description |
---|
RegisterStreamer(BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub asyncClient,
long workerId,
List<String> storageTierAliases,
Map<String,Long> totalBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
Map<BlockStoreLocation,List<Long>> currentBlocksOnLocation,
Map<String,List<String>> lostStorage,
List<ConfigProperty> configList)
Constructor.
|
RegisterStreamer(BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub asyncClient,
long workerId,
List<String> storageTierAliases,
Map<String,Long> totalBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
Map<String,List<String>> lostStorage,
List<ConfigProperty> configList,
BlockMapIterator blockListIterator)
Constructor.
|
Copyright © 2023. All Rights Reserved.