Uses of Class
org.apache.flink.test.util.MultipleProgramsTestBaseJUnit4.TestExecutionMode
-
Packages that use MultipleProgramsTestBaseJUnit4.TestExecutionMode Package Description org.apache.flink.test.util -
-
Uses of MultipleProgramsTestBaseJUnit4.TestExecutionMode in org.apache.flink.test.util
Fields in org.apache.flink.test.util declared as MultipleProgramsTestBaseJUnit4.TestExecutionMode Modifier and Type Field Description protected MultipleProgramsTestBaseJUnit4.TestExecutionMode
MultipleProgramsTestBaseJUnit4. mode
Deprecated.Methods in org.apache.flink.test.util that return MultipleProgramsTestBaseJUnit4.TestExecutionMode Modifier and Type Method Description static MultipleProgramsTestBaseJUnit4.TestExecutionMode
MultipleProgramsTestBaseJUnit4.TestExecutionMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MultipleProgramsTestBaseJUnit4.TestExecutionMode[]
MultipleProgramsTestBaseJUnit4.TestExecutionMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.test.util with parameters of type MultipleProgramsTestBaseJUnit4.TestExecutionMode Constructor Description MultipleProgramsTestBaseJUnit4(MultipleProgramsTestBaseJUnit4.TestExecutionMode mode)
Deprecated.
-