public interface ILocalBTreeView extends IIndex
AbstractBTree
or a FusedView
of
AbstractBTree
s.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
AbstractBTree s sources for the view. |
AbstractBTree[] |
getSources()
An array containing the ordered sources in the view.
|
getCounters, getIndexMetadata, getResourceMetadata, submit, submit, submit
contains, insert, lookup, putIfAbsent, remove
contains, insert, lookup, remove
rangeCount, rangeCount, rangeCountExact, rangeCountExactWithDeleted, rangeIterator, rangeIterator, rangeIterator
getCounter
int getSourceCount()
AbstractBTree
s 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.