Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.job |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ListAllPRequest> |
ListAllPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListAllPRequest |
ListAllPRequest.Builder.build() |
ListAllPRequest |
ListAllPRequest.Builder.buildPartial() |
static ListAllPRequest |
ListAllPRequest.getDefaultInstance() |
ListAllPRequest |
ListAllPRequest.getDefaultInstanceForType() |
ListAllPRequest |
ListAllPRequest.Builder.getDefaultInstanceForType() |
static ListAllPRequest |
ListAllPRequest.parseDelimitedFrom(InputStream input) |
static ListAllPRequest |
ListAllPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListAllPRequest |
ListAllPRequest.parseFrom(byte[] data) |
static ListAllPRequest |
ListAllPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListAllPRequest |
ListAllPRequest.parseFrom(ByteBuffer data) |
static ListAllPRequest |
ListAllPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListAllPRequest |
ListAllPRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListAllPRequest |
ListAllPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListAllPRequest |
ListAllPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListAllPRequest |
ListAllPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListAllPRequest |
ListAllPRequest.parseFrom(InputStream input) |
static ListAllPRequest |
ListAllPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ListAllPRequest,ListAllPResponse> |
JobMasterClientServiceGrpc.getListAllMethod() |
com.google.protobuf.Parser<ListAllPRequest> |
ListAllPRequest.getParserForType() |
static com.google.protobuf.Parser<ListAllPRequest> |
ListAllPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListAllPResponse |
JobMasterClientServiceGrpc.JobMasterClientServiceBlockingStub.listAll(ListAllPRequest request)
Lists ids of all known jobs.
|
com.google.common.util.concurrent.ListenableFuture<ListAllPResponse> |
JobMasterClientServiceGrpc.JobMasterClientServiceFutureStub.listAll(ListAllPRequest request)
Lists ids of all known jobs.
|
void |
JobMasterClientServiceGrpc.JobMasterClientServiceImplBase.listAll(ListAllPRequest request,
io.grpc.stub.StreamObserver<ListAllPResponse> responseObserver)
Lists ids of all known jobs.
|
void |
JobMasterClientServiceGrpc.JobMasterClientServiceStub.listAll(ListAllPRequest request,
io.grpc.stub.StreamObserver<ListAllPResponse> responseObserver)
Lists ids of all known jobs.
|
ListAllPRequest.Builder |
ListAllPRequest.Builder.mergeFrom(ListAllPRequest other) |
static ListAllPRequest.Builder |
ListAllPRequest.newBuilder(ListAllPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
JobMasterClientServiceHandler.listAll(ListAllPRequest request,
io.grpc.stub.StreamObserver<ListAllPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.