Package | Description |
---|---|
com.bigdata.bop.join | |
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). |
com.bigdata.htree |
Modifier and Type | Method and Description |
---|---|
protected static HTreeIndexMetadata |
HTreeHashJoinUtility.getIndexMetadata(PipelineOp op)
|
Modifier and Type | Method and Description |
---|---|
HTreeIndexMetadata |
HTreeIndexMetadata.clone() |
Modifier and Type | Field and Description |
---|---|
protected HTreeIndexMetadata |
AbstractHTree.metadata
The metadata record for the index.
|
Modifier and Type | Method and Description |
---|---|
HTreeIndexMetadata |
AbstractHTree.getIndexMetadata()
Returns the metadata record for this index.
|
Modifier and Type | Method and Description |
---|---|
static HTree |
HTree.create(IRawStore store,
HTreeIndexMetadata metadata)
Create a new
HTree or derived class. |
static HTree |
HTree.createTransient(HTreeIndexMetadata metadata)
|
void |
HTree.setIndexMetadata(HTreeIndexMetadata indexMetadata)
Method updates the index metadata associated with this
BTree . |
Constructor and Description |
---|
AbstractHTree(IRawStore store,
INodeFactory nodeFactory,
boolean readOnly,
HTreeIndexMetadata metadata,
IRecordCompressorFactory<?> recordCompressorFactory) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.