Uses of Class
com.bigdata.btree.keys.DecompositionEnum

Packages that use DecompositionEnum
com.bigdata.btree.keys   
 

Uses of DecompositionEnum in com.bigdata.btree.keys
 

Methods in com.bigdata.btree.keys that return DecompositionEnum
 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.
 

Methods in com.bigdata.btree.keys with parameters of type DecompositionEnum
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-2011 SYSTAP, LLC. All Rights Reserved.