Package | Description |
---|---|
com.jalios.jstore |
Contains JStore core classes.
|
Modifier and Type | Class and 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 stamp
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Store.parseLog(LogManagerHandler handler)
Parse the store with the given handler
|
boolean |
Store.parseLog(LogManagerHandler handler,
int startLine)
Parse the store with the given handler from the given line number
|
void |
Store.parseLog(LogManagerHandler handler,
Stamp stamp)
Parse the store with the given handler from the given stamp
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.