Class Threads

java.lang.Object
io.atomix.client.utils.concurrent.Threads

public final class Threads extends Object
Thread utilities.
  • Constructor Details

    • Threads

      public Threads()
  • Method Details

    • namedThreads

      public static ThreadFactory namedThreads(String pattern, org.slf4j.Logger log)
      Returns a thread factory that produces threads named according to the supplied name pattern.
      Parameters:
      pattern - name pattern
      Returns:
      thread factory