Uses of Class
org.jboss.threads.EnhancedQueueExecutor.Builder
Packages that use EnhancedQueueExecutor.Builder
-
Uses of EnhancedQueueExecutor.Builder in org.jboss.threads
Methods in org.jboss.threads that return EnhancedQueueExecutor.BuilderModifier and TypeMethodDescriptionEnhancedQueueExecutor.Builder.allowCoreThreadTimeOut(boolean allowCoreTimeOut) Establish whether core threads are allowed to time out.EnhancedQueueExecutor.Builder.setContextHandler(ContextHandler<?> contextHandler) Set the context handler for the user-defined context.EnhancedQueueExecutor.Builder.setCorePoolSize(int coreSize) Set the core pool size.EnhancedQueueExecutor.Builder.setExceptionHandler(Thread.UncaughtExceptionHandler exceptionHandler) Set the uncaught exception handler.EnhancedQueueExecutor.Builder.setGrowthResistance(float growthResistance) Set the thread pool growth resistance.EnhancedQueueExecutor.Builder.setHandoffExecutor(Executor handoffExecutor) Set the handoff executor.EnhancedQueueExecutor.Builder.setKeepAliveTime(long keepAliveTime, TimeUnit keepAliveUnits) Deprecated.EnhancedQueueExecutor.Builder.setKeepAliveTime(Duration keepAliveTime) Set the thread keep-alive time.EnhancedQueueExecutor.Builder.setMaximumPoolSize(int maxSize) Set the maximum pool size.EnhancedQueueExecutor.Builder.setMaximumQueueSize(int maxQueueSize) Set the maximum queue size.EnhancedQueueExecutor.Builder.setMBeanName(String mBeanName) Set the overridden MBean name.EnhancedQueueExecutor.Builder.setQueueLimited(boolean limit) It set tofalsesuppress queue limit and size tracking for performance.
It has no effects ifjboss.threads.eqe.unlimited-queueis set.EnhancedQueueExecutor.Builder.setRegisterMBean(boolean registerMBean) Establish whether an MBean should automatically be registered for this pool.EnhancedQueueExecutor.Builder.setTerminationTask(Runnable terminationTask) Set the termination task.EnhancedQueueExecutor.Builder.setThreadFactory(ThreadFactory threadFactory) Set the configured thread factory.
setKeepAliveTime(Duration)instead.