Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetWorkerInfoListPResponse> |
GetWorkerInfoListPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.Builder.build() |
GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.Builder.buildPartial() |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.getDefaultInstance() |
GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.getDefaultInstanceForType() |
GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.Builder.getDefaultInstanceForType() |
GetWorkerInfoListPResponse |
BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub.getWorkerInfoList(GetWorkerInfoListPOptions request)
Returns a list of workers information.
|
GetWorkerInfoListPResponse |
BlockMasterClientServiceGrpc.BlockMasterClientServiceBlockingStub.getWorkerReport(GetWorkerReportPOptions request)
Returns a list of workers information for report CLI.
|
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseDelimitedFrom(InputStream input) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(byte[] data) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(ByteBuffer data) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(com.google.protobuf.ByteString data) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(InputStream input) |
static GetWorkerInfoListPResponse |
GetWorkerInfoListPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetWorkerInfoListPOptions,GetWorkerInfoListPResponse> |
BlockMasterClientServiceGrpc.getGetWorkerInfoListMethod() |
static io.grpc.MethodDescriptor<GetWorkerReportPOptions,GetWorkerInfoListPResponse> |
BlockMasterClientServiceGrpc.getGetWorkerReportMethod() |
com.google.protobuf.Parser<GetWorkerInfoListPResponse> |
GetWorkerInfoListPResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> |
BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub.getWorkerInfoList(GetWorkerInfoListPOptions request)
Returns a list of workers information.
|
com.google.common.util.concurrent.ListenableFuture<GetWorkerInfoListPResponse> |
BlockMasterClientServiceGrpc.BlockMasterClientServiceFutureStub.getWorkerReport(GetWorkerReportPOptions request)
Returns a list of workers information for report CLI.
|
static com.google.protobuf.Parser<GetWorkerInfoListPResponse> |
GetWorkerInfoListPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
GetWorkerInfoListPResponse.Builder |
GetWorkerInfoListPResponse.Builder.mergeFrom(GetWorkerInfoListPResponse other) |
static GetWorkerInfoListPResponse.Builder |
GetWorkerInfoListPResponse.newBuilder(GetWorkerInfoListPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceImplBase.getWorkerInfoList(GetWorkerInfoListPOptions request,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver)
Returns a list of workers information.
|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceStub.getWorkerInfoList(GetWorkerInfoListPOptions request,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver)
Returns a list of workers information.
|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceImplBase.getWorkerReport(GetWorkerReportPOptions request,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver)
Returns a list of workers information for report CLI.
|
void |
BlockMasterClientServiceGrpc.BlockMasterClientServiceStub.getWorkerReport(GetWorkerReportPOptions request,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver)
Returns a list of workers information for report CLI.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockMasterClientServiceHandler.getWorkerInfoList(GetWorkerInfoListPOptions options,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver) |
void |
BlockMasterClientServiceHandler.getWorkerReport(GetWorkerReportPOptions options,
io.grpc.stub.StreamObserver<GetWorkerInfoListPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.