Class ProcessInfoLoggerCore.RowEncoder

java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.ProcessInfoLoggerCore.RowEncoder
Enclosing class:
ProcessInfoLoggerCore

public static final class ProcessInfoLoggerCore.RowEncoder extends Object
The row encoder. Not thread safe.
  • Method Details

    • of

      Constructs a row encoder. Not thread safe.
    • encode

      public void encode(ByteBuffer buffer, byte flags, String Type, String Key, String Value)
      Populates the buffer with the parameter values. The buffer is assumed to have at least 1 MiB remaining.
      Parameters:
      buffer - the buffer
      flags - the flags for this row, which start and end transactions
      Type - the Type value
      Key - the Key value
      Value - the Value value