Class ValuesCheckerRunnable

  • All Implemented Interfaces:
    java.lang.Runnable

    public class ValuesCheckerRunnable
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Summary

      Constructors 
      Constructor Description
      ValuesCheckerRunnable​(long start, long end, int bufsize, int threadNum, java.lang.String mapperSpec, io.virtdata.api.DataMapper<?> dataMapper, java.util.concurrent.ConcurrentLinkedQueue<java.lang.Integer> readyQueue, java.util.concurrent.locks.Condition goTime, java.util.concurrent.locks.Lock lock, java.util.List<java.lang.Object> expected)  
    • Method Summary

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

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

      • ValuesCheckerRunnable

        public ValuesCheckerRunnable​(long start,
                                     long end,
                                     int bufsize,
                                     int threadNum,
                                     java.lang.String mapperSpec,
                                     io.virtdata.api.DataMapper<?> dataMapper,
                                     java.util.concurrent.ConcurrentLinkedQueue<java.lang.Integer> readyQueue,
                                     java.util.concurrent.locks.Condition goTime,
                                     java.util.concurrent.locks.Lock lock,
                                     java.util.List<java.lang.Object> expected)
    • Method Detail

      • run

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