Class DeltaSysTable


  • public class DeltaSysTable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SYSTABLE  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeltaSysTable()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void delete​(java.lang.String identifier)
      Delete the given id from the systable.
      static DeltaStore getDeltaStore​(java.lang.String identifier, boolean isRestarting)  
      static DeltaStore getDeltaStore​(java.lang.String identifier, boolean isRestarting, Log logger, boolean removeDeleted)  
      static int getNextDeltaSequence​(java.lang.String identifier, boolean bump)
      Return the sequence counter in the systable for a given id.
      static void verify()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeltaSysTable

        public DeltaSysTable()
    • Method Detail

      • getDeltaStore

        public static DeltaStore getDeltaStore​(java.lang.String identifier,
                                               boolean isRestarting)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getDeltaStore

        public static DeltaStore getDeltaStore​(java.lang.String identifier,
                                               boolean isRestarting,
                                               Log logger,
                                               boolean removeDeleted)
                                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • verify

        public static void verify()
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getNextDeltaSequence

        public static int getNextDeltaSequence​(java.lang.String identifier,
                                               boolean bump)
                                        throws java.lang.Exception
        Return the sequence counter in the systable for a given id.
        Parameters:
        bump - if true, increment sequenceid and immediately write it back.
        Throws:
        java.lang.Exception
      • delete

        public static void delete​(java.lang.String identifier)
        Delete the given id from the systable. Used by the Config Editor.