Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetWorkerIdPRequest> |
GetWorkerIdPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetWorkerIdPRequest |
GetWorkerIdPRequest.Builder.build() |
GetWorkerIdPRequest |
GetWorkerIdPRequest.Builder.buildPartial() |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.getDefaultInstance() |
GetWorkerIdPRequest |
GetWorkerIdPRequest.getDefaultInstanceForType() |
GetWorkerIdPRequest |
GetWorkerIdPRequest.Builder.getDefaultInstanceForType() |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseDelimitedFrom(InputStream input) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(byte[] data) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(ByteBuffer data) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(InputStream input) |
static GetWorkerIdPRequest |
GetWorkerIdPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetWorkerIdPRequest,GetWorkerIdPResponse> |
BlockMasterWorkerServiceGrpc.getGetWorkerIdMethod() |
com.google.protobuf.Parser<GetWorkerIdPRequest> |
GetWorkerIdPRequest.getParserForType() |
static com.google.protobuf.Parser<GetWorkerIdPRequest> |
GetWorkerIdPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetWorkerIdPResponse |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceBlockingStub.getWorkerId(GetWorkerIdPRequest request)
Returns a worker id for the given network address.
|
com.google.common.util.concurrent.ListenableFuture<GetWorkerIdPResponse> |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceFutureStub.getWorkerId(GetWorkerIdPRequest request)
Returns a worker id for the given network address.
|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceImplBase.getWorkerId(GetWorkerIdPRequest request,
io.grpc.stub.StreamObserver<GetWorkerIdPResponse> responseObserver)
Returns a worker id for the given network address.
|
void |
BlockMasterWorkerServiceGrpc.BlockMasterWorkerServiceStub.getWorkerId(GetWorkerIdPRequest request,
io.grpc.stub.StreamObserver<GetWorkerIdPResponse> responseObserver)
Returns a worker id for the given network address.
|
GetWorkerIdPRequest.Builder |
GetWorkerIdPRequest.Builder.mergeFrom(GetWorkerIdPRequest other) |
static GetWorkerIdPRequest.Builder |
GetWorkerIdPRequest.newBuilder(GetWorkerIdPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterWorkerServiceHandler.getWorkerId(GetWorkerIdPRequest request,
io.grpc.stub.StreamObserver<GetWorkerIdPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.