Uses of Class
org.apache.flink.configuration.JobManagerOptions.JobStoreType
-
Packages that use JobManagerOptions.JobStoreType Package Description org.apache.flink.configuration -
-
Uses of JobManagerOptions.JobStoreType in org.apache.flink.configuration
Fields in org.apache.flink.configuration with type parameters of type JobManagerOptions.JobStoreType Modifier and Type Field Description static ConfigOption<JobManagerOptions.JobStoreType>JobManagerOptions. JOB_STORE_TYPEConfig parameter determining the job store implementation in session cluster.Methods in org.apache.flink.configuration that return JobManagerOptions.JobStoreType Modifier and Type Method Description static JobManagerOptions.JobStoreTypeJobManagerOptions.JobStoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobManagerOptions.JobStoreType[]JobManagerOptions.JobStoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-