public class OutOfCoreIOCallableFactory extends Object
Constructor and Description |
---|
OutOfCoreIOCallableFactory(OutOfCoreEngine oocEngine,
int numIOThreads,
Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
createCallable()
Creates/Launches IO threads
|
void |
shutdown()
Check whether all IO threads terminated gracefully.
|
public OutOfCoreIOCallableFactory(OutOfCoreEngine oocEngine, int numIOThreads, Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
oocEngine
- Out-of-core enginenumIOThreads
- Number of IO threads useduncaughtExceptionHandler
- Thread UncaughtExceptionHandler to useCopyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.