Uses of Enum Class
io.kroxylicious.testing.kafka.common.KafkaClusterExecutionMode
Packages that use KafkaClusterExecutionMode
Package
Description
Provides some common
KafkaClusterConstraint-annotated
constraint annotations and other supporting classes for the in-JVM and testcontainers implementations.-
Uses of KafkaClusterExecutionMode in io.kroxylicious.testing.kafka.common
Methods in io.kroxylicious.testing.kafka.common that return KafkaClusterExecutionModeModifier and TypeMethodDescriptionstatic KafkaClusterExecutionModeKafkaClusterExecutionMode.convertClusterExecutionMode(String mode, KafkaClusterExecutionMode defaultMode) Convert cluster execution mode kafka cluster execution mode.static KafkaClusterExecutionModeReturns the enum constant of this class with the specified name.static KafkaClusterExecutionMode[]KafkaClusterExecutionMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.kroxylicious.testing.kafka.common with parameters of type KafkaClusterExecutionModeModifier and TypeMethodDescriptionstatic KafkaClusterExecutionModeKafkaClusterExecutionMode.convertClusterExecutionMode(String mode, KafkaClusterExecutionMode defaultMode) Convert cluster execution mode kafka cluster execution mode.