public class ClientClasspathXmlConfig extends ClientConfig
ClientConfig
which is initialized by loading an XML configuration file from the classpath.Constructor and Description |
---|
ClientClasspathXmlConfig(ClassLoader classLoader,
String resource,
Properties properties)
Creates a config which is loaded from a classpath resource.
|
ClientClasspathXmlConfig(String resource)
Creates a config which is loaded from a classpath resource using the
Thread.currentThread() contextClassLoader. |
ClientClasspathXmlConfig(String resource,
Properties properties)
Creates a config which is loaded from a classpath resource using the
Thread.currentThread() contextClassLoader. |
addFlakeIdGeneratorConfig, addLabel, addListenerConfig, addNearCacheConfig, addProxyFactoryConfig, addQueryCacheConfig, addReliableTopicConfig, equals, findFlakeIdGeneratorConfig, getAltoConfig, getClassLoader, getClusterName, getConfigPatternMatcher, getConnectionStrategyConfig, getFlakeIdGeneratorConfig, getFlakeIdGeneratorConfigMap, getInstanceName, getInstanceTrackingConfig, getLabels, getListenerConfigs, getLoadBalancer, getLoadBalancerClassName, getManagedContext, getMetricsConfig, getNativeMemoryConfig, getNearCacheConfig, getNearCacheConfigMap, getNetworkConfig, getOrCreateQueryCacheConfig, getOrNullQueryCacheConfig, getProperties, getProperty, getProxyFactoryConfigs, getQueryCacheConfigs, getReliableTopicConfig, getReliableTopicConfigMap, getSecurityConfig, getSerializationConfig, getSqlConfig, getUserCodeDeploymentConfig, getUserContext, hashCode, isBackupAckToClientEnabled, load, setAltoConfig, setBackupAckToClientEnabled, setClassLoader, setClusterName, setConfigPatternMatcher, setConnectionStrategyConfig, setCredentials, setFlakeIdGeneratorConfigMap, setInstanceName, setInstanceTrackingConfig, setLabels, setListenerConfigs, setLoadBalancer, setLoadBalancerClassName, setManagedContext, setMetricsConfig, setNativeMemoryConfig, setNearCacheConfigMap, setNetworkConfig, setProperties, setProperty, setProxyFactoryConfigs, setQueryCacheConfigs, setReliableTopicConfigMap, setSecurityConfig, setSerializationConfig, setSqlConfig, setUserCodeDeploymentConfig, setUserContext, toString
public ClientClasspathXmlConfig(String resource)
Thread.currentThread()
contextClassLoader. The System.properties are used to resolve variables
in the XML.resource
- the resource, an XML configuration file from the classpath,
without the "classpath:" prefixIllegalArgumentException
- if the resource could not be foundInvalidConfigurationException
- if the XML content is invalidpublic ClientClasspathXmlConfig(String resource, Properties properties)
Thread.currentThread()
contextClassLoader.resource
- the resource, an XML configuration file from the classpath,
without the "classpath:" prefixproperties
- the Properties to resolve variables in the XMLIllegalArgumentException
- if the resource could not be found or if properties is null
InvalidConfigurationException
- if the XML content is invalidpublic ClientClasspathXmlConfig(ClassLoader classLoader, String resource, Properties properties)
classLoader
- the ClassLoader used to load the resourceresource
- the resource, an XML configuration file from the classpath,
without the "classpath:" prefixproperties
- the properties used to resolve variables in the XMLIllegalArgumentException
- if classLoader or resource is null
, or if the resource is not foundInvalidConfigurationException
- if the XML content is invalidCopyright © 2023 Hazelcast, Inc.. All rights reserved.