Uses of Class
io.debezium.connector.mysql.junit.SkipWhenGtidModeIs.GtidMode
-
Packages that use SkipWhenGtidModeIs.GtidMode Package Description io.debezium.connector.mysql.junit -
-
Uses of SkipWhenGtidModeIs.GtidMode in io.debezium.connector.mysql.junit
Fields in io.debezium.connector.mysql.junit declared as SkipWhenGtidModeIs.GtidMode Modifier and Type Field Description private static SkipWhenGtidModeIs.GtidModeSkipTestDependingOnGtidModeRule. gtidModeMethods in io.debezium.connector.mysql.junit that return SkipWhenGtidModeIs.GtidMode Modifier and Type Method Description static SkipWhenGtidModeIs.GtidModeSkipTestDependingOnGtidModeRule. getGtidMode()SkipWhenGtidModeIs.GtidModevalue()static SkipWhenGtidModeIs.GtidModeSkipWhenGtidModeIs.GtidMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SkipWhenGtidModeIs.GtidMode[]SkipWhenGtidModeIs.GtidMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-