public interface IReadOnly
Modifier and Type | Method and Description |
---|---|
boolean |
isReadOnly()
Return
true iff the procedure asserts that it will not
write on the index. |
boolean isReadOnly()
true
iff the procedure asserts that it will not
write on the index. When true
, the procedure may be run
against a view of the index that is read-only or which allows concurrent
processes to read on the same index object. When false
the
procedure will be run against a mutable view of the index (assuming that
the procedure is executed in a context that has access to a mutable index
view).Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.