Class MultiPartitionLoggerThreadUnsafeBase

java.lang.Object
io.deephaven.enterprise.binlog.buffered.impl.MultiPartitionLoggerThreadUnsafeBase
All Implemented Interfaces:
Logger, Closeable, Flushable, AutoCloseable

@InternalUseOnly public abstract class MultiPartitionLoggerThreadUnsafeBase extends Object implements Logger
The base class for not-thread-safe, multi-partition buffered loggers. While this class is public, it is used as a code generation target and not for public extension. See package-info.
  • Constructor Details

    • MultiPartitionLoggerThreadUnsafeBase

      protected MultiPartitionLoggerThreadUnsafeBase(ByteBuffer buffer, MultiPartitionWriter multiPartitionWriter, int maxEntrySize)
  • Method Details