@Beta
public interface StreamSegmentsIterator
Modifier and Type | Method and Description |
---|---|
io.pravega.client.batch.impl.StreamSegmentsInfoImpl |
asImpl()
For internal use.
|
StreamCut |
getEndStreamCut()
This returns the end
StreamCut specified in BatchClient.getSegments(Stream, StreamCut, StreamCut) . |
java.util.Iterator<SegmentRange> |
getIterator()
This returns an iterator for
SegmentRange specified in BatchClient.getSegments(Stream, StreamCut, StreamCut) . |
StreamCut |
getStartStreamCut()
This returns the start
StreamCut specified in BatchClient.getSegments(Stream, StreamCut, StreamCut) . |
java.util.Iterator<SegmentRange> getIterator()
SegmentRange
specified in BatchClient.getSegments(Stream, StreamCut, StreamCut)
.SegmentRange
StreamCut getStartStreamCut()
StreamCut
specified in BatchClient.getSegments(Stream, StreamCut, StreamCut)
.StreamCut
StreamCut getEndStreamCut()
StreamCut
specified in BatchClient.getSegments(Stream, StreamCut, StreamCut)
.StreamCut
io.pravega.client.batch.impl.StreamSegmentsInfoImpl asImpl()