Uses of Class
de.aristaflow.adept2.util.ObjectCounting
-
Packages that use ObjectCounting Package Description de.aristaflow.adept2.base.registry de.aristaflow.adept2.core.eventmanager.common de.aristaflow.adept2.util.locking -
-
Uses of ObjectCounting in de.aristaflow.adept2.base.registry
Fields in de.aristaflow.adept2.base.registry declared as ObjectCounting Modifier and Type Field Description protected ObjectCounting<String>
LocalServiceRegistry. serviceStartLocker
A count for the threads currently waiting to start or starting a service. -
Uses of ObjectCounting in de.aristaflow.adept2.core.eventmanager.common
Fields in de.aristaflow.adept2.core.eventmanager.common declared as ObjectCounting Modifier and Type Field Description protected static ObjectCounting<de.aristaflow.adept2.core.eventmanager.common.EventTypeIndex>
AbstractEvent. ID_COUNT
A counter for the IDs for all produced events based on the type of event.protected ObjectCounting<Triple<String,String,String>>
AbstractEventManager. sourceCount
The amount of sources per source ID. -
Uses of ObjectCounting in de.aristaflow.adept2.util.locking
Subclasses of ObjectCounting in de.aristaflow.adept2.util.locking Modifier and Type Class Description class
ObjectEqualityLockCount
Fields in de.aristaflow.adept2.util.locking declared as ObjectCounting Modifier and Type Field Description protected ObjectCounting<O>
PessimisticObjectLockManager. waitingLockCount
Counts the amount of threads that are waiting to lock an object.
-