| Interface | Description |
|---|---|
| IEventDataCache<T,V extends EventData<T>> |
Interface responsible for caching
EventData. |
| IEventDataFactory<T,V extends EventData<T>> |
Interface that is responsible for creating new instance of
EventData. |
| Class | Description |
|---|---|
| EventData<T> |
The data that class that contains event signature (in simple cases it can be just event type)
and count.
|
| EventDataCacheComparatorBased<T,V extends EventData<T>> |
Comparator-based implementation of
IEventDataCache. |
| EventDataCacheQueueBased<T,V extends EventData<T>> |
Queue-based implementation of
IEventDataCache. |
| EventDataHandler<T,V extends EventData<T>> |
This class is intended for some heavy concurrent event operations
(like writing to database or file).
|
| EventDataHandlerUtil |
The util class with service methods for
EventDataHandler and comparator class,
that can be used in EventDataCacheComparatorBased. |
| EventDataHandlerUtil.BiggerCountComparator<T,V extends EventData<T>> |
Comparator class that can be used in
EventDataCacheComparatorBased. |
| WaitTime |
Copyright © 1998–2019 iText Group NV. All rights reserved.