Uses of Enum Class
com.hazelcast.config.UserCodeDeploymentConfig.ClassCacheMode
Packages that use UserCodeDeploymentConfig.ClassCacheMode
-
Uses of UserCodeDeploymentConfig.ClassCacheMode in com.hazelcast.config
Methods in com.hazelcast.config that return UserCodeDeploymentConfig.ClassCacheModeModifier and TypeMethodDescriptionUserCodeDeploymentConfig.getClassCacheMode()
Deprecated, for removal: This API element is subject to removal in a future version.Return the current ClassCacheModeReturns the enum constant of this class with the specified name.UserCodeDeploymentConfig.ClassCacheMode.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.ClassCacheModeModifier and TypeMethodDescriptionUserCodeDeploymentConfig.setClassCacheMode
(UserCodeDeploymentConfig.ClassCacheMode classCacheMode) Deprecated, for removal: This API element is subject to removal in a future version.Configure caching of classes loaded from remote members.