Home
last modified time | relevance | path

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

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DFsDatasetImpl.java244 final RamDiskAsyncLazyPersistService asyncLazyPersistService; field in FsDatasetImpl
305 asyncLazyPersistService = new RamDiskAsyncLazyPersistService(datanode); in FsDatasetImpl()
2061 if (asyncLazyPersistService != null) { in shutdown()
2062 asyncLazyPersistService.shutdown(); in shutdown()
2743 !asyncLazyPersistService.queryVolume(v.getCurrentDir())) { in setupAsyncLazyPersistThread()
2744 asyncLazyPersistService.addVolume(v.getCurrentDir()); in setupAsyncLazyPersistThread()
2749 asyncLazyPersistService.queryVolume(v.getCurrentDir())) { in setupAsyncLazyPersistThread()
2750 asyncLazyPersistService.removeVolume(v.getCurrentDir()); in setupAsyncLazyPersistThread()
2841 asyncLazyPersistService.submitLazyPersistTask( in saveNextReplica()