KeyConverter<EventColumnName>public final class EventColumnNameConverter extends java.lang.Object implements KeyConverter<EventColumnName>
| Constructor | Description |
|---|---|
EventColumnNameConverter() |
| Modifier and Type | Method | Description |
|---|---|---|
EventColumnName |
decode(byte[] bytes) |
Decodes a byte array and returns a key of type T.
|
byte[] |
encode(EventColumnName key) |
Encodes a key as a byte array.
|
public byte[] encode(EventColumnName key)
KeyConverterencode in interface KeyConverter<EventColumnName>key - key to be encoded.public EventColumnName decode(byte[] bytes)
KeyConverterdecode in interface KeyConverter<EventColumnName>bytes - byte representationCopyright © 2008–2025 Apache Software Foundation. All rights reserved.