public static class DirectoryWithQuotaFeature.Builder extends Object
| Constructor and Description | 
|---|
| DirectoryWithQuotaFeature.Builder() | 
| Modifier and Type | Method and Description | 
|---|---|
| DirectoryWithQuotaFeature | build() | 
| DirectoryWithQuotaFeature.Builder | nameSpaceQuota(long nameSpaceQuota) | 
| DirectoryWithQuotaFeature.Builder | storageSpaceQuota(long spaceQuota) | 
| DirectoryWithQuotaFeature.Builder | typeQuota(org.apache.hadoop.fs.StorageType type,
         long quota) | 
| DirectoryWithQuotaFeature.Builder | typeQuotas(EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas) | 
public DirectoryWithQuotaFeature.Builder nameSpaceQuota(long nameSpaceQuota)
public DirectoryWithQuotaFeature.Builder storageSpaceQuota(long spaceQuota)
public DirectoryWithQuotaFeature.Builder typeQuotas(EnumCounters<org.apache.hadoop.fs.StorageType> typeQuotas)
public DirectoryWithQuotaFeature.Builder typeQuota(org.apache.hadoop.fs.StorageType type, long quota)
public DirectoryWithQuotaFeature build()
Copyright © 2022 Apache Software Foundation. All rights reserved.