Uses of Class
com.hazelcast.config.UserCodeNamespacesConfig
-
Uses of UserCodeNamespacesConfig in com.hazelcast.config
Modifier and TypeFieldDescriptionprotected UserCodeNamespacesConfig
Config.userCodeNamespacesConfig
Modifier and TypeMethodDescriptionUserCodeNamespacesConfig.addNamespaceConfig
(UserCodeNamespaceConfig userCodeNamespaceConfig) Adds the specifiednamespaceConfig
, replacing any existingUserCodeNamespaceConfig
with the samename
.Config.getNamespacesConfig()
UserCodeNamespacesConfig.removeNamespaceConfig
(String namespace) UserCodeNamespacesConfig.setEnabled
(boolean enabled) Modifier 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.