public interface ILocalBTreeView extends IIndex
AbstractBTree or a FusedView of
AbstractBTrees.| Modifier and Type | Method and Description |
|---|---|
IBloomFilter |
getBloomFilter()
Return the bloom filter.
|
BTree |
getMutableBTree()
The
BTree that is absorbing writes for the view. |
int |
getSourceCount()
The #of
AbstractBTrees sources for the view. |
AbstractBTree[] |
getSources()
An array containing the ordered sources in the view.
|
getCounters, getIndexMetadata, getResourceMetadata, submit, submit, submitcontains, insert, lookup, putIfAbsent, removecontains, insert, lookup, removerangeCount, rangeCount, rangeCountExact, rangeCountExactWithDeleted, rangeIterator, rangeIterator, rangeIteratorgetCounterint getSourceCount()
AbstractBTrees sources for the view. This will be ONE (1)
if the view is a BTree.AbstractBTree[] getSources()
AbstractBTree then the
array will contain a single element which is that AbstractBTree.BTree getMutableBTree()
BTree that is absorbing writes for the view.UnsupportedOperationException - if the index is not mutable.IBloomFilter getBloomFilter()
null.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.