Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<SubmitJobPRequest> |
SubmitJobPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SubmitJobPRequest |
SubmitJobPRequest.Builder.build() |
SubmitJobPRequest |
SubmitJobPRequest.Builder.buildPartial() |
static SubmitJobPRequest |
SubmitJobPRequest.getDefaultInstance() |
SubmitJobPRequest |
SubmitJobPRequest.getDefaultInstanceForType() |
SubmitJobPRequest |
SubmitJobPRequest.Builder.getDefaultInstanceForType() |
static SubmitJobPRequest |
SubmitJobPRequest.parseDelimitedFrom(InputStream input) |
static SubmitJobPRequest |
SubmitJobPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(byte[] data) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(ByteBuffer data) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(com.google.protobuf.ByteString data) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(InputStream input) |
static SubmitJobPRequest |
SubmitJobPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SubmitJobPRequest> |
SubmitJobPRequest.getParserForType() |
static io.grpc.MethodDescriptor<SubmitJobPRequest,SubmitJobPResponse> |
FileSystemMasterClientServiceGrpc.getSubmitJobMethod() |
static com.google.protobuf.Parser<SubmitJobPRequest> |
SubmitJobPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
SubmitJobPRequest.Builder |
SubmitJobPRequest.Builder.mergeFrom(SubmitJobPRequest other) |
static SubmitJobPRequest.Builder |
SubmitJobPRequest.newBuilder(SubmitJobPRequest prototype) |
SubmitJobPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.submitJob(SubmitJobPRequest request)
Load a directory into Alluxio.
|
com.google.common.util.concurrent.ListenableFuture<SubmitJobPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.submitJob(SubmitJobPRequest request)
Load a directory into Alluxio.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.submitJob(SubmitJobPRequest request,
io.grpc.stub.StreamObserver<SubmitJobPResponse> responseObserver)
Load a directory into Alluxio.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.submitJob(SubmitJobPRequest request,
io.grpc.stub.StreamObserver<SubmitJobPResponse> responseObserver)
Load a directory into Alluxio.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.submitJob(SubmitJobPRequest request,
io.grpc.stub.StreamObserver<SubmitJobPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.