Class RawQueryDataSetWithoutValueFilter.ReadTask
- java.lang.Object
-
- org.apache.iotdb.commons.concurrent.WrappedRunnable
-
- org.apache.iotdb.db.query.dataset.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 voidrunMayThrow()
-
-
-
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)
-
-