Uses of Class
com.jalios.jstore.LogEntry
-
Packages that use LogEntry Package Description com.jalios.jstore Contains JStore core classes. -
-
Uses of LogEntry in com.jalios.jstore
Subclasses of LogEntry in com.jalios.jstore Modifier and Type Class Description classInnerLogEntryThis class represents a inner Store operation.classStorableLogEntryThis abstract class represents a Store operation on a Storable object.Methods in com.jalios.jstore that return LogEntry Modifier and Type Method Description LogEntryLogManagerSyncHandler. getGreatestCommonLogEntry()LogEntrySyncManager. getLastSync()Methods in com.jalios.jstore that return types with arguments of type LogEntry Modifier and Type Method 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.Methods in com.jalios.jstore with parameters of type LogEntry Modifier and Type Method Description voidLoadReport. addClassError(LogEntry entry)Add a class errorvoidLoadReport. addCreateError(LogEntry entry)Add a create errorvoidLoadReport. addJavaError(LogEntry entry)Add a java errorvoidLoadReport. addMutationError(LogEntry entry)Add a mutation errorvoidLoadReport. addStampError(LogEntry entry)Add a stamp errorintStampTable. compareLogEntry(LogEntry logEntry)Compares the given stamp of the logEntry with the ones in the table.intLogEntry. compareTo(LogEntry logEntry)voidLogManagerHandler. handleLogEntryException(LogEntry logEntry)This method is called when an exception is caught while processing a logEntryvoidLogManagerLoadHandler. handleLogEntryException(LogEntry logEntry)This method is called when an exception is caught while processing the entryvoidLogManagerDeltaHandler. processAnyLogEntry(LogEntry logEntry)voidStore. processLogEntry(LogEntry logEntry)voidLogManager. 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.voidStore. replaceSuffix(java.util.TreeSet<StorableLogEntry> newSuffix, LogEntry startLogEntry, boolean includeStart)Method parameters in com.jalios.jstore with type arguments of type LogEntry Modifier and Type Method Description voidStore. appendAndProcessSuffix(java.util.List<? extends LogEntry> logEntryList)Appends the given LogEntries in the store.xml file and process each of them.Constructors in com.jalios.jstore with parameters of type LogEntry Constructor Description LogEntry(LogEntry entry)Creates a new LogEntry by cloning
-