Uses of Class
de.aristaflow.adept2.util.ObjectCounting
Packages that use ObjectCounting
Package
Description
-
Uses of ObjectCounting in de.aristaflow.adept2.base.registry
Fields in de.aristaflow.adept2.base.registry declared as ObjectCountingModifier and TypeFieldDescriptionprotected final ObjectCounting<String>LocalServiceRegistry.serviceStartLockerA 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 ObjectCountingModifier and TypeFieldDescriptionprotected static final ObjectCounting<de.aristaflow.adept2.core.eventmanager.common.EventTypeIndex>AbstractEvent.ID_COUNTA counter for the IDs for all produced events based on the type of event.protected final ObjectCounting<Triple<String,String, String>> AbstractEventManager.sourceCountThe amount of sources per source ID. -
Uses of ObjectCounting in de.aristaflow.adept2.util.locking
Subclasses of ObjectCounting in de.aristaflow.adept2.util.lockingModifier and TypeClassDescriptionclassFields in de.aristaflow.adept2.util.locking declared as ObjectCountingModifier and TypeFieldDescriptionprotected final ObjectCounting<O>PessimisticObjectLockManager.waitingLockCountCounts the amount of threads that are waiting to lock an object.