Class PelLogger.HeaderEncoder
java.lang.Object
io.deephaven.enterprise.binlog.internal.gen.PelLogger.HeaderEncoder
- Enclosing class:
- PelLogger
The header encoder. Not thread safe.
-
Method Summary
Modifier and TypeMethodDescriptionvoidencode(ByteBuffer buffer, String Host, String Process, String ProcessInfoId, String AuthenticatedUser, String EffectiveUser) Populate a header buffer.static PelLogger.HeaderEncoderof()Constructs a header encoder.
-
Method Details
-
of
Constructs a header encoder. Not thread safe. -
encode
public void encode(ByteBuffer buffer, String Host, String Process, String ProcessInfoId, String AuthenticatedUser, String EffectiveUser) Populate a header buffer.The header buffer includes all column definitions, constant columns and the application version.
-