@Beta
public interface SegmentRange
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
io.pravega.client.batch.impl.SegmentRangeImpl |
asImpl()
For internal use.
|
long |
getEndOffset()
Returns the end offset of the segment.
|
java.lang.String |
getScope()
Returns the scope name of the stream the segment is associated with.
|
long |
getSegmentId()
Returns the segment number of Segment.
|
long |
getStartOffset()
Returns the start offset of the segment.
|
java.lang.String |
getStreamName()
Returns the stream name the segment is associated with.
|
long getSegmentId()
java.lang.String getStreamName()
java.lang.String getScope()
long getStartOffset()
long getEndOffset()
io.pravega.client.batch.impl.SegmentRangeImpl asImpl()