@FunctionalInterface public static interface KeyValue.KeyValueDecoder<K,V>
| Modifier and Type | Method and Description |
|---|---|
KeyValue<K,V> |
decode(byte[] keyData,
byte[] valueData)
Decode key and value bytes into a
KeyValue pair. |
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.