-
public final class ProcessorDTO
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final LongcurrentIndexprivate final Booleanreplayingprivate final List<SegmentDTO>segments
-
Constructor Summary
Constructors Constructor Description ProcessorDTO(String name, Long currentIndex, Boolean replaying, List<SegmentDTO> segments)
-
Method Summary
Modifier and Type Method Description final StringgetName()final LonggetCurrentIndex()final BooleangetReplaying()final List<SegmentDTO>getSegments()-
-
Constructor Detail
-
ProcessorDTO
ProcessorDTO(String name, Long currentIndex, Boolean replaying, List<SegmentDTO> segments)
-
-
Method Detail
-
getCurrentIndex
final Long getCurrentIndex()
-
getReplaying
final Boolean getReplaying()
-
getSegments
final List<SegmentDTO> getSegments()
-
-
-
-