public static interface File.AddMountPointEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAlluxioPath()
optional string alluxio_path = 1; |
com.google.protobuf.ByteString |
getAlluxioPathBytes()
optional string alluxio_path = 1; |
long |
getMountId()
optional int64 mount_id = 6; |
File.StringPairEntry |
getProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
int |
getPropertiesCount()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
List<File.StringPairEntry> |
getPropertiesList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
File.StringPairEntryOrBuilder |
getPropertiesOrBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
List<? extends File.StringPairEntryOrBuilder> |
getPropertiesOrBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4; |
boolean |
getReadOnly()
optional bool readOnly = 3; |
boolean |
getShared()
optional bool shared = 5; |
String |
getUfsPath()
optional string ufs_path = 2; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 2; |
boolean |
hasAlluxioPath()
optional string alluxio_path = 1; |
boolean |
hasMountId()
optional int64 mount_id = 6; |
boolean |
hasReadOnly()
optional bool readOnly = 3; |
boolean |
hasShared()
optional bool shared = 5; |
boolean |
hasUfsPath()
optional string ufs_path = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAlluxioPath()
optional string alluxio_path = 1;
String getAlluxioPath()
optional string alluxio_path = 1;
com.google.protobuf.ByteString getAlluxioPathBytes()
optional string alluxio_path = 1;
boolean hasUfsPath()
optional string ufs_path = 2;
String getUfsPath()
optional string ufs_path = 2;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 2;
boolean hasReadOnly()
optional bool readOnly = 3;
boolean getReadOnly()
optional bool readOnly = 3;
List<File.StringPairEntry> getPropertiesList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
File.StringPairEntry getProperties(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
int getPropertiesCount()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
List<? extends File.StringPairEntryOrBuilder> getPropertiesOrBuilderList()
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
File.StringPairEntryOrBuilder getPropertiesOrBuilder(int index)
repeated .alluxio.proto.journal.StringPairEntry properties = 4;
boolean hasShared()
optional bool shared = 5;
boolean getShared()
optional bool shared = 5;
boolean hasMountId()
optional int64 mount_id = 6;
long getMountId()
optional int64 mount_id = 6;
Copyright © 2023. All Rights Reserved.