Class ProcessInfoLoggerCore.RowEncoder
java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.ProcessInfoLoggerCore.RowEncoder
- Enclosing class:
- ProcessInfoLoggerCore
The row encoder. Not thread safe.
-
Method Details
-
of
Constructs a row encoder. Not thread safe. -
encode
Populates the buffer with the parameter values. The buffer is assumed to have at least 1 MiB remaining.- Parameters:
buffer- the bufferflags- the flags for this row, which start and end transactionsType- the Type valueKey- the Key valueValue- the Value value
-