Uses of Class
org.apache.cassandra.concurrent.NamedThreadFactory
Packages that use NamedThreadFactory
-
Uses of NamedThreadFactory in org.apache.cassandra.concurrent
Methods in org.apache.cassandra.concurrent that return NamedThreadFactoryModifier and TypeMethodDescriptionScheduledThreadPoolExecutorPlus.getThreadFactory()ThreadPoolExecutorBase.getThreadFactory()Constructors in org.apache.cassandra.concurrent with parameters of type NamedThreadFactoryModifierConstructorDescriptionThreadPoolExecutorBase(int threads, int keepAlive, TimeUnit keepAliveUnits, BlockingQueue<Runnable> queue, NamedThreadFactory threadFactory)