Uses of Enum Class
com.hazelcast.config.UserCodeDeploymentConfig.ProviderMode
Packages that use UserCodeDeploymentConfig.ProviderMode
-
Uses of UserCodeDeploymentConfig.ProviderMode in com.hazelcast.config
Methods in com.hazelcast.config that return UserCodeDeploymentConfig.ProviderModeModifier and TypeMethodDescriptionUserCodeDeploymentConfig.getProviderMode()
Deprecated, for removal: This API element is subject to removal in a future version.Return the current ProviderModeReturns the enum constant of this class with the specified name.UserCodeDeploymentConfig.ProviderMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hazelcast.config with parameters of type UserCodeDeploymentConfig.ProviderModeModifier and TypeMethodDescriptionUserCodeDeploymentConfig.setProviderMode
(UserCodeDeploymentConfig.ProviderMode providerMode) Deprecated, for removal: This API element is subject to removal in a future version.Configure behaviour when providing classes to remote members.