me.prettyprint.cassandra.utils
Class DaemonThreadPoolFactory

java.lang.Object
  extended by me.prettyprint.cassandra.utils.DaemonThreadPoolFactory
All Implemented Interfaces:
ThreadFactory

public class DaemonThreadPoolFactory
extends Object
implements ThreadFactory


Constructor Summary
DaemonThreadPoolFactory(Class<?> parentClass)
           
 
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

DaemonThreadPoolFactory

public DaemonThreadPoolFactory(Class<?> parentClass)
Method Detail

newThread

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


Copyright © 2011. All Rights Reserved.