Package org.elasticsearch.threadpool
Class TestThreadPool
- java.lang.Object
-
- org.elasticsearch.threadpool.ThreadPool
-
- org.elasticsearch.threadpool.TestThreadPool
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,Scheduler
public class TestThreadPool extends ThreadPool
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.elasticsearch.threadpool.ThreadPool
ThreadPool.Info, ThreadPool.Names, ThreadPool.ThreadPoolType
-
Nested classes/interfaces inherited from interface org.elasticsearch.threadpool.Scheduler
Scheduler.Cancellable, Scheduler.ReschedulingRunnable
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.threadpool.ThreadPool
ESTIMATED_TIME_INTERVAL_SETTING, THREAD_POOL_TYPES
-
-
Constructor Summary
Constructors Constructor Description TestThreadPool(java.lang.String name)
TestThreadPool(java.lang.String name, Settings settings)
-
Method Summary
-
Methods inherited from class org.elasticsearch.threadpool.ThreadPool
absoluteTimeInMillis, assertNotScheduleThread, awaitTermination, builders, close, estimatedTimeInMillisCounter, executor, generic, getThreadContext, info, info, preserveContext, relativeTimeInMillis, schedule, scheduler, scheduleWithFixedDelay, searchThreadPoolSize, shutdown, shutdownNow, stats, terminate, terminate
-
-
-
-
Constructor Detail
-
TestThreadPool
public TestThreadPool(java.lang.String name)
-
TestThreadPool
public TestThreadPool(java.lang.String name, Settings settings)
-
-