Uses of Class
org.apache.cassandra.concurrent.ThreadPoolExecutorBuilder
-
Packages that use ThreadPoolExecutorBuilder Package Description org.apache.cassandra.concurrent -
-
Uses of ThreadPoolExecutorBuilder in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return ThreadPoolExecutorBuilder Modifier and Type Method Description ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withKeepAlive()
ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withKeepAlive(long keepAlive, java.util.concurrent.TimeUnit keepAliveUnits)
ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withQueueLimit(int queueLimit)
ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler rejectedExecutionHandler)
ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withThreadPriority(int threadPriority)
ThreadPoolExecutorBuilder<E>
ThreadPoolExecutorBuilder. withUncaughtExceptionHandler(java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler)
Constructors in org.apache.cassandra.concurrent with parameters of type ThreadPoolExecutorBuilder Constructor Description ThreadPoolExecutorBase(ThreadPoolExecutorBuilder<?> builder)
Constructor parameters in org.apache.cassandra.concurrent with type arguments of type ThreadPoolExecutorBuilder Constructor Description ThreadPoolExecutorBuilder(java.util.function.Function<ThreadPoolExecutorBuilder<E>,E> constructor, java.lang.ClassLoader contextClassLoader, java.lang.ThreadGroup overrideThreadGroup, java.lang.Thread.UncaughtExceptionHandler uncaughtExceptionHandler, java.lang.String name, int threads)
-