Uses of Package
io.atomix.utils.concurrent
-
Packages that use io.atomix.utils.concurrent Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency.io.atomix.utils.misc Miscellaneous utilities. -
Classes in io.atomix.utils.concurrent used by io.atomix.utils.concurrent Class Description AbstractThreadContext Abstract thread context.Accumulator Abstraction of an accumulator capable of collecting items and at some point in time triggers processing of all previously accumulated items.AtomixFuture ACompletableFuturethat tracks whether the future or one of its descendants has been blocked on aCompletableFuture.get()orCompletableFuture.join()call.AtomixThread Atomix thread.ReferenceCounted Reference counting interface.ReferenceFactory Reference factory.ReferenceManager Reference manager.Scheduled Scheduled task.Scheduler Scheduler.SingleThreadContext Single threaded context.ThreadContext Thread context.ThreadContextFactory Thread context factory.ThreadModel Raft thread model.ThreadPoolContext Thread pool context. -
Classes in io.atomix.utils.concurrent used by io.atomix.utils.misc Class Description ThreadContext Thread context.