Uses of Enum Class
io.camunda.zeebe.broker.exporter.stream.ExporterPhase
Packages that use ExporterPhase
Package
Description
-
Uses of ExporterPhase in io.camunda.zeebe.broker.exporter.stream
Methods in io.camunda.zeebe.broker.exporter.stream that return ExporterPhaseModifier and TypeMethodDescriptionstatic ExporterPhaseReturns the enum constant of this class with the specified name.static ExporterPhase[]ExporterPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.zeebe.broker.exporter.stream that return types with arguments of type ExporterPhase -
Uses of ExporterPhase in io.camunda.zeebe.broker.system.management
Methods in io.camunda.zeebe.broker.system.management that return ExporterPhaseModifier and TypeMethodDescriptionPartitionStatus.exporterPhase()Returns the value of theexporterPhaserecord component.Constructors in io.camunda.zeebe.broker.system.management with parameters of type ExporterPhaseModifierConstructorDescriptionPartitionStatus(RaftServer.Role role, Long processedPosition, String snapshotId, Long processedPositionInSnapshot, StreamProcessor.Phase streamProcessorPhase, ExporterPhase exporterPhase, Long exportedPosition) Creates an instance of aPartitionStatusrecord class.