Package org.elasticsearch.test
Class TestEsExecutors
java.lang.Object
org.elasticsearch.test.TestEsExecutors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadFactoryOther than EsExecutors.daemonThreadFactory this doesn't follow the general naming pattern of ES threads:elasticsearch[<nodeName>][<executorName>][T#<threadNumber>].
-
Constructor Details
-
TestEsExecutors
public TestEsExecutors()
-
-
Method Details
-
testOnlyDaemonThreadFactory
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.
-