Package | Description |
---|---|
com.bigdata.btree.keys |
Modifier and Type | Method and Description |
---|---|
DecompositionEnum |
DefaultKeyBuilderFactory.getDecompositionMode()
The selected decomposition mode (MAY be
null , which means
no override). |
static DecompositionEnum |
DecompositionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecompositionEnum[] |
DecompositionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static IKeyBuilder |
KeyBuilder.newInstance(int capacity,
CollatorEnum collatorChoice,
Locale locale,
Object strength,
DecompositionEnum mode)
Create a new instance that optionally supports Unicode sort keys.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.