Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MountPResponse> |
MountPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MountPResponse |
MountPResponse.Builder.build() |
MountPResponse |
MountPResponse.Builder.buildPartial() |
static MountPResponse |
MountPResponse.getDefaultInstance() |
MountPResponse |
MountPResponse.getDefaultInstanceForType() |
MountPResponse |
MountPResponse.Builder.getDefaultInstanceForType() |
MountPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.mount(MountPRequest request)
Creates a new "mount point", mounts the given UFS path in the Alluxio namespace at the given
path.
|
static MountPResponse |
MountPResponse.parseDelimitedFrom(InputStream input) |
static MountPResponse |
MountPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPResponse |
MountPResponse.parseFrom(byte[] data) |
static MountPResponse |
MountPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPResponse |
MountPResponse.parseFrom(ByteBuffer data) |
static MountPResponse |
MountPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPResponse |
MountPResponse.parseFrom(com.google.protobuf.ByteString data) |
static MountPResponse |
MountPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPResponse |
MountPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static MountPResponse |
MountPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPResponse |
MountPResponse.parseFrom(InputStream input) |
static MountPResponse |
MountPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<MountPRequest,MountPResponse> |
FileSystemMasterClientServiceGrpc.getMountMethod() |
com.google.protobuf.Parser<MountPResponse> |
MountPResponse.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<MountPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.mount(MountPRequest request)
Creates a new "mount point", mounts the given UFS path in the Alluxio namespace at the given
path.
|
static com.google.protobuf.Parser<MountPResponse> |
MountPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
MountPResponse.Builder |
MountPResponse.Builder.mergeFrom(MountPResponse other) |
static MountPResponse.Builder |
MountPResponse.newBuilder(MountPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.mount(MountPRequest request,
io.grpc.stub.StreamObserver<MountPResponse> responseObserver)
Creates a new "mount point", mounts the given UFS path in the Alluxio namespace at the given
path.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.mount(MountPRequest request,
io.grpc.stub.StreamObserver<MountPResponse> responseObserver)
Creates a new "mount point", mounts the given UFS path in the Alluxio namespace at the given
path.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.mount(MountPRequest request,
io.grpc.stub.StreamObserver<MountPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.