Class PollingWatchService.ZeroFsThreadFactory

java.lang.Object
io.roastedroot.zerofs.PollingWatchService.ZeroFsThreadFactory
All Implemented Interfaces:
ThreadFactory
Enclosing class:
PollingWatchService

private static class PollingWatchService.ZeroFsThreadFactory extends Object implements ThreadFactory
  • Field Details

    • nameFormat

      private final String nameFormat
    • daemon

      private final boolean daemon
    • count

      private final AtomicInteger count
  • Constructor Details

    • ZeroFsThreadFactory

      public ZeroFsThreadFactory(String nameFormat, boolean daemon)
  • Method Details