Class ValuesCheckerCoordinator

  • All Implemented Interfaces:
    java.util.concurrent.Callable<RunData>

    public class ValuesCheckerCoordinator
    extends java.lang.Object
    implements java.util.concurrent.Callable<RunData>
    • Constructor Summary

      Constructors 
      Constructor Description
      ValuesCheckerCoordinator​(java.lang.String specifier, int threads, int bufsize, long start, long end, boolean isolated)  
    • Method Summary

      Modifier and Type Method Description
      RunData call()  
      void run()  
      • Methods inherited from class java.lang.Object

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

      • ValuesCheckerCoordinator

        public ValuesCheckerCoordinator​(java.lang.String specifier,
                                        int threads,
                                        int bufsize,
                                        long start,
                                        long end,
                                        boolean isolated)
    • Method Detail

      • run

        public void run()
      • call

        public RunData call()
                     throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<RunData>
        Throws:
        java.lang.Exception