Home
last modified time | relevance | path

Searched refs:getChildrenList (Results 1 – 22 of 22) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/plugin/
H A DPluginParent.java34 getChildrenList().add(index, child); in add()
41 getChildrenList().add(child); in add()
46 getChildrenList().add(child); in appendChild()
57 return getChildrenList().size(); in getChildCount()
88 return getChildrenList().indexOf(child); in getIndexOf()
94 int index1 = getChildrenList().indexOf(child1); in swap()
95 int index2 = getChildrenList().indexOf(child2); in swap()
99 getChildrenList().set(index2, child1); in swap()
100 getChildrenList().set(index1, child2); in swap()
106 return getChildrenList().toArray(new IPluginObject[getChildrenList().size()]); in getChildren()
[all …]
H A DPluginExtension.java225 protected ArrayList<IPluginObject> getChildrenList() { in getChildrenList() method in PluginExtension
H A DPluginElement.java302 protected ArrayList<IPluginObject> getChildrenList() { in getChildrenList() method in PluginElement
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DINodeDirectory.java449 public ReadOnlyList<INode> getChildrenList(final int snapshotId) { in getChildrenList() method in INodeDirectory
455 return sf.getChildrenList(this, snapshotId); in getChildrenList()
583 ReadOnlyList<INode> childrenList = getChildrenList(lastSnapshotId); in computeQuotaUsage()
648 ReadOnlyList<INode> childrenList = getChildrenList(snapshotId); in computeDirectoryContentSummary()
670 childrenList = getChildrenList(snapshotId); in computeDirectoryContentSummary()
769 for (INode child : getChildrenList(s)) { in cleanSubtreeRecursively()
790 for (INode child : getChildrenList(Snapshot.CURRENT_STATE_ID)) { in destroyAndCollectBlocks()
860 out.print(", childrenSize=" + getChildrenList(snapshot).size()); in dumpTreeRecursively()
875 final Iterator<INode> i = getChildrenList(snapshot).iterator(); in dumpTreeRecursively()
934 return getChildrenList(snapshotId).size(); in getChildrenNum()
H A DFSDirSnapshotOp.java233 for (INode child : targetDir.getChildrenList(Snapshot.CURRENT_STATE_ID)) { in checkSnapshot()
H A DFSImageFormatPBINode.java241 for (long id : e.getChildrenList()) { in loadINodeDirectorySection()
533 ReadOnlyList<INode> children = n.asDirectory().getChildrenList(
H A DFSPermissionChecker.java274 ReadOnlyList<INode> cList = d.getChildrenList(snapshotId); in checkSubAccess()
H A DFSDirStatAndListingOp.java190 final ReadOnlyList<INode> contents = dirInode.getChildrenList(snapshot); in getListing()
H A DFSDirectory.java588 return !inode.asDirectory().getChildrenList(s).isEmpty(); in isNonEmptyDirectory()
930 final int count = parent.getChildrenList(CURRENT_STATE_ID).size(); in verifyMaxDirItems()
H A DFSDirRenameOp.java524 .getChildrenList(Snapshot.CURRENT_STATE_ID); in validateOverwrite()
H A DFSImageFormat.java1382 .getChildrenList(Snapshot.CURRENT_STATE_ID); in saveImage()
H A DFSImage.java880 for (INode child : dir.getChildrenList(Snapshot.CURRENT_STATE_ID)) { in updateCountForQuotaRecursively()
H A DCacheManager.java434 .getChildrenList(Snapshot.CURRENT_STATE_ID); in computeNeeded()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DDirectoryWithSnapshotFeature.java184 this.childrenSize = dir.getChildrenList(Snapshot.CURRENT_STATE_ID).size(); in DirectoryDiff()
236 private ReadOnlyList<INode> getChildrenList(final INodeDirectory currentDir) { in getChildrenList() method in DirectoryWithSnapshotFeature.DirectoryDiff
248 currentDir.getChildrenList(Snapshot.CURRENT_STATE_ID))); in getChildrenList()
451 for (INode child : inode.asDirectory().getChildrenList(prior)) { in destroyDstSubtree()
507 for (INode child : dir.getChildrenList(prior)) { in cleanDeletedINode()
601 public ReadOnlyList<INode> getChildrenList(INodeDirectory currentINode, in getChildrenList() method
604 return diff != null ? diff.getChildrenList(currentINode) : currentINode in getChildrenList()
605 .getChildrenList(Snapshot.CURRENT_STATE_ID); in getChildrenList()
H A DSnapshot.java168 public ReadOnlyList<INode> getChildrenList(int snapshotId) { in getChildrenList() method in Snapshot.Root
169 return getParent().getChildrenList(snapshotId); in getChildrenList()
H A DDirectorySnapshottableFeature.java322 ReadOnlyList<INode> children = dir.getChildrenList(earlierSnapshot in computeDiffRecursively()
/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 DTestRenameWithSnapshots.java1292 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_1()
1321 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_1()
1362 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_2()
1388 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_2()
1432 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_3()
1586 .getChildrenList(Snapshot.CURRENT_STATE_ID)); in testRenameUndo_5()
1607 .getChildrenList(Snapshot.CURRENT_STATE_ID)); in testRenameUndo_5()
1662 .getChildrenList(Snapshot.CURRENT_STATE_ID)); in testRenameUndo_6()
1725 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameUndo_7()
1978 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testRenameDirAndDeleteSnapshot_3()
[all …]
H A DTestSnapshotDeletion.java309 .getChildrenList(Snapshot.CURRENT_STATE_ID); in testDeleteCurrentFileDirectory()
357 assertEquals(1, snapshotNode4Sub.getChildrenList(Snapshot.CURRENT_STATE_ID) in testDeleteCurrentFileDirectory()
360 assertEquals(2, snapshotNode4Sub.getChildrenList(snapshot1.getId()).size()); in testDeleteCurrentFileDirectory()
364 INode snapshotNode4Subsub = snapshotNode4Sub.getChildrenList( in testDeleteCurrentFileDirectory()
370 children = snapshotSubsubDir.getChildrenList(Snapshot.CURRENT_STATE_ID); in testDeleteCurrentFileDirectory()
375 children = snapshotSubsubDir.getChildrenList(snapshot0.getId()); in testDeleteCurrentFileDirectory()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestFSNamesystem.java212 assertTrue(root.getChildrenList(Snapshot.CURRENT_STATE_ID).isEmpty()); in testReset()
H A DTestFSImageWithSnapshot.java199 rootNode.getChildrenList(Snapshot.CURRENT_STATE_ID).isEmpty()); in testSnapshotOnRoot()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/tools/offlineImageViewer/
H A DPBImageXmlWriter.java208 for (long id : e.getChildrenList()) { in dumpINodeDirectorySection()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DCacheReplicationMonitor.java350 .getChildrenList(Snapshot.CURRENT_STATE_ID); in rescanCacheDirectives()