Uses of Class
com.hazelcast.config.UserCodeNamespacesConfig
Packages that use UserCodeNamespacesConfig
-
Uses of UserCodeNamespacesConfig in com.hazelcast.config
Fields in com.hazelcast.config declared as UserCodeNamespacesConfigModifier and TypeFieldDescriptionprotected UserCodeNamespacesConfig
Config.userCodeNamespacesConfig
Methods in com.hazelcast.config that return UserCodeNamespacesConfigModifier and TypeMethodDescriptionUserCodeNamespacesConfig.addNamespaceConfig
(UserCodeNamespaceConfig userCodeNamespaceConfig) Adds the specifiednamespaceConfig
, replacing any existingUserCodeNamespaceConfig
with the samename
.Config.getNamespacesConfig()
UserCodeNamespacesConfig.removeNamespaceConfig
(String namespace) UserCodeNamespacesConfig.setEnabled
(boolean enabled) Methods in com.hazelcast.config with parameters of type UserCodeNamespacesConfigModifier and TypeMethodDescriptionstatic void
ConfigAccessor.addNamespaceConfigLocally
(UserCodeNamespacesConfig namespacesConfig, UserCodeNamespaceConfig namespaceConfig) Adds Namespace directly to namespaces configuration without Broadcasting to cluster members.static Map<String,
UserCodeNamespaceConfig> ConfigAccessor.getNamespaceConfigs
(UserCodeNamespacesConfig config) Config.setNamespacesConfig
(UserCodeNamespacesConfig userCodeNamespacesConfig) Sets the namespaces configuration.Constructors in com.hazelcast.config with parameters of type UserCodeNamespacesConfig