public static interface FsImageProto.INodeSection.INodeDirectoryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FsImageProto.INodeSection.AclFeatureProto |
getAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5; |
FsImageProto.INodeSection.AclFeatureProtoOrBuilder |
getAclOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5; |
long |
getDsQuota()
optional uint64 dsQuota = 3; |
long |
getModificationTime()
optional uint64 modificationTime = 1; |
long |
getNsQuota()
optional uint64 nsQuota = 2; |
long |
getPermission()
optional fixed64 permission = 4; |
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto |
getTypeQuotas()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7; |
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder |
getTypeQuotasOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7; |
FsImageProto.INodeSection.XAttrFeatureProto |
getXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6; |
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder |
getXAttrsOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6; |
boolean |
hasAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5; |
boolean |
hasDsQuota()
optional uint64 dsQuota = 3; |
boolean |
hasModificationTime()
optional uint64 modificationTime = 1; |
boolean |
hasNsQuota()
optional uint64 nsQuota = 2; |
boolean |
hasPermission()
optional fixed64 permission = 4; |
boolean |
hasTypeQuotas()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7; |
boolean |
hasXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6; |
boolean hasModificationTime()
optional uint64 modificationTime = 1;
long getModificationTime()
optional uint64 modificationTime = 1;
boolean hasNsQuota()
optional uint64 nsQuota = 2;
namespace quota
long getNsQuota()
optional uint64 nsQuota = 2;
namespace quota
boolean hasDsQuota()
optional uint64 dsQuota = 3;
diskspace quota
long getDsQuota()
optional uint64 dsQuota = 3;
diskspace quota
boolean hasPermission()
optional fixed64 permission = 4;
long getPermission()
optional fixed64 permission = 4;
boolean hasAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
FsImageProto.INodeSection.AclFeatureProto getAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
FsImageProto.INodeSection.AclFeatureProtoOrBuilder getAclOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 5;
boolean hasXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
FsImageProto.INodeSection.XAttrFeatureProto getXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder getXAttrsOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 6;
boolean hasTypeQuotas()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProto getTypeQuotas()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
FsImageProto.INodeSection.QuotaByStorageTypeFeatureProtoOrBuilder getTypeQuotasOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.QuotaByStorageTypeFeatureProto typeQuotas = 7;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.