public interface SliceableUnfilteredRowIterator extends UnfilteredRowIterator
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Unfiltered> |
slice(Slice slice)
Move forward (resp.
|
isEmpty, partitionLevelDeletion, stats
columns, isReverseOrder, metadata, partitionKey, staticRow
close
java.util.Iterator<Unfiltered> slice(Slice slice)
slice
.
Please note that successive calls to slice
are allowed provided the
slice are non overlapping and are passed in clustering (resp. reverse clustering) order.
However, slice
is allowed to leave the iterator in an unknown state and there
is no guarantee over what a call to hasNext
or next
will yield after
a call to slice
. In other words, for a given iterator, you should either use
slice
or hasNext/next
but not both.
Copyright © 2015 The Apache Software Foundation