Package org.apache.iotdb.tsfile.read
Class TsFileDeviceIterator
- java.lang.Object
-
- org.apache.iotdb.tsfile.read.TsFileDeviceIterator
-
-
Constructor Summary
Constructors Constructor Description TsFileDeviceIterator(TsFileSequenceReader reader, List<long[]> leafDeviceNodeOffsetList, Queue<Pair<String,long[]>> queue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Pair<String,Boolean>current()MetadataIndexNodegetFirstMeasurementNodeOfCurrentDevice()booleanhasNext()Pair<String,Boolean>next()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
TsFileDeviceIterator
public TsFileDeviceIterator(TsFileSequenceReader reader, List<long[]> leafDeviceNodeOffsetList, Queue<Pair<String,long[]>> queue)
-
-
Method Detail
-
getFirstMeasurementNodeOfCurrentDevice
public MetadataIndexNode getFirstMeasurementNodeOfCurrentDevice()
-
-