Package org.apache.pulsar.client.util
Class ScheduledExecutorProvider
- java.lang.Object
-
- org.apache.pulsar.client.util.ExecutorProvider
-
- org.apache.pulsar.client.util.ScheduledExecutorProvider
-
public class ScheduledExecutorProvider extends ExecutorProvider
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.pulsar.client.util.ExecutorProvider
ExecutorProvider.ExtendedThreadFactory
-
-
Constructor Summary
Constructors Constructor Description ScheduledExecutorProvider(int numThreads, java.lang.String poolName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.concurrent.ExecutorServicecreateExecutor(ExecutorProvider.ExtendedThreadFactory threadFactory)-
Methods inherited from class org.apache.pulsar.client.util.ExecutorProvider
getExecutor, getExecutor, getExecutor, isShutdown, shutdownNow
-
-
-
-
Method Detail
-
createExecutor
protected java.util.concurrent.ExecutorService createExecutor(ExecutorProvider.ExtendedThreadFactory threadFactory)
- Overrides:
createExecutorin classExecutorProvider
-
-