Uses of Enum
org.apache.flink.runtime.minicluster.MiniCluster.HaServices
Packages that use MiniCluster.HaServices
-
Uses of MiniCluster.HaServices in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return MiniCluster.HaServicesModifier and TypeMethodDescriptionMiniClusterConfiguration.getHaServices()static MiniCluster.HaServicesReturns the enum constant of this type with the specified name.static MiniCluster.HaServices[]MiniCluster.HaServices.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.minicluster with parameters of type MiniCluster.HaServicesModifier and TypeMethodDescriptionMiniClusterConfiguration.Builder.setHaServices(MiniCluster.HaServices haServices) Constructors in org.apache.flink.runtime.minicluster with parameters of type MiniCluster.HaServicesModifierConstructorDescriptionMiniClusterConfiguration(org.apache.flink.configuration.Configuration configuration, int numTaskManagers, RpcServiceSharing rpcServiceSharing, String commonBindAddress, MiniCluster.HaServices haServices, org.apache.flink.core.plugin.PluginManager pluginManager)