public interface MountPointInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsProperties(String key)
map<string, string> properties = 6; |
String |
getAlluxioPath()
optional string alluxioPath = 3; |
com.google.protobuf.ByteString |
getAlluxioPathBytes()
optional string alluxioPath = 3; |
HDFSMountPointInfo |
getHdfsInfo()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7; |
HDFSMountPointInfoOrBuilder |
getHdfsInfoOrBuilder()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7; |
Map<String,String> |
getProperties()
Deprecated.
|
int |
getPropertiesCount()
map<string, string> properties = 6; |
Map<String,String> |
getPropertiesMap()
map<string, string> properties = 6; |
String |
getPropertiesOrDefault(String key,
String defaultValue)
map<string, string> properties = 6; |
String |
getPropertiesOrThrow(String key)
map<string, string> properties = 6; |
boolean |
getReadOnly()
optional bool readOnly = 4; |
boolean |
getShared()
optional bool shared = 5; |
String |
getUfsType()
optional string ufsType = 1; |
com.google.protobuf.ByteString |
getUfsTypeBytes()
optional string ufsType = 1; |
String |
getUfsUri()
optional string ufsUri = 2; |
com.google.protobuf.ByteString |
getUfsUriBytes()
optional string ufsUri = 2; |
boolean |
hasAlluxioPath()
optional string alluxioPath = 3; |
boolean |
hasHdfsInfo()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7; |
boolean |
hasReadOnly()
optional bool readOnly = 4; |
boolean |
hasShared()
optional bool shared = 5; |
boolean |
hasUfsType()
optional string ufsType = 1; |
boolean |
hasUfsUri()
optional string ufsUri = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUfsType()
optional string ufsType = 1;
String getUfsType()
optional string ufsType = 1;
com.google.protobuf.ByteString getUfsTypeBytes()
optional string ufsType = 1;
boolean hasUfsUri()
optional string ufsUri = 2;
String getUfsUri()
optional string ufsUri = 2;
com.google.protobuf.ByteString getUfsUriBytes()
optional string ufsUri = 2;
boolean hasAlluxioPath()
optional string alluxioPath = 3;
String getAlluxioPath()
optional string alluxioPath = 3;
com.google.protobuf.ByteString getAlluxioPathBytes()
optional string alluxioPath = 3;
boolean hasReadOnly()
optional bool readOnly = 4;
boolean getReadOnly()
optional bool readOnly = 4;
boolean hasShared()
optional bool shared = 5;
boolean getShared()
optional bool shared = 5;
int getPropertiesCount()
map<string, string> properties = 6;
boolean containsProperties(String key)
map<string, string> properties = 6;
@Deprecated Map<String,String> getProperties()
getPropertiesMap()
instead.String getPropertiesOrDefault(String key, String defaultValue)
map<string, string> properties = 6;
boolean hasHdfsInfo()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7;
HDFSMountPointInfo getHdfsInfo()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7;
HDFSMountPointInfoOrBuilder getHdfsInfoOrBuilder()
optional .alluxio.hub.proto.HDFSMountPointInfo hdfsInfo = 7;
Copyright © 2023. All Rights Reserved.