Uses of Class
org.apache.cassandra.concurrent.NamedThreadFactory.MetaFactory
-
Packages that use NamedThreadFactory.MetaFactory Package Description org.apache.cassandra.concurrent -
-
Uses of NamedThreadFactory.MetaFactory in org.apache.cassandra.concurrent
Subclasses of NamedThreadFactory.MetaFactory in org.apache.cassandra.concurrent Modifier and Type Class Description static class
ExecutorFactory.Default
class
ThreadPoolExecutorBuilder<E extends ExecutorPlus>
Configure aThreadPoolExecutorPlus
, applying Cassandra's best practices by default Core threads may timeout, and use a defaultThreadPoolExecutorBuilder.keepAlive
time inThreadPoolExecutorBuilder.keepAliveUnits
Threads share the sameThreadGroup
, which may be configurably a child of a specifiedThreadGroup
descended from the same parent of theNamedThreadFactory.MetaFactory
By default queues are unbounded in length The defaultRejectedExecutionHandler
is implementation dependent, but may be overridden The defaultThread.UncaughtExceptionHandler
is inherited fromNamedThreadFactory.MetaFactory
, which in turn receives it from theExecutorBuilderFactory
-