this storage modified since last modification check
this storage modified since last modification check
Force writing of contents to the file, even if there has not been any update.
finds and loads the storage file.
finds and loads the storage file. subclasses should call this method prior to any other, but only once, to obtain the initial sequence of nodes.
period between modification checks, in milliseconds
period between modification checks, in milliseconds
Run method of the thread.
Run method of the thread. remember to use start()
to start a thread,
not run
.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version 2.11) This method and its usages will be removed. Use a debugger to debug code.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
(Since version ) see corresponding Javadoc for more information.
Mutable storage of immutable xml trees. Everything is kept in memory, with a thread periodically checking for changes and writing to file.
To ensure atomicity, two files are used,
filename1
and'$'+filename1
. The implementation switches between the two, deleting the older one after a complete dump of the database has been written.