org.apache.hadoop.hbase
Class DaemonThreadFactory
java.lang.Object
org.apache.hadoop.hbase.DaemonThreadFactory
- All Implemented Interfaces:
- ThreadFactory
public class DaemonThreadFactory
- extends Object
- implements ThreadFactory
Thread factory that creates daemon threads
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaemonThreadFactory
public DaemonThreadFactory(String name)
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interface ThreadFactory
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.