Uses of Class
com.levigo.jadice.server.core.util.housekeeping.TempFileReaper
-
Packages that use TempFileReaper Package Description com.levigo.jadice.server.core com.levigo.jadice.server.rest.impl -
-
Uses of TempFileReaper in com.levigo.jadice.server.core
Methods in com.levigo.jadice.server.core that return TempFileReaper Modifier and Type Method Description TempFileReaperJobScheduler. getTempFileReaper()Get a reaper for temporaryFilesTempFileReaperThreadPoolJobScheduler. getTempFileReaper()Methods in com.levigo.jadice.server.core with parameters of type TempFileReaper Modifier and Type Method Description voidThreadPoolJobScheduler. setTempFileReaper(TempFileReaper tempFileReaper)Constructors in com.levigo.jadice.server.core with parameters of type TempFileReaper Constructor Description ThreadPoolJobScheduler(TempFileReaper tempFileReaper, NodeWorkerFactory nodeWorkerFactory, ExecutionStrategyFactory executionStrategyFactory, WorkingDirectory workingDirectory) -
Uses of TempFileReaper in com.levigo.jadice.server.rest.impl
Methods in com.levigo.jadice.server.rest.impl that return TempFileReaper Modifier and Type Method Description TempFileReaperSimpleContentStore. getTempFileReaper()Methods in com.levigo.jadice.server.rest.impl with parameters of type TempFileReaper Modifier and Type Method Description voidSimpleContentStore. setTempFileReaper(TempFileReaper tempFileReaper)Provide an optionalTempFileReaperwhich may take care of the content deletion
-