Uses of Interface
io.atomix.utils.concurrent.ThreadContext
-
Packages that use ThreadContext Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency.io.atomix.utils.misc Miscellaneous utilities. -
-
Uses of ThreadContext in io.atomix.utils.concurrent
Classes in io.atomix.utils.concurrent that implement ThreadContext Modifier and Type Class Description classAbstractThreadContextAbstract thread context.classBlockingAwareSingleThreadContextBlocking aware single thread context.classBlockingAwareThreadPoolContextBlocking aware thread pool context.classNullThreadContextNull thread context.classSingleThreadContextSingle threaded context.classThreadPoolContextThread pool context.Methods in io.atomix.utils.concurrent that return ThreadContext Modifier and Type Method Description ThreadContextBlockingAwareSingleThreadContextFactory. createContext()ThreadContextBlockingAwareThreadPoolContextFactory. createContext()ThreadContextThreadContextFactory. createContext()Creates a new thread context.static ThreadContextThreadContext. currentContext()Returns the current thread context.static ThreadContextThreadContext. currentContextOrThrow()ThreadContextAtomixThread. getContext()Returns the thread context.Methods in io.atomix.utils.concurrent with parameters of type ThreadContext Modifier and Type Method Description voidAtomixThread. setContext(ThreadContext context)Sets the thread context. -
Uses of ThreadContext in io.atomix.utils.misc
Constructors in io.atomix.utils.misc with parameters of type ThreadContext Constructor Description SlidingWindowCounter(int windowSlots, ThreadContext context)Creates a new sliding window counter with the given total number of window slots.
-