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 classLogCleanerclassLogManagerDeltaHandlerThis class is the SAX handler which handles the LogEntry when the log is parsed to generate the suffix of the log beyond a given stampclassLogManagerLoadHandlerThis class is the SAX handler which handles the LogEntry when the log is parsed.classLogManagerSyncHandlerThis 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.classLogManagerVersionHandlerThis 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 voidStore. parseLog(LogManagerHandler handler)Parse the store with the given handlerbooleanStore. parseLog(LogManagerHandler handler, long startLine)Parse the store with the given handler from the given line numbervoidStore. parseLog(LogManagerHandler handler, Stamp stamp)Parse the store with the given handler from the given stamp
-