Class LogoutEventsLogger.RowEncoder
java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.LogoutEventsLogger.RowEncoder
- Enclosing class:
- LogoutEventsLogger
The row encoder. Not thread safe.
-
Method Details
-
of
Constructs a row encoder. Not thread safe. -
encode
public void encode(ByteBuffer buffer, Instant Timestamp, String GroupName, String Event, Boolean Immediate, Boolean Kick) Populates the buffer with the parameter values. The buffer is assumed to have at least 1 MiB remaining.- Parameters:
buffer- the bufferTimestamp- the Timestamp valueGroupName- the GroupName valueEvent- the Event valueImmediate- the Immediate valueKick- the Kick value
-