@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–2020 Apache Software Foundation. All rights reserved.