Uses of Class
com.jalios.jstore.LogManagerHandler
-
Packages that use LogManagerHandler Package Description com.jalios.jstore Contains JStore core classes. -
-
Uses of LogManagerHandler in com.jalios.jstore
Subclasses of LogManagerHandler in com.jalios.jstore Modifier and Type Class Description class
LogCleaner
class
LogManagerDeltaHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to generate the suffix of the log beyond a given stampclass
LogManagerLoadHandler
This class is the SAX handler which handles the LogEntry when the log is parsed.class
LogManagerSyncHandler
This class is the LogManagerHandler which handles the LogEntry when the log is parsed to get the storable ids created or mutated since the given sync stamp.class
LogManagerVersionHandler
This class is the SAX handler which handles the LogEntry when the log is parsed to build all the version of storables.Methods in com.jalios.jstore with parameters of type LogManagerHandler Modifier and Type Method Description void
Store. parseLog(LogManagerHandler handler)
Parse the store with the given handlerboolean
Store. parseLog(LogManagerHandler handler, long startLine)
Parse the store with the given handler from the given line numbervoid
Store. parseLog(LogManagerHandler handler, Stamp stamp)
Parse the store with the given handler from the given stamp
-