Interface FsImageProto.INodeSection.INodeDirectoryOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.INodeSection.INodeDirectory,FsImageProto.INodeSection.INodeDirectory.Builder
- Enclosing class:
- FsImageProto.INodeSection
public static interface FsImageProto.INodeSection.INodeDirectoryOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAcl()optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;longdiskspace quotalongoptional uint64 modificationTime = 1;longnamespace quotalongoptional fixed64 permission = 4;optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;booleanhasAcl()optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;booleandiskspace quotabooleanoptional uint64 modificationTime = 1;booleannamespace quotabooleanoptional fixed64 permission = 4;booleanoptional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;booleanoptional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasModificationTime
boolean hasModificationTime()optional uint64 modificationTime = 1;- Returns:
- Whether the modificationTime field is set.
-
getModificationTime
long getModificationTime()optional uint64 modificationTime = 1;- Returns:
- The modificationTime.
-
hasNsQuota
boolean hasNsQuota()namespace quota
optional uint64 nsQuota = 2;- Returns:
- Whether the nsQuota field is set.
-
getNsQuota
long getNsQuota()namespace quota
optional uint64 nsQuota = 2;- Returns:
- The nsQuota.
-
hasDsQuota
boolean hasDsQuota()diskspace quota
optional uint64 dsQuota = 3;- Returns:
- Whether the dsQuota field is set.
-
getDsQuota
long getDsQuota()diskspace quota
optional uint64 dsQuota = 3;- Returns:
- The dsQuota.
-
hasPermission
boolean hasPermission()optional fixed64 permission = 4;- Returns:
- Whether the permission field is set.
-
getPermission
long getPermission()optional fixed64 permission = 4;- Returns:
- The permission.
-
hasAcl
boolean hasAcl()optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;- Returns:
- Whether the acl field is set.
-
getAcl
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;- Returns:
- The acl.
-
getAclOrBuilder
FsImageProto.INodeSection.AclFeatureProtoOrBuilder getAclOrBuilder()optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5; -
hasXAttrs
boolean hasXAttrs()optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;- Returns:
- Whether the xAttrs field is set.
-
getXAttrs
FsImageProto.INodeSection.XAttrFeatureProto getXAttrs()optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;- Returns:
- The xAttrs.
-
getXAttrsOrBuilder
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder getXAttrsOrBuilder()optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6; -
hasTypeQuotas
boolean hasTypeQuotas()optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;- Returns:
- Whether the typeQuotas field is set.
-
getTypeQuotas
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto getTypeQuotas()optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;- Returns:
- The typeQuotas.
-
getTypeQuotasOrBuilder
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder getTypeQuotasOrBuilder()optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
-