public static interface BTreeKeySerializer.StringArrayKeys
| Modifier and Type | Method and Description |
|---|---|
int |
commonPrefixLen() |
int |
compare(int pos1,
int pos2) |
int |
compare(int pos1,
String string) |
BTreeKeySerializer.StringArrayKeys |
copyOfRange(int from,
int to) |
BTreeKeySerializer.StringArrayKeys |
deleteKey(int pos) |
String |
getKeyString(int pos) |
int[] |
getOffset() |
boolean |
hasUnicodeChars() |
int |
length() |
BTreeKeySerializer.StringArrayKeys |
putKey(int pos,
String newKey) |
void |
serialize(DataOutput out,
int prefixLen) |
int commonPrefixLen()
int length()
int[] getOffset()
BTreeKeySerializer.StringArrayKeys deleteKey(int pos)
BTreeKeySerializer.StringArrayKeys copyOfRange(int from, int to)
BTreeKeySerializer.StringArrayKeys putKey(int pos, String newKey)
int compare(int pos1,
String string)
int compare(int pos1,
int pos2)
String getKeyString(int pos)
boolean hasUnicodeChars()
void serialize(DataOutput out, int prefixLen) throws IOException
IOExceptionCopyright © 2015. All Rights Reserved.