Interface | Description |
---|---|
IEventDataCache |
Interface responsible for caching EventData .
|
IEventDataFactory |
Interface that is responsible for creating new instance of EventData .
|
Class | Description |
---|---|
EventData |
The data that class that contains event signature (in simple cases it can be just event type) and count.
|
EventDataCacheComparatorBased |
Comparator-based implementation of IEventDataCache .
|
EventDataCacheQueueBased |
Queue-based implementation of IEventDataCache .
|
EventDataHandler |
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 |
Comparator class that can be used in EventDataCacheComparatorBased .
|
WaitTime |
Copyright © 1998–2023 iText Group NV. All rights reserved.