Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<BlockHeartbeatPResponse> |
BlockHeartbeatPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BlockHeartbeatPResponse |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub.blockHeartbeat(BlockHeartbeatPRequest request)
Periodic block worker heartbeat returns an optional command for the block worker to execute.
|
BlockHeartbeatPResponse |
BlockHeartbeatPResponse.Builder.build() |
BlockHeartbeatPResponse |
BlockHeartbeatPResponse.Builder.buildPartial() |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.getDefaultInstance() |
BlockHeartbeatPResponse |
BlockHeartbeatPResponse.getDefaultInstanceForType() |
BlockHeartbeatPResponse |
BlockHeartbeatPResponse.Builder.getDefaultInstanceForType() |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseDelimitedFrom(InputStream input) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(byte[] data) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(ByteBuffer data) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(com.google.protobuf.ByteString data) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(InputStream input) |
static BlockHeartbeatPResponse |
BlockHeartbeatPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BlockHeartbeatPResponse> |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub.blockHeartbeat(BlockHeartbeatPRequest request)
Periodic block worker heartbeat returns an optional command for the block worker to execute.
|
static io.grpc.MethodDescriptor<BlockHeartbeatPRequest,BlockHeartbeatPResponse> |
BlockMasterWorkerServiceGrpc.getBlockHeartbeatMethod() |
com.google.protobuf.Parser<BlockHeartbeatPResponse> |
BlockHeartbeatPResponse.getParserForType() |
static com.google.protobuf.Parser<BlockHeartbeatPResponse> |
BlockHeartbeatPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BlockHeartbeatPResponse.Builder |
BlockHeartbeatPResponse.Builder.mergeFrom(BlockHeartbeatPResponse other) |
static BlockHeartbeatPResponse.Builder |
BlockHeartbeatPResponse.newBuilder(BlockHeartbeatPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceImplBase.blockHeartbeat(BlockHeartbeatPRequest request,
io.grpc.stub.StreamObserver<BlockHeartbeatPResponse> responseObserver)
Periodic block worker heartbeat returns an optional command for the block worker to execute.
|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub.blockHeartbeat(BlockHeartbeatPRequest request,
io.grpc.stub.StreamObserver<BlockHeartbeatPResponse> responseObserver)
Periodic block worker heartbeat returns an optional command for the block worker to execute.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerServiceHandler.blockHeartbeat(BlockHeartbeatPRequest request,
io.grpc.stub.StreamObserver<BlockHeartbeatPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.