Class LogEntryPoolImpl

All Implemented Interfaces:
Pool<LogEntry>, LogEntryPool

public class LogEntryPoolImpl extends ThreadSafeFixedSizePool<LogEntry> implements LogEntryPool
  • Constructor Details

    • LogEntryPoolImpl

      public LogEntryPoolImpl(int entryCount, LogBufferPool bufferPool)
  • Method Details