Class DynamicLogEntryPoolImpl

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

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

    • DynamicLogEntryPoolImpl

      public DynamicLogEntryPoolImpl(String name, int entryCount, LogBufferPool bufferPool)
  • Method Details