Uses of Interface
io.atomix.utils.concurrent.ReferenceCounted
-
Packages that use ReferenceCounted Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of ReferenceCounted in io.atomix.utils.concurrent
Classes in io.atomix.utils.concurrent with type parameters of type ReferenceCounted Modifier and Type Interface Description interfaceReferenceFactory<T extends ReferenceCounted<?>>Reference factory.classReferencePool<T extends ReferenceCounted<?>>Pool of reference counted objects.
-