Uses of Enum
org.apache.flink.runtime.minicluster.RpcServiceSharing
Packages that use RpcServiceSharing
-
Uses of RpcServiceSharing in org.apache.flink.runtime.minicluster
Methods in org.apache.flink.runtime.minicluster that return RpcServiceSharingModifier and TypeMethodDescriptionMiniClusterConfiguration.getRpcServiceSharing()static RpcServiceSharingReturns the enum constant of this type with the specified name.static RpcServiceSharing[]RpcServiceSharing.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 RpcServiceSharingModifier and TypeMethodDescriptionMiniClusterConfiguration.Builder.setRpcServiceSharing(RpcServiceSharing rpcServiceSharing) Constructors in org.apache.flink.runtime.minicluster with parameters of type RpcServiceSharingModifierConstructorDescriptionMiniClusterConfiguration(org.apache.flink.configuration.Configuration configuration, int numTaskManagers, RpcServiceSharing rpcServiceSharing, String commonBindAddress, MiniCluster.HaServices haServices, org.apache.flink.core.plugin.PluginManager pluginManager)