iText 7 7.1.8 API
iText.Kernel.Counter.Data Namespace Reference

Classes

class   EventData
  The data that class that contains event signature (in simple cases it can be just event type) and count. More...
 
class   EventDataCacheComparatorBased
  Comparator-based implementation of IEventDataCacheMerges data with the same signature by increasing its count. Retrieve the smallest element based on comparator. Not thread safe. More...
 
class   EventDataCacheQueueBased
  Queue-based implementation of IEventDataCacheMerges data with the same signature by increasing its count. Will retrieve the first elements by the time of its signature registration. Not thread safe. More...
 
class   EventDataHandler
  This class is intended for some heavy concurrent event operations (like writing to database or file). More...
 
class   EventDataHandlerUtil
  The util class with service methods for EventDataHandler and comparator class, that can be used in EventDataCacheComparatorBased More...
 
interface   IEventDataCache
  Interface responsible for caching EventDataUsed in EventDataHandler More...
 
interface   IEventDataFactory
  Interface that is responsible for creating new instance of EventDataUsed in EventDataHandler More...
 
class   WaitTime