Package | Description |
---|---|
com.jalios.jstore |
Contains JStore core classes.
|
Modifier and Type | Class and Description |
---|---|
class |
InnerLogEntry
This class represents a inner Store operation.
|
class |
StorableLogEntry
This abstract class represents a Store operation on a Storable object.
|
Modifier and Type | Method and Description |
---|---|
LogEntry |
LogManagerSyncHandler.getGreatestCommonLogEntry() |
LogEntry |
SyncManager.getLastSync() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<LogEntry> |
LoadReport.getClassErrorList()
Get the value of classErrorList.
|
java.util.ArrayList<LogEntry> |
LoadReport.getCreateErrorList()
Get the value of createErrorList.
|
java.util.ArrayList<LogEntry> |
LoadReport.getJavaErrorList()
Get the value of javaErrorList.
|
java.util.ArrayList<LogEntry> |
LoadReport.getMutationErrorList()
Get the value of mutationErrorList.
|
java.util.ArrayList<LogEntry> |
LoadReport.getStampErrorList()
Get the value of stampErrorList.
|
Modifier and Type | Method and Description |
---|---|
void |
LoadReport.addClassError(LogEntry entry)
Add a class error
|
void |
LoadReport.addCreateError(LogEntry entry)
Add a create error
|
void |
LoadReport.addJavaError(LogEntry entry)
Add a java error
|
void |
LoadReport.addMutationError(LogEntry entry)
Add a mutation error
|
void |
LoadReport.addStampError(LogEntry entry)
Add a stamp error
|
int |
StampTable.compareLogEntry(LogEntry logEntry)
Compares the given stamp of the logEntry with the ones in the table.
|
int |
LogEntry.compareTo(LogEntry logEntry) |
void |
LogManagerLoadHandler.handleLogEntryException(LogEntry logEntry)
This method is called when an exception is caught while processing the entry
|
void |
LogManagerHandler.handleLogEntryException(LogEntry logEntry)
This method is called when an exception is caught while processing a logEntry
|
void |
LogManagerDeltaHandler.processAnyLogEntry(LogEntry logEntry) |
void |
Store.processLogEntry(LogEntry logEntry) |
void |
Store.replaceSuffix(java.util.TreeSet<StorableLogEntry> newSuffix,
LogEntry startLogEntry,
boolean includeStart) |
void |
LogManager.replaceSuffix(java.util.TreeSet<StorableLogEntry> newSuffix,
LogEntry startLogEntry,
boolean includeStart,
boolean useIndex)
Replace the existing suffix of the store (starting at startLogEntry) with a new one represented by newSuffix.
|
Modifier and Type | Method and Description |
---|---|
void |
Store.appendAndProcessSuffix(java.util.List<? extends LogEntry> logEntryList)
Appends the given LogEntries in the store.xml file and process each of them.
|
Constructor and Description |
---|
LogEntry(LogEntry entry)
Creates a new LogEntry by cloning
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.