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 | Method and Description |
---|---|
BloomFilter |
BTree.getBloomFilter()
Lazily reads the bloom filter from the backing store if it exists and is
not already in memory.
|
abstract BloomFilter |
AbstractBTree.getBloomFilter()
Return the optional
IBloomFilter , transparently
AbstractBTree.reopen() ing the index if necessary. |
BloomFilter |
IndexSegment.getBloomFilter() |
BloomFilter |
BloomFilterFactory.newBloomFilter()
Create and return a new (empty) bloom filter for a
BTree or
IndexSegment . |
static BloomFilter |
BloomFilter.read(IRawStore store,
long addr)
Read a bloom filter record from the store.
|
protected BloomFilter |
BTree.readBloomFilter()
Read the bloom filter from the backing store using the address stored in
the last
BTree.checkpoint record. |
protected BloomFilter |
IndexSegmentStore.readBloomFilter()
Reads the bloom filter directly from the file.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.