Class LogManagerSyncHandler

  • All Implemented Interfaces:
    StoreConstants, org.xml.sax.ContentHandler

    public class LogManagerSyncHandler
    extends LogManagerHandler
    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.
    Version:
    $Revision: 27753 $
    Author:
    Olivier Dedieu
    • Constructor Detail

      • LogManagerSyncHandler

        public LogManagerSyncHandler​(Stamp syncStamp)
      • LogManagerSyncHandler

        public LogManagerSyncHandler​(Stamp syncStamp,
                                     StampTable st)
      • LogManagerSyncHandler

        public LogManagerSyncHandler​(Stamp syncStamp,
                                     boolean removeCUDSeq,
                                     StampTable progressTable)
    • Method Detail

      • getOpMap

        public java.util.TreeMap<java.lang.String,​java.util.TreeSet<StorableLogEntry>> getOpMap()
      • getDataMap

        public java.util.TreeMap<java.lang.String,​java.util.List<StorableLogEntry>> getDataMap()
      • getLogEntryList

        public java.util.ArrayList<StorableLogEntry> getLogEntryList()
      • getOpCount

        public int getOpCount()
      • getGreatestCommonLogEntry

        public LogEntry getGreatestCommonLogEntry()