public static interface HdfsServerFederationProtos.MountTableRecordProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getDateCreated()
optional uint64 dateCreated = 3; |
long |
getDateModified()
optional uint64 dateModified = 4; |
HdfsServerFederationProtos.RemoteLocationProto |
getDestinations(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
int |
getDestinationsCount()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
List<HdfsServerFederationProtos.RemoteLocationProto> |
getDestinationsList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
HdfsServerFederationProtos.RemoteLocationProtoOrBuilder |
getDestinationsOrBuilder(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
List<? extends HdfsServerFederationProtos.RemoteLocationProtoOrBuilder> |
getDestinationsOrBuilderList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2; |
HdfsServerFederationProtos.MountTableRecordProto.DestOrder |
getDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH]; |
String |
getGroupName()
optional string groupName = 11; |
com.google.protobuf.ByteString |
getGroupNameBytes()
optional string groupName = 11; |
int |
getMode()
optional int32 mode = 12; |
String |
getOwnerName()
optional string ownerName = 10; |
com.google.protobuf.ByteString |
getOwnerNameBytes()
optional string ownerName = 10; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProto |
getQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProtoOrBuilder |
getQuotaOrBuilder()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
boolean |
getReadOnly()
optional bool readOnly = 5 [default = false]; |
String |
getSrcPath()
optional string srcPath = 1; |
com.google.protobuf.ByteString |
getSrcPathBytes()
optional string srcPath = 1; |
boolean |
hasDateCreated()
optional uint64 dateCreated = 3; |
boolean |
hasDateModified()
optional uint64 dateModified = 4; |
boolean |
hasDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH]; |
boolean |
hasGroupName()
optional string groupName = 11; |
boolean |
hasMode()
optional int32 mode = 12; |
boolean |
hasOwnerName()
optional string ownerName = 10; |
boolean |
hasQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13; |
boolean |
hasReadOnly()
optional bool readOnly = 5 [default = false]; |
boolean |
hasSrcPath()
optional string srcPath = 1; |
boolean hasSrcPath()
optional string srcPath = 1;
String getSrcPath()
optional string srcPath = 1;
com.google.protobuf.ByteString getSrcPathBytes()
optional string srcPath = 1;
List<HdfsServerFederationProtos.RemoteLocationProto> getDestinationsList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
HdfsServerFederationProtos.RemoteLocationProto getDestinations(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
int getDestinationsCount()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
List<? extends HdfsServerFederationProtos.RemoteLocationProtoOrBuilder> getDestinationsOrBuilderList()
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
HdfsServerFederationProtos.RemoteLocationProtoOrBuilder getDestinationsOrBuilder(int index)
repeated .hadoop.hdfs.RemoteLocationProto destinations = 2;
boolean hasDateCreated()
optional uint64 dateCreated = 3;
long getDateCreated()
optional uint64 dateCreated = 3;
boolean hasDateModified()
optional uint64 dateModified = 4;
long getDateModified()
optional uint64 dateModified = 4;
boolean hasReadOnly()
optional bool readOnly = 5 [default = false];
boolean getReadOnly()
optional bool readOnly = 5 [default = false];
boolean hasDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
HdfsServerFederationProtos.MountTableRecordProto.DestOrder getDestOrder()
optional .hadoop.hdfs.MountTableRecordProto.DestOrder destOrder = 6 [default = HASH];
boolean hasOwnerName()
optional string ownerName = 10;
String getOwnerName()
optional string ownerName = 10;
com.google.protobuf.ByteString getOwnerNameBytes()
optional string ownerName = 10;
boolean hasGroupName()
optional string groupName = 11;
String getGroupName()
optional string groupName = 11;
com.google.protobuf.ByteString getGroupNameBytes()
optional string groupName = 11;
boolean hasMode()
optional int32 mode = 12;
int getMode()
optional int32 mode = 12;
boolean hasQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProto getQuota()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.QuotaUsageProtoOrBuilder getQuotaOrBuilder()
optional .hadoop.hdfs.QuotaUsageProto quota = 13;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.