Class LogoutSchedulesLogger.RowEncoder

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

public static final class LogoutSchedulesLogger.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, String Id, String GroupName, Instant UpdateTime, String Schedule, String ScheduleDate, String Time, String Timezone, byte Days, Boolean Immediate, Boolean Kick, String Event, String Message)
      Populates the buffer with the parameter values. The buffer is assumed to have at least 1 MiB remaining.
      Parameters:
      buffer - the buffer
      Id - the Id value
      GroupName - the GroupName value
      UpdateTime - the UpdateTime value
      Schedule - the Schedule value
      ScheduleDate - the ScheduleDate value
      Time - the Time value
      Timezone - the Timezone value
      Days - the Days value
      Immediate - the Immediate value
      Kick - the Kick value
      Event - the Event value
      Message - the Message value