Class MasterTableGarbageCollector.CollectionEvent

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    MasterTableGarbageCollector

    private class MasterTableGarbageCollector.CollectionEvent
    extends java.lang.Object
    implements java.lang.Runnable
    The garbage collection event. This is an event run from the database dispatcher thread that performs the garbage collection of committed deleted rows on the data source. This can not delete rows from a table that has its roots locked.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private CollectionEvent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

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

      • CollectionEvent

        private CollectionEvent()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable