public interface KeyConverterToString<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
decodeFromString(java.lang.String encodedKey) |
Decode row key from string to a key of type T.
|
java.lang.String |
encodeAsString(T key) |
Encode key as string.
|
java.lang.String encodeAsString(T key)
key - of type T to be encoded as string.T decodeFromString(java.lang.String encodedKey)
encodedKey - string representation of row keyCopyright © 2008–2025 Apache Software Foundation. All rights reserved.