public final class KeyUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ENCODING |
static String |
RECORD_POINTER |
Modifier and Type | Method and Description |
---|---|
static UUIDKey |
getDocumentKey(KeyNameMapper keyNameMapper,
Key key) |
static byte[] |
getUnicodeBytes(String data) |
static String |
getUnicodeString(byte[] data) |
static boolean |
isAnyDataPresent(IndexableItem sEntity,
Index index) |
public static final String DEFAULT_ENCODING
public static final String RECORD_POINTER
public static UUIDKey getDocumentKey(KeyNameMapper keyNameMapper, Key key) throws JasDBStorageException
JasDBStorageException
public static boolean isAnyDataPresent(IndexableItem sEntity, Index index)
public static byte[] getUnicodeBytes(String data)
public static String getUnicodeString(byte[] data)
Copyright © 2015. All rights reserved.