public class SegmentStateAndPath extends Object
Constructor and Description |
---|
SegmentStateAndPath(TopicIdPartition topicIdPartition,
SegmentState segmentState) |
SegmentStateAndPath(TopicIdPartition topicIdPartition,
SegmentState segmentState,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
path() |
SegmentState |
segmentState() |
TopicIdPartition |
topicIdPartition() |
String |
toString() |
public SegmentStateAndPath(TopicIdPartition topicIdPartition, SegmentState segmentState)
public SegmentStateAndPath(TopicIdPartition topicIdPartition, SegmentState segmentState, String path)
public TopicIdPartition topicIdPartition()
public SegmentState segmentState()
public String path()