Home
last modified time | relevance | path

Searched refs:NS_QUOTA (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/
H A DTestQuotasWithHA.java48 private static final long NS_QUOTA = 10000; field in TestQuotasWithHA
94 dfs.setQuota(TEST_DIR, NS_QUOTA, DS_QUOTA); in testQuotasTrackedOnStandby()
100 assertEquals(NS_QUOTA, cs.getQuota()); in testQuotasTrackedOnStandby()
118 assertEquals(NS_QUOTA, cs.getQuota()); in testQuotasTrackedOnStandby()
129 assertEquals(NS_QUOTA, cs.getQuota()); in testQuotasTrackedOnStandby()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DImageVisitor.java53 NS_QUOTA, enumConstant
H A DDelimitedImageVisitor.java67 ImageElement.NS_QUOTA, in Collections.addAll() argument
H A DImageLoaderCurrent.java445 v.visit(ImageElement.NS_QUOTA, numBlocks == -1 ? in.readLong() : -1); in processINode()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DImageVisitor.java56 NS_QUOTA, enumConstant
H A DDelimitedImageVisitor.java67 ImageElement.NS_QUOTA, in Collections.addAll() argument
H A DImageLoaderCurrent.java626 v.visit(ImageElement.NS_QUOTA, in.readLong()); in processINodeDirectoryAttributes()
725 v.visit(ImageElement.NS_QUOTA, numBlocks == -1 ? in.readLong() : -1); in processINode()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DTestDelimitedImageVisitor.java72 build(div, ImageElement.NS_QUOTA, "baker2", sb, true); in testDelimitedImageVisistor()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DTestNestedSnapshots.java247 final int NS_QUOTA = 6; in testSnapshotName() local
248 hdfs.setQuota(dir, NS_QUOTA, HdfsConstants.QUOTA_DONT_SET); in testSnapshotName()