Class RawQueryDataSetWithoutValueFilter.ReadTask

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

    protected class RawQueryDataSetWithoutValueFilter.ReadTask
    extends org.apache.iotdb.commons.concurrent.WrappedRunnable
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadTask​(ManagedSeriesReader reader, java.util.concurrent.BlockingQueue<org.apache.iotdb.tsfile.read.common.BatchData> blockingQueue, java.lang.String pathName, int[] batchDataLengthList, int seriesIndex, int fetchLimit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void runMayThrow()  
      • Methods inherited from class org.apache.iotdb.commons.concurrent.WrappedRunnable

        run, wrap
      • Methods inherited from class java.lang.Object

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

      • ReadTask

        public ReadTask​(ManagedSeriesReader reader,
                        java.util.concurrent.BlockingQueue<org.apache.iotdb.tsfile.read.common.BatchData> blockingQueue,
                        java.lang.String pathName,
                        int[] batchDataLengthList,
                        int seriesIndex,
                        int fetchLimit)
    • Method Detail

      • runMayThrow

        public void runMayThrow()
        Specified by:
        runMayThrow in class org.apache.iotdb.commons.concurrent.WrappedRunnable