Class MultiDataStore.DeleteDelayedIdentifiersTask

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

    public class MultiDataStore.DeleteDelayedIdentifiersTask
    extends java.lang.Object
    implements java.lang.Runnable
    Class to clean up the delayed DataRecords from the primary data store.
    • Method Summary

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

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

      • DeleteDelayedIdentifiersTask

        public DeleteDelayedIdentifiersTask​(long sleep)
        Constructor
        Parameters:
        sleep - how long this DeleteDelayedIdentifiersTask should sleep in seconds.
    • Method Detail

      • run

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