Class LogBufferPoolImpl

All Implemented Interfaces:
Pool<ByteBuffer>, LogBufferPool

public class LogBufferPoolImpl extends ThreadSafeFixedSizePool<ByteBuffer> implements LogBufferPool
  • Constructor Details

    • LogBufferPoolImpl

      public LogBufferPoolImpl(int bufferCount, int bufferSize)
  • Method Details