Uses of Interface
io.atomix.utils.concurrent.ReferenceManager
-
Packages that use ReferenceManager Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of ReferenceManager in io.atomix.utils.concurrent
Classes in io.atomix.utils.concurrent that implement ReferenceManager Modifier and Type Class Description classReferencePool<T extends ReferenceCounted<?>>Pool of reference counted objects.Methods in io.atomix.utils.concurrent with parameters of type ReferenceManager Modifier and Type Method Description TReferenceFactory. createReference(ReferenceManager<T> manager)Creates a new reference.
-