Package | Description |
---|---|
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
Modifier and Type | Field and Description |
---|---|
IndexTypeEnum |
BaseIndexStats.indexType
The 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.