Class PartitionStatus
java.lang.Object
io.camunda.zeebe.broker.system.management.PartitionStatus
-
Method Summary
Modifier and TypeMethodDescriptiongetRole()static PartitionStatusofFollower(String snapshotId, Long processedPositionInSnapshot) static PartitionStatusofLeader(Long processedPosition, String snapshotId, Long processedPositionInSnapshot, StreamProcessor.Phase streamProcessorPhase, ExporterPhase exporterPhase, long exportedPosition) toString()
-
Method Details
-
ofLeader
public static PartitionStatus ofLeader(Long processedPosition, String snapshotId, Long processedPositionInSnapshot, StreamProcessor.Phase streamProcessorPhase, ExporterPhase exporterPhase, long exportedPosition) -
ofFollower
-
getRole
-
getProcessedPosition
-
getSnapshotId
-
getProcessedPositionInSnapshot
-
getStreamProcessorPhase
-
getExporterPhase
-
getExportedPosition
-
toString
-