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 |
---|---|
static BloomFilterFactory |
BloomFilterFactory.DEFAULT
The recommenced default factory configuration.
|
Modifier and Type | Method and Description |
---|---|
BloomFilterFactory |
IndexMetadata.getBloomFilterFactory()
Return the bloom filter factory.
|
Modifier and Type | Method and Description |
---|---|
BTree |
TestIndexSegmentWithBloomFilter.getBTree(int branchingFactor,
BloomFilterFactory bloomFilterFactory)
Return a btree backed by a journal with the indicated branching factor.
|
void |
IndexMetadata.setBloomFilterFactory(BloomFilterFactory bloomFilterFactory)
Set the bloom filter factory.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.