Class TestEsExecutors

java.lang.Object
org.elasticsearch.test.TestEsExecutors

public class TestEsExecutors extends Object
  • Constructor Details

    • TestEsExecutors

      public TestEsExecutors()
  • Method Details

    • testOnlyDaemonThreadFactory

      public static ThreadFactory testOnlyDaemonThreadFactory(String name)
      Other than EsExecutors.daemonThreadFactory this doesn't follow the general naming pattern of ES threads: elasticsearch[<nodeName>][<executorName>][T#<threadNumber>]. This is sometimes desirable to easily distinguish test threads from ES threads.