Home
last modified time | relevance | path

Searched defs:fsn (Results 1 – 25 of 147) sorted by relevance

123456

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DFSNDNCacheOp.java33 FSNamesystem fsn, CacheManager cacheManager, in addCacheDirective()
52 FSNamesystem fsn, CacheManager cacheManager, CacheDirectiveInfo directive, in modifyCacheDirective()
61 FSNamesystem fsn, CacheManager cacheManager, long id, in removeCacheDirective()
71 FSNamesystem fsn, CacheManager cacheManager, in listCacheDirectives()
78 FSNamesystem fsn, CacheManager cacheManager, CachePoolInfo req, in addCachePool()
92 FSNamesystem fsn, CacheManager cacheManager, CachePoolInfo req, in modifyCachePool()
103 FSNamesystem fsn, CacheManager cacheManager, String cachePoolName, in removeCachePool()
114 FSNamesystem fsn, CacheManager cacheManager, String prevKey) in listCachePools()
120 private static FSPermissionChecker getFsPermissionChecker(FSNamesystem fsn) in getFsPermissionChecker()
H A DContentSummaryComputationContext.java29 private FSNamesystem fsn = null; field in ContentSummaryComputationContext
48 FSNamesystem fsn, long limitPerRun, long sleepMicroSec) { in ContentSummaryComputationContext()
H A DFSDirDeleteOp.java76 FSNamesystem fsn, String src, boolean recursive, boolean logRetryCache) in delete()
108 FSNamesystem fsn = fsd.getFSNamesystem(); in deleteForEditLog() local
139 FSNamesystem fsn, String src, INodesInPath iip, boolean logRetryCache) in deleteInternal()
H A DFSImageFormatProtobuf.java138 private final FSNamesystem fsn; field in FSImageFormatProtobuf.Loader
151 Loader(Configuration conf, FSNamesystem fsn, in Loader()
502 final FSNamesystem fsn = context.getSourceNamesystem(); in saveSecretManagerSection() local
517 final FSNamesystem fsn = context.getSourceNamesystem(); in saveCacheManagerSection() local
532 final FSNamesystem fsn = context.getSourceNamesystem(); in saveNameSystemSection() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestGetBlockLocations.java54 FSNamesystem fsn = setupFileSystem(); in testResolveReservedPath() local
63 FSNamesystem fsn = spy(setupFileSystem()); in testGetBlockLocationsRacingWithDelete() local
86 FSNamesystem fsn = spy(setupFileSystem()); in testGetBlockLocationsRacingWithRename() local
118 final FSNamesystem fsn = new FSNamesystem(conf, image, true); in setupFileSystem() local
H A DTestSaveNamespace.java126 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in saveNamespaceWithInjectedFault() local
235 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in testReinsertnamedirsInSavenamespace() local
369 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in doTestFailedSaveNamespace() local
433 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in testSaveWhileEditsRolled() local
469 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in testTxIdPersistence() local
535 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in testCancelSaveNamespace() local
628 private void doAnEdit(FSNamesystem fsn, int id) throws IOException { in doAnEdit()
637 private void checkEditExists(FSNamesystem fsn, int id) throws IOException { in checkEditExists()
H A DTestFSNamesystem.java77 FSNamesystem fsn = FSNamesystem.loadFromDisk(conf); in testFSNamespaceClearLeases() local
96 FSNamesystem fsn = new FSNamesystem(conf, fsImage); in testStartupSafemode() local
120 FSNamesystem fsn = Mockito.spy(fsNamesystem); in testReplQueuesActiveAfterStartupSafemode() local
205 FSNamesystem fsn = new FSNamesystem(conf, fsImage); in testReset() local
H A DTestFSNamesystemMBean.java97 FSNamesystem fsn = cluster.getNameNode().namesystem; in test() local
133 FSNamesystem fsn = null; in testWithFSNamesystemWriteLock() local
H A DTestParallelImageWrite.java53 FSNamesystem fsn = null; in testRestartDFS() local
138 FSNamesystem fsn, int numImageDirs) in checkImages()
H A DTestLeaseManager.java66 FSNamesystem fsn = Mockito.mock(FSNamesystem.class); in testCheckLeaseNotInfiniteLoop() local
H A DNameNodeAdapter.java172 public static long[] getStats(final FSNamesystem fsn) { in getStats()
176 public static ReentrantReadWriteLock spyOnFsLock(FSNamesystem fsn) { in spyOnFsLock()
183 FSNamesystem fsn = nn1.getNamesystem(); in spyOnFsImage() local
H A DTestDecommissioningStatus.java292 FSNamesystem fsn = cluster.getNamesystem(); in testDecommissionStatus() local
350 FSNamesystem fsn = cluster.getNamesystem(); in testDecommissionStatusAfterDNRestart() local
417 FSNamesystem fsn = cluster.getNamesystem(); in testDecommissionDeadDN() local
H A DTestNamenodeCapacityReport.java327 private static int getNumDNInService(FSNamesystem fsn) { in getNumDNInService()
332 private static double getInServiceXceiverAverage(FSNamesystem fsn) { in getInServiceXceiverAverage()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/
H A DTestDatanodeManager.java65 FSNamesystem fsn, Configuration conf) throws IOException { in mockDatanodeManager()
89 FSNamesystem fsn = Mockito.mock(FSNamesystem.class); in testNumVersionsReportedCorrect() local
189 FSNamesystem fsn = Mockito.mock(FSNamesystem.class); in testRejectUnresolvedDatanodes() local
252 FSNamesystem fsn = Mockito.mock(FSNamesystem.class); in testSortLocatedBlocks() local
327 FSNamesystem fsn = Mockito.mock(FSNamesystem.class); in testRemoveIncludedNode() local
H A DTestPendingReplication.java168 FSNamesystem fsn = cluster.getNamesystem(); in testProcessPendingReplications() local
259 FSNamesystem fsn = cluster.getNamesystem(); in testBlockReceived() local
H A DTestHostFileManager.java105 FSNamesystem fsn = mock(FSNamesystem.class); in testIncludeExcludeLists() local
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/hdfs/server/namenode/
H A DTestSaveNamespace.java97 FSNamesystem fsn = nn.getNamesystem(); in saveNamespaceWithInjectedFault() local
172 FSNamesystem fsn = nn.getNamesystem(); in testSaveWhileEditsRolled() local
238 private void doAnEdit(FSNamesystem fsn, int id) throws IOException { in doAnEdit()
246 private void checkEditExists(FSNamesystem fsn, int id) throws IOException { in checkEditExists()
H A DNameNodeAdapter.java34 …public static boolean checkFileProgress(FSNamesystem fsn, String path, boolean checkall) throws IO… in checkFileProgress()
40 FSNamesystem fsn, Block block, boolean fromNN) throws IOException { in callNextGenerationStampForBlock()
/dports/audio/py-mutagen/mutagen-1.42.0/tests/
H A Dtest_tools_mutagen_inspect.py8 from mutagen._senf import fsnative as fsn unknown
H A Dtest_tools_moggsplit.py6 from mutagen._senf import fsnative as fsn unknown
H A Dtest_tools_mid3iconv.py6 from mutagen._senf import fsnative as fsn unknown
/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 DTestSnapshotListing.java46 FSNamesystem fsn; field in TestSnapshotListing
/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 DFSImageFormatPBSnapshot.java90 private final FSNamesystem fsn; field in FSImageFormatPBSnapshot.Loader
95 public Loader(FSNamesystem fsn, FSImageFormatProtobuf.Loader parent) { in Loader()
396 private final FSNamesystem fsn; field in FSImageFormatPBSnapshot.Saver
403 FSNamesystem fsn) { in Saver()
/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 DTestHAConfiguration.java47 private final FSNamesystem fsn = Mockito.mock(FSNamesystem.class); field in TestHAConfiguration
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DFileSelectorDialog.C116 FileSelectorNode *fsn = (FileSelectorNode*)ii->getNode(); in okFileWork() local

123456