Uses of Class
org.apache.cassandra.concurrent.NamedThreadFactory.MetaFactory
Packages that use NamedThreadFactory.MetaFactory
-
Uses of NamedThreadFactory.MetaFactory in org.apache.cassandra.concurrent
Subclasses of NamedThreadFactory.MetaFactory in org.apache.cassandra.concurrentModifier and TypeClassDescriptionstatic final classclassThreadPoolExecutorBuilder<E extends ExecutorPlus>Configure aThreadPoolExecutorPlus, applying Cassandra's best practices by default Core threads may timeout, and use a defaultThreadPoolExecutorBuilder.keepAlivetime inThreadPoolExecutorBuilder.keepAliveUnitsThreads share the sameThreadGroup, which may be configurably a child of a specifiedThreadGroupdescended from the same parent of theNamedThreadFactory.MetaFactoryBy default queues are unbounded in length The defaultRejectedExecutionHandleris implementation dependent, but may be overridden The defaultThread.UncaughtExceptionHandleris inherited fromNamedThreadFactory.MetaFactory, which in turn receives it from theExecutorBuilderFactory