public static interface Leaf.ILeafListener
Leaf
is changed. This includes (a) adding a new tuple
to a leaf; (b) removing a tuple from a leaf (but not flagging an existing
tuple as deleted); and (c) when the leaf is discarded by copy-on-write.Modifier and Type | Method and Description |
---|---|
void |
invalidateLeaf()
Notice that the leaf state has changed and that the listener must not
assume: (a) that a tuple of interest still resides within the leaf
(it may have been moved up or down within the leaf or it may be in
another leaf altogether as a result of underflow or overflow); (b)
that the leaf is still in use (it may have been discarded by a
copy-on-write operation).
|
void invalidateLeaf()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.