Class LogoutSchedulesLogger.RowEncoder
java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.LogoutSchedulesLogger.RowEncoder
- Enclosing class:
- LogoutSchedulesLogger
The row encoder. Not thread safe.
-
Method Summary
Modifier and TypeMethodDescriptionvoidencode(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.of()Constructs a row encoder.
-
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 bufferId- the Id valueGroupName- the GroupName valueUpdateTime- the UpdateTime valueSchedule- the Schedule valueScheduleDate- the ScheduleDate valueTime- the Time valueTimezone- the Timezone valueDays- the Days valueImmediate- the Immediate valueKick- the Kick valueEvent- the Event valueMessage- the Message value
-