public class SimpleRowKeyGenerator extends Object
| Constructor and Description | 
|---|
SimpleRowKeyGenerator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static byte[] | 
getNanoTimestampKey(String prefix)  | 
static byte[] | 
getRandomKey(String prefix)  | 
static byte[] | 
getTimestampKey(String prefix)  | 
static byte[] | 
getUUIDKey(String prefix)  | 
public static byte[] getUUIDKey(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static byte[] getRandomKey(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static byte[] getTimestampKey(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static byte[] getNanoTimestampKey(String prefix) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2009-2022 Apache Software Foundation. All Rights Reserved.