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