Uses of Interface
io.atomix.utils.concurrent.ThreadContext
Packages that use ThreadContext
Package
Description
Provides classes and interfaces for managing concurrency.
-
Uses of ThreadContext in io.atomix.utils.concurrent
Classes in io.atomix.utils.concurrent that implement ThreadContextModifier and TypeClassDescriptionclassAbstract thread context.classNull thread context.classSingle threaded context.Methods in io.atomix.utils.concurrent that return ThreadContextModifier and TypeMethodDescriptionThreadContextFactory.createContext()Creates a new thread context.static ThreadContextThreadContext.currentContext()Returns the current thread context.AtomixThread.getContext()Returns the thread context.Methods in io.atomix.utils.concurrent with parameters of type ThreadContextModifier and TypeMethodDescriptionvoidAtomixThread.setContext(ThreadContext context) Sets the thread context.