Class BlockLogBufferSink


class BlockLogBufferSink extends BlockLogBuffer
An implementation of BlockLogBuffer that does *not* perform IO.

This class implements a sink for log records. It can be used to measure the performance of the log implementation without IO.

  • Constructor Details