Class DaemonThreadFactory

java.lang.Object
com.linkedin.venice.utils.DaemonThreadFactory
All Implemented Interfaces:
ThreadFactory
Direct Known Subclasses:
RandomAccessDaemonThreadFactory

public class DaemonThreadFactory extends Object implements ThreadFactory
A thread factory that sets the threads to run as daemons. (Otherwise things that embed the threadpool can't shut themselves down).
  • Field Details

  • Constructor Details

    • DaemonThreadFactory

      public DaemonThreadFactory(String threadNamePrefix)
  • Method Details