Class MultiDataStore.MoveDataTask

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

    public class MultiDataStore.MoveDataTask
    extends java.lang.Object
    implements java.lang.Runnable
    Class for maintaining the MultiDataStore. It will be used to move the content of the primary data store to the archive data store.
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveDataTask()  
    • 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

      • MoveDataTask

        public MoveDataTask()
    • Method Detail

      • run

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