Class IndexedThreadFactory
java.lang.Object
io.nosqlbench.virtdata.userlibs.apps.valuechecker.IndexedThreadFactory
- All Implemented Interfaces:
ThreadFactory
A named and indexed thread factory, making threads within a thread pool
have the same name and a unique integer index
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionIndexedThreadFactory(String name, Thread.UncaughtExceptionHandler exceptionHandler) -
Method Summary
-
Constructor Details
-
IndexedThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThreadin interfaceThreadFactory
-