Uses of Class
org.apache.cassandra.concurrent.ThreadPoolExecutorBuilder
Packages that use ThreadPoolExecutorBuilder
-
Uses of ThreadPoolExecutorBuilder in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return ThreadPoolExecutorBuilderModifier and TypeMethodDescriptionThreadPoolExecutorBuilder.withKeepAlive()ThreadPoolExecutorBuilder.withKeepAlive(long keepAlive, TimeUnit keepAliveUnits) ThreadPoolExecutorBuilder.withQueueLimit(int queueLimit) ThreadPoolExecutorBuilder.withRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler) ThreadPoolExecutorBuilder.withThreadPriority(int threadPriority) ThreadPoolExecutorBuilder.withUncaughtExceptionHandler(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) Constructors in org.apache.cassandra.concurrent with parameters of type ThreadPoolExecutorBuilderConstructor parameters in org.apache.cassandra.concurrent with type arguments of type ThreadPoolExecutorBuilderModifierConstructorDescriptionprotectedThreadPoolExecutorBuilder(Function<ThreadPoolExecutorBuilder<E>, E> constructor, ClassLoader contextClassLoader, ThreadGroup overrideThreadGroup, Thread.UncaughtExceptionHandler uncaughtExceptionHandler, String name, int threads)