org.apache.hadoop.hbase
Class DaemonThreadFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadFactory
extends Object
implements ThreadFactory

Thread factory that creates daemon threads


Constructor Summary
DaemonThreadFactory(String name)
           
 
Method Summary
 Thread newThread(Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DaemonThreadFactory

public DaemonThreadFactory(String name)
Method Detail

newThread

public Thread newThread(Runnable r)
Specified by:
newThread in interface ThreadFactory


Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.