Uses of Interface
io.atomix.utils.concurrent.ThreadContextFactory
-
Packages that use ThreadContextFactory Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of ThreadContextFactory in io.atomix.utils.concurrent
Classes in io.atomix.utils.concurrent that implement ThreadContextFactory Modifier and Type Class Description classBlockingAwareSingleThreadContextFactorySingle thread context factory.classBlockingAwareThreadPoolContextFactoryThread pool context factory.Methods in io.atomix.utils.concurrent that return ThreadContextFactory Modifier and Type Method Description abstract ThreadContextFactoryThreadModel. factory(String nameFormat, int threadPoolSize, org.slf4j.Logger logger)Returns a thread context factory.
-