| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorableLogEntry | |
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcmsplugin.od | |
| com.jalios.jstore | Contains JStore core classes. | 
| com.jalios.jstore.jsync | Contains JSync core classes. | 
| Uses of StorableLogEntry in com.jalios.jcms | 
|---|
| Methods in com.jalios.jcms with parameters of type StorableLogEntry | |
|---|---|
|  boolean | JcmsCleanFilter.isCleanable(StorableLogEntry entry,
            Class clazz) | 
|  boolean | CustomCleanFilter.isCleanable(StorableLogEntry entry,
            Class clazz) | 
| Uses of StorableLogEntry in com.jalios.jcmsplugin.od | 
|---|
| Methods in com.jalios.jcmsplugin.od with parameters of type StorableLogEntry | |
|---|---|
|  boolean | ODKeepDraftCleanFilter.isCleanable(StorableLogEntry entry,
            Class clazz) | 
|  boolean | MemberCleanFilter.isCleanable(StorableLogEntry entry,
            Class clazz) | 
| Uses of StorableLogEntry in com.jalios.jstore | 
|---|
| Methods in com.jalios.jstore that return types with arguments of type StorableLogEntry | |
|---|---|
|  TreeMap<String,List<StorableLogEntry>> | SyncManager.getDataMap() | 
|  TreeMap<String,List<StorableLogEntry>> | LogManagerSyncHandler.getDataMap() | 
|  ArrayList<StorableLogEntry> | LogManagerSyncHandler.getLogEntryList() | 
|  TreeMap<String,TreeSet<StorableLogEntry>> | SyncManager.getOpMap() | 
|  TreeMap<String,TreeSet<StorableLogEntry>> | LogManagerSyncHandler.getOpMap() | 
| Methods in com.jalios.jstore with parameters of type StorableLogEntry | |
|---|---|
|  boolean | CleanFilter.isCleanable(StorableLogEntry entry,
            Class<?> clazz)Returns true if the entry can be cleaned or false otherwise. | 
|  void | Store.processStorableLogEntry(StorableLogEntry storableLog) | 
|  void | LogManagerVersionHandler.processStorableLogEntry(StorableLogEntry entry)Process a StorableLogEntry | 
|  void | LogManagerSyncHandler.processStorableLogEntry(StorableLogEntry logEntry)Process a StorableLogEntry | 
|  void | LogManagerLoadHandler.processStorableLogEntry(StorableLogEntry logEntry)Process a StorableLogEntry | 
| abstract  void | LogManagerHandler.processStorableLogEntry(StorableLogEntry logEntry)Process a StorableLogEntry | 
|  void | LogManagerDeltaHandler.processStorableLogEntry(StorableLogEntry logEntry)Process a StorableLogEntry | 
|  void | LogCleaner.processStorableLogEntry(StorableLogEntry logEntry) | 
| Method parameters in com.jalios.jstore with type arguments of type StorableLogEntry | |
|---|---|
|  void | SyncManager.replaceDivergentSuffix(TreeSet<StorableLogEntry> newSuffix) | 
|  void | Store.replaceSuffix(TreeSet<StorableLogEntry> newSuffix,
              LogEntry startLogEntry,
              boolean includeStart) | 
|  void | LogManager.replaceSuffix(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. | 
| Constructors in com.jalios.jstore with parameters of type StorableLogEntry | |
|---|---|
| StorableLogEntry(StorableLogEntry entry)Constructor for a new entry from an existing one. | |
| Uses of StorableLogEntry in com.jalios.jstore.jsync | 
|---|
| Methods in com.jalios.jstore.jsync that return types with arguments of type StorableLogEntry | |
|---|---|
|  List<StorableLogEntry> | UpdateMessage.getOpList() | 
| Constructor parameters in com.jalios.jstore.jsync with type arguments of type StorableLogEntry | |
|---|---|
| UpdateMessage(String urid,
              StampTable progressTable,
              List<StorableLogEntry> opList,
              Set<FileEntry> fileSet)Constructs a new UpdateMessage | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||