| Package | Description |
|---|---|
| de.aristaflow.adept2.core.eventmanager.common | |
| de.aristaflow.adept2.util.locking |
| Modifier and Type | Field and 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<java.lang.String,java.lang.String,java.lang.String>> |
AbstractEventManager.sourceCount
The amount of sources per source ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectEqualityLockCount
A
LockCountManager counting objects using
Object.equals(Object) and Object.hashCode(). |
| Modifier and Type | Field and Description |
|---|---|
protected ObjectCounting<O> |
PessimisticObjectLockManager.waitingLockCount
Counts the amount of threads that are waiting to lock an object.
|