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