public interface MountPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioPath()
the path of alluxio mount point
|
com.google.protobuf.ByteString |
getAlluxioPathBytes()
the path of alluxio mount point
|
MountPOptions |
getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
MountPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.file.MountPOptions options = 3; |
String |
getUfsPath()
the path of the under file system
|
com.google.protobuf.ByteString |
getUfsPathBytes()
the path of the under file system
|
boolean |
hasAlluxioPath()
the path of alluxio mount point
|
boolean |
hasOptions()
optional .alluxio.grpc.file.MountPOptions options = 3; |
boolean |
hasUfsPath()
the path of the under file system
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAlluxioPath()
the path of alluxio mount point
optional string alluxioPath = 1;
String getAlluxioPath()
the path of alluxio mount point
optional string alluxioPath = 1;
com.google.protobuf.ByteString getAlluxioPathBytes()
the path of alluxio mount point
optional string alluxioPath = 1;
boolean hasUfsPath()
the path of the under file system
optional string ufsPath = 2;
String getUfsPath()
the path of the under file system
optional string ufsPath = 2;
com.google.protobuf.ByteString getUfsPathBytes()
the path of the under file system
optional string ufsPath = 2;
boolean hasOptions()
optional .alluxio.grpc.file.MountPOptions options = 3;
MountPOptions getOptions()
optional .alluxio.grpc.file.MountPOptions options = 3;
MountPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.file.MountPOptions options = 3;
Copyright © 2023. All Rights Reserved.