Class DriveReindexOperation

    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract void init()
      Start the main loop.
      protected static Integer intValue​(int val)
      Wrapper for integers.
      abstract void signalStop()
      Program is stopping, so tell the threads they can stop, too.
      protected static String str​(java.lang.String str)
      Wrapper for strings.
      abstract void waitForStop()
      Wait until things are stopped.
      • Methods inherited from class java.lang.Object

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

      • DriveReindexOperation

        public DriveReindexOperation()
    • Method Detail

      • init

        public abstract void init()
        Start the main loop.
      • signalStop

        public abstract void signalStop()
        Program is stopping, so tell the threads they can stop, too.
      • waitForStop

        public abstract void waitForStop()
        Wait until things are stopped.
      • str

        protected static String str​(java.lang.String str)
        Wrapper for strings.
        Parameters:
        str - the string
        Returns:
        the string
      • intValue

        protected static Integer intValue​(int val)
        Wrapper for integers.
        Parameters:
        val - the integer
        Returns:
        the integer