Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block | |
alluxio.worker.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Command> |
Command.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Command |
Command.Builder.build() |
Command |
Command.Builder.buildPartial() |
Command |
BlockHeartbeatPResponseOrBuilder.getCommand()
optional .alluxio.grpc.Command command = 1; |
Command |
BlockHeartbeatPResponse.getCommand()
optional .alluxio.grpc.Command command = 1; |
Command |
BlockHeartbeatPResponse.Builder.getCommand()
optional .alluxio.grpc.Command command = 1; |
static Command |
Command.getDefaultInstance() |
Command |
Command.getDefaultInstanceForType() |
Command |
Command.Builder.getDefaultInstanceForType() |
static Command |
Command.parseDelimitedFrom(InputStream input) |
static Command |
Command.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(byte[] data) |
static Command |
Command.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(ByteBuffer data) |
static Command |
Command.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data) |
static Command |
Command.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input) |
static Command |
Command.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(InputStream input) |
static Command |
Command.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Command> |
Command.getParserForType() |
static com.google.protobuf.Parser<Command> |
Command.parser() |
Modifier and Type | Method and Description |
---|---|
BlockHeartbeatPResponse.Builder |
BlockHeartbeatPResponse.Builder.mergeCommand(Command value)
optional .alluxio.grpc.Command command = 1; |
Command.Builder |
Command.Builder.mergeFrom(Command other) |
static Command.Builder |
Command.newBuilder(Command prototype) |
BlockHeartbeatPResponse.Builder |
BlockHeartbeatPResponse.Builder.setCommand(Command value)
optional .alluxio.grpc.Command command = 1; |
Modifier and Type | Method and Description |
---|---|
Command |
DefaultBlockMaster.workerHeartbeat(long workerId,
Map<String,Long> capacityBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
List<Long> removedBlockIds,
Map<Block.BlockLocation,List<Long>> addedBlocks,
Map<String,StorageList> lostStorage,
List<Metric> metrics) |
Command |
BlockMaster.workerHeartbeat(long workerId,
Map<String,Long> capacityBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
List<Long> removedBlockIds,
Map<Block.BlockLocation,List<Long>> addedBlocks,
Map<String,StorageList> lostStorage,
List<Metric> metrics)
Updates metadata when a worker periodically heartbeats with the master.
|
Modifier and Type | Method and Description |
---|---|
Command |
BlockMasterClient.heartbeat(long workerId,
Map<String,Long> capacityBytesOnTiers,
Map<String,Long> usedBytesOnTiers,
List<Long> removedBlocks,
Map<BlockStoreLocation,List<Long>> addedBlocks,
Map<String,List<String>> lostStorage,
List<Metric> metrics)
The method the worker should periodically execute to heartbeat back to the master.
|
Copyright © 2023. All Rights Reserved.