| Package | Description | 
|---|---|
| com.bigdata.btree | 
The  BTreeis a scalable B+-Tree with copy-on-write
semantics mapping variable lengthunsigned byte[]keys to variable
lengthbyte[]values (null values are allowed). | 
| Modifier and Type | Field and Description | 
|---|---|
| IndexTypeEnum | BaseIndexStats. indexTypeThe type of index. | 
| Modifier and Type | Method and Description | 
|---|---|
| IndexTypeEnum | IndexSegmentCheckpoint. getIndexType() | 
| IndexTypeEnum | ICheckpoint. getIndexType()The type of index for this checkpoint record. | 
| IndexTypeEnum | Checkpoint. getIndexType() | 
| IndexTypeEnum | IndexMetadata. getIndexType()The type of the associated persistence capable data structure. | 
| static IndexTypeEnum | IndexTypeEnum. valueOf(short code) | 
| static IndexTypeEnum | IndexTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IndexTypeEnum[] | IndexTypeEnum. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| IndexMetadata(IIndexManager indexManager,
             Properties properties,
             String namespace,
             UUID indexUUID,
             IndexTypeEnum indexType)Constructor used to configure a new named B+Tree. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.