Class DynamicDelayedLogEntryPoolImpl

java.lang.Object
io.deephaven.base.pool.ThreadSafeLenientFixedSizePool<LogEntry>
io.deephaven.io.log.impl.DynamicDelayedLogEntryPoolImpl
All Implemented Interfaces:
Pool<LogEntry>, Pool.MultiGiver<LogEntry>, Pool.MultiPool<LogEntry>, Pool.MultiTaker<LogEntry>, Pool.SinglePool<LogEntry>, LogEntryPool

public class DynamicDelayedLogEntryPoolImpl extends ThreadSafeLenientFixedSizePool<LogEntry> implements LogEntryPool
  • Constructor Details

    • DynamicDelayedLogEntryPoolImpl

      public DynamicDelayedLogEntryPoolImpl(String name, int entryCount, LoggerTimeSource timeSource)
  • Method Details