Class DriveReindexOperation

    • 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.
      • safeSleep

        protected void safeSleep​(long ms)
        Sleep for the given number of milliseconds, or until interrupted.
        Parameters:
        ms - milliseconds
      • str

        protected static String str​(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