Uses of Class
io.strimzi.systemtest.utils.TestKafkaVersion
-
Packages that use TestKafkaVersion Package Description io.strimzi.systemtest.utils -
-
Uses of TestKafkaVersion in io.strimzi.systemtest.utils
Methods in io.strimzi.systemtest.utils that return types with arguments of type TestKafkaVersion Modifier and Type Method Description static List<TestKafkaVersion>
TestKafkaVersion. getKafkaVersions()
static Map<String,TestKafkaVersion>
TestKafkaVersion. getKafkaVersionsInMap()
Parse the version information present in the/kafka-versions
classpath resource and return a map of kafka versions data with a version as keyMethods in io.strimzi.systemtest.utils with parameters of type TestKafkaVersion Modifier and Type Method Description int
TestKafkaVersion. compareTo(TestKafkaVersion o)
boolean
TestKafkaVersion. isUpgrade(TestKafkaVersion version)
-