java.lang.Object
com.pervasive.datarush.io.CompressionSplitIterator
- All Implemented Interfaces:
SplitIterator
-
Constructor Summary
ConstructorsConstructorDescriptionCompressionSplitIterator(SplitIterator baseIterator, CompressionFormat format) -
Method Summary
-
Constructor Details
-
CompressionSplitIterator
-
-
Method Details
-
next
Description copied from interface:SplitIteratorAdvance to the next data split in the iterated set.- Specified by:
nextin interfaceSplitIterator- Returns:
trueif there is another split, otherwisefalse.- Throws:
IOException
-
getSplit
Description copied from interface:SplitIteratorGet the current split in the iterated set.- Specified by:
getSplitin interfaceSplitIterator- Returns:
- the split currently selected
-
getLocalityInfo
Description copied from interface:SplitIteratorGet the list of machines for which access to the current split is local. An empty list indicates the split is local to no node (or all nodes).- Specified by:
getLocalityInfoin interfaceSplitIterator- Returns:
- the machines where the currently selected split is local. If the split is local to no machine (or to all), this list is empty.
-