Home
last modified time | relevance | path

Searched refs:bsps (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestStoragePolicySummary.java44 BlockStoragePolicySuite bsps = BlockStoragePolicySuite.createDefaultSuite(); in testMultipleHots() local
45 StoragePolicySummary sts = new StoragePolicySummary(bsps.getAllPolicies()); in testMultipleHots()
46 BlockStoragePolicy hot = bsps.getPolicy("HOT"); in testMultipleHots()
67 BlockStoragePolicy hot = bsps.getPolicy("HOT"); in testMultipleHotsWithDifferentCounts()
91 BlockStoragePolicy warm = bsps.getPolicy("WARM"); in testMultipleWarmsInDifferentOrder()
126 BlockStoragePolicy hot = bsps.getPolicy("HOT"); in testDifferentSpecifiedPolicies()
127 BlockStoragePolicy warm = bsps.getPolicy("WARM"); in testDifferentSpecifiedPolicies()
128 BlockStoragePolicy cold = bsps.getPolicy("COLD"); in testDifferentSpecifiedPolicies()
171 BlockStoragePolicy hot = bsps.getPolicy("HOT"); in testSortInDescendingOrder()
172 BlockStoragePolicy warm = bsps.getPolicy("WARM"); in testSortInDescendingOrder()
[all …]
/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.java100 final BlockStoragePolicySuite bsps, in destroyCreatedList() argument
107 c.computeQuotaUsage(bsps, counts, true); in destroyCreatedList()
108 c.destroyAndCollectBlocks(bsps, collectedBlocks, removedINodes); in destroyCreatedList()
118 final BlockStoragePolicySuite bsps, in destroyDeletedList() argument
124 d.computeQuotaUsage(bsps, counts, false); in destroyDeletedList()
213 final BlockStoragePolicySuite bsps, in combinePosteriorAndCollectBlocks() argument
223 inode.computeQuotaUsage(bsps, counts, false); in combinePosteriorAndCollectBlocks()
323 BlockStoragePolicySuite bsps, INodeDirectory currentINode, in destroyDiffAndCollectBlocks() argument
472 final BlockStoragePolicySuite bsps, INode inode, in cleanDeletedINode() argument
644 BlockStoragePolicySuite bsps, byte storagePolicyId, in computeQuotaUsage4CurrentDirectory() argument
[all …]
H A DFileWithSnapshotFeature.java121 public QuotaCounts cleanFile(final BlockStoragePolicySuite bsps, in cleanFile() argument
131 collectBlocksAndClear(bsps, file, collectedBlocks, removedINodes); in cleanFile()
135 return diffs.deleteSnapshotDiff(bsps, snapshotId, priorSnapshotId, file, in cleanFile()
144 public QuotaCounts updateQuotaAndCollectBlocks(BlockStoragePolicySuite bsps, INodeFile file, in updateQuotaAndCollectBlocks() argument
154 bsp = bsps.getPolicy(file.getStoragePolicyID()); in updateQuotaAndCollectBlocks()
198 bsps, file, removed, collectedBlocks, removedINodes); in updateQuotaAndCollectBlocks()
211 public void collectBlocksAndClear(final BlockStoragePolicySuite bsps, final INodeFile file, in collectBlocksAndClear() argument
215 file.destroyAndCollectBlocks(bsps, info, removedINodes); in collectBlocksAndClear()
H A DFileDiff.java85 BlockStoragePolicySuite bsps, INodeFile currentINode, in combinePosteriorAndCollectBlocks() argument
91 bsps, currentINode, posterior, collectedBlocks, removedINodes); in combinePosteriorAndCollectBlocks()
115 QuotaCounts destroyDiffAndCollectBlocks(BlockStoragePolicySuite bsps, INodeFile currentINode, in destroyDiffAndCollectBlocks() argument
118 .updateQuotaAndCollectBlocks(bsps, currentINode, this, collectedBlocks, in destroyDiffAndCollectBlocks()
H A DAbstractINodeDiff.java119 final BlockStoragePolicySuite bsps, final N currentINode, in combinePosteriorAndCollectBlocks() argument
132 final BlockStoragePolicySuite bsps, final N currentINode, in destroyDiffAndCollectBlocks() argument
H A DAbstractINodeDiffList.java70 public final QuotaCounts deleteSnapshotDiff(BlockStoragePolicySuite bsps, in deleteSnapshotDiff() argument
85 counts.add(removed.destroyDiffAndCollectBlocks(bsps, currentINode, in deleteSnapshotDiff()
100 bsps, currentINode, removed, collectedBlocks, removedINodes)); in deleteSnapshotDiff()
H A DFileDiffList.java100 void combineAndCollectSnapshotBlocks(BlockStoragePolicySuite bsps, INodeFile file, in combineAndCollectSnapshotBlocks() argument
109 sf.collectBlocksAndClear(bsps, file, collectedBlocks, removedINodes); in combineAndCollectSnapshotBlocks()
H A DDirectorySnapshottableFeature.java206 public Snapshot removeSnapshot(BlockStoragePolicySuite bsps, INodeDirectory snapshotRoot, in removeSnapshot() argument
218 QuotaCounts counts = snapshotRoot.cleanSubtree(bsps, snapshot.getId(), in removeSnapshot()
236 final BlockStoragePolicySuite bsps, in computeContentSummary() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DContentSummaryComputationContext.java30 private BlockStoragePolicySuite bsps = null; field in ContentSummaryComputationContext
59 public ContentSummaryComputationContext(BlockStoragePolicySuite bsps) { in ContentSummaryComputationContext() argument
61 this.bsps = bsps; in ContentSummaryComputationContext()
129 Preconditions.checkState((bsps != null || fsn != null), in getBlockStoragePolicySuite()
132 return (bsps != null) ? bsps: in getBlockStoragePolicySuite()
H A DINodeReference.java308 return referred.cleanSubtree(bsps, snapshot, prior, collectedBlocks, in cleanSubtree()
314 BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
329 BlockStoragePolicySuite bsps, byte blockStoragePolicyId, in computeQuotaUsage() argument
331 return referred.computeQuotaUsage(bsps, blockStoragePolicyId, counts, in computeQuotaUsage()
545 public QuotaCounts cleanSubtree(BlockStoragePolicySuite bsps, in cleanSubtree() argument
584 public void destroyAndCollectBlocks(BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
669 this.computeQuotaUsage(bsps, counts, true); in cleanSubtree()
670 destroyAndCollectBlocks(bsps, collectedBlocks, removedINodes); in cleanSubtree()
686 return getReferredINode().cleanSubtree(bsps, snapshot, prior, in cleanSubtree()
702 public void destroyAndCollectBlocks(BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
[all …]
H A DINodeDirectory.java155 final QuotaCounts c = computeQuotaUsage(bsps); in setQuota()
271 return getDirectorySnapshottableFeature().removeSnapshot(bsps, this, in removeSnapshot()
573 public QuotaCounts computeQuotaUsage(BlockStoragePolicySuite bsps, in computeQuotaUsage() argument
586 child.computeQuotaUsage(bsps, childPolicyId, counts, useCache, in computeQuotaUsage()
610 child.computeQuotaUsage(bsps, childPolicyId, counts, useCache, in computeDirectoryQuotaUsage()
726 public void undoRename4DstParent(final BlockStoragePolicySuite bsps, in undoRename4DstParent() argument
739 final QuotaCounts counts = deletedChild.computeQuotaUsage(bsps); in undoRename4DstParent()
788 sf.clear(bsps, this, collectedBlocks, removedINodes); in destroyAndCollectBlocks()
801 public QuotaCounts cleanSubtree(final BlockStoragePolicySuite bsps, in cleanSubtree() argument
816 this.computeQuotaUsage(bsps, counts, true); in cleanSubtree()
[all …]
H A DFSDirRenameOp.java94 BlockStoragePolicySuite bsps = fsd.getBlockStoragePolicySuite(); in verifyQuotaForRename() local
95 final QuotaCounts delta = src.getLastINode().computeQuotaUsage(bsps); in verifyQuotaForRename()
100 delta.subtract(dstINode.computeQuotaUsage(bsps)); in verifyQuotaForRename()
359 BlockStoragePolicySuite bsps = fsd.getBlockStoragePolicySuite(); in unprotectedRenameTo() local
416 filesDeleted = tx.cleanDst(bsps, collectedBlocks); in unprotectedRenameTo()
426 tx.updateQuotasInSourceTree(bsps); in unprotectedRenameTo()
434 tx.restoreDst(bsps); in unprotectedRenameTo()
585 BlockStoragePolicySuite bsps = fsd.getBlockStoragePolicySuite(); in RenameOperation() local
612 withCount.getReferredINode().computeQuotaUsage(bsps, oldSrcCounts, true); in RenameOperation()
739 filesDeleted = oldDstChild.cleanSubtree(bsps, Snapshot.CURRENT_STATE_ID, in cleanDst()
[all …]
H A DINodeSymlink.java76 public QuotaCounts cleanSubtree(BlockStoragePolicySuite bsps, in cleanSubtree() argument
82 destroyAndCollectBlocks(bsps, collectedBlocks, removedINodes); in cleanSubtree()
88 public void destroyAndCollectBlocks(final BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
96 BlockStoragePolicySuite bsps, byte blockStoragePolicyId, in computeQuotaUsage() argument
H A DINode.java407 public abstract QuotaCounts cleanSubtree(final BlockStoragePolicySuite bsps, in cleanSubtree() argument
431 BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
435 public final ContentSummary computeContentSummary(BlockStoragePolicySuite bsps) { in computeContentSummary() argument
437 new ContentSummaryComputationContext(bsps)); in computeContentSummary()
511 public final QuotaCounts computeQuotaUsage(BlockStoragePolicySuite bsps) { in computeQuotaUsage() argument
514 return computeQuotaUsage(bsps, storagePolicyId, in computeQuotaUsage()
551 BlockStoragePolicySuite bsps, byte blockStoragePolicyId, in computeQuotaUsage() argument
555 BlockStoragePolicySuite bsps, QuotaCounts counts, boolean useCache) { in computeQuotaUsage() argument
558 return computeQuotaUsage(bsps, storagePolicyId, counts, in computeQuotaUsage()
H A DINodeMap.java99 public void destroyAndCollectBlocks(BlockStoragePolicySuite bsps, in get()
106 BlockStoragePolicySuite bsps, byte blockStoragePolicyId, in get()
118 public QuotaCounts cleanSubtree(BlockStoragePolicySuite bsps, in get()
H A DINodeFile.java497 public QuotaCounts cleanSubtree(BlockStoragePolicySuite bsps, final int snapshot, in cleanSubtree() argument
503 return sf.cleanFile(bsps, this, snapshot, priorSnapshotId, collectedBlocks, in cleanSubtree()
511 computeQuotaUsage(bsps, counts, false); in cleanSubtree()
512 destroyAndCollectBlocks(bsps, collectedBlocks, removedINodes); in cleanSubtree()
526 public void destroyAndCollectBlocks(BlockStoragePolicySuite bsps, in destroyAndCollectBlocks() argument
557 BlockStoragePolicySuite bsps, byte blockStoragePolicyId, in computeQuotaUsage() argument
588 BlockStoragePolicy bsp = bsps.getPolicy(blockStoragePolicyId); in computeQuotaUsage()
H A DFSImage.java866 static void updateCountForQuota(BlockStoragePolicySuite bsps, in updateCountForQuota() argument
868 updateCountForQuotaRecursively(bsps, root.getStoragePolicyID(), root, in updateCountForQuota()
872 private static void updateCountForQuotaRecursively(BlockStoragePolicySuite bsps, in updateCountForQuotaRecursively() argument
878 dir.computeQuotaUsage4CurrentDirectory(bsps, blockStoragePolicyId, counts); in updateCountForQuotaRecursively()
883 updateCountForQuotaRecursively(bsps, childPolicyId, in updateCountForQuotaRecursively()
887 child.computeQuotaUsage(bsps, childPolicyId, counts, false, in updateCountForQuotaRecursively()
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/t/
H A Dbuildpss.ksh,v630 # pssppc\bsps directory
882 cd $PSS_ROOT/bsps/eureka/src
1462 cd $PSS_ROOT/bsps/eureka/src
2273 pssppc\bsps\e403 - (no longer required)
2274 pssppc\bsps\fads8xx
2275 pssppc\bsps\mbx8xx
2276 pssppc\bsps\simppc
2277 pssppc\bsps\template
2278 pssppc\bsps\ylwknife
2309 PSS_BSP= $(PSS_ROOT)/bsps/eureka
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/docs/KeywordMetadata/
H A DDUPLICATE-binary_archive6 The file is named using the pattern \c {prefix}.{response_descriptor}.bsps, in which
7 'bsps' stands for Binary Surfpack Surrogate. See \c filename_prefix for further
H A DDUPLICATE-filename_prefix22 \c my_surrogate.{response_descriptor}.bsps (for the binary files).
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/tests/SaveLoad/
H A Dccd_load.spk10 Load[name = mars, file = 'mars.bsps']
22 Load[name = mls, file = 'mls.bsps']
H A Dccd_save.spk12 Save[surface = mars, file = 'mars.bsps']
27 Save[surface = mls, file = 'mls.bsps']
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeAnalysis/
H A DShapeAnalysis_ShapeContents.cxx175 Handle(Geom_BSplineSurface) bsps = Handle(Geom_BSplineSurface)::DownCast(surf); in Perform()
176 if (!bsps.IsNull()) { in Perform()
178 if (bsps->NbUPoles() * bsps->NbVPoles() > 8192) { in Perform()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DBlockCollection.java39 public ContentSummary computeContentSummary(BlockStoragePolicySuite bsps); in computeContentSummary() argument
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/tests/
H A DMakefile.am64 *.bspd *.bsps *.sp *.spd *.sps *.txt

12