Class ChoreService.ChoreServiceThreadFactory

java.lang.Object
org.apache.hadoop.hbase.ChoreService.ChoreServiceThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
ChoreService

Custom ThreadFactory used with the ScheduledThreadPoolExecutor so that all the threads are daemon threads, and thus, don't prevent the JVM from shutting down