MCPcopy Create free account
hub / github.com/BaseXdb/basex / update

Method update

basex-core/src/main/java/org/basex/index/resource/Docs.java:211–215  ·  view source on GitHub ↗

Notifies the meta structures of an update and invalidates the indexes.

()

Source from the content-addressed store, hash-verified

209 * Notifies the meta structures of an update and invalidates the indexes.
210 */
211 private synchronized void update() {
212 pathOrder = null;
213 data.meta.dirty = true;
214 dirty = true;
215 }
216
217 /**
218 * Returns the PRE values of all document nodes matching the specified path.

Callers 5

docsMethod · 0.95
pathsMethod · 0.95
insertMethod · 0.95
deleteMethod · 0.95
renameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected