Constructor and Description |
---|
UrlXmlConfig(String url)
Creates new Config which is loaded from the given url and uses the System.properties to replace
variables in the XML.
|
UrlXmlConfig(String url,
Properties properties)
Creates new Config which is loaded from the given url.
|
UrlXmlConfig(URL url)
Creates new Config which is loaded from the given url and uses the System.properties to replace
variables in the XML.
|
UrlXmlConfig(URL url,
Properties properties)
Creates new Config which is loaded from the given url.
|
addCacheConfig, addExecutorConfig, addJobTrackerConfig, addListConfig, addListenerConfig, addMapConfig, addMultiMapConfig, addQueueConfig, addQuorumConfig, addReliableTopicConfig, addReplicatedMapConfig, addRingBufferConfig, addSemaphoreConfig, addSetConfig, addTopicConfig, addWanReplicationConfig, findCacheConfig, findExecutorConfig, findJobTrackerConfig, findListConfig, findMapConfig, findMultiMapConfig, findQueueConfig, findQuorumConfig, findReliableTopicConfig, findReplicatedMapConfig, findRingbufferConfig, findSemaphoreConfig, findSetConfig, findTopicConfig, getCacheConfig, getCacheConfigs, getClassLoader, getConfigPatternMatcher, getConfigurationFile, getConfigurationUrl, getExecutorConfig, getExecutorConfigs, getGroupConfig, getHotRestartPersistenceConfig, getInstanceName, getJobTrackerConfig, getJobTrackerConfigs, getLicenseKey, getListConfig, getListConfigs, getListenerConfigs, getManagedContext, getManagementCenterConfig, getMapConfig, getMapConfigs, getMemberAttributeConfig, getMultiMapConfig, getMultiMapConfigs, getNativeMemoryConfig, getNetworkConfig, getPartitionGroupConfig, getProperties, getProperty, getProperty, getQueueConfig, getQueueConfigs, getQuorumConfig, getQuorumConfigs, getReliableTopicConfig, getReliableTopicConfigs, getReplicatedMapConfig, getReplicatedMapConfigs, getRingbufferConfig, getRingbufferConfigs, getSecurityConfig, getSemaphoreConfig, getSemaphoreConfigs, getSerializationConfig, getServicesConfig, getSetConfig, getSetConfigs, getTopicConfig, getTopicConfigs, getUserContext, getWanReplicationConfig, getWanReplicationConfigs, isCompatible, isLiteMember, setCacheConfigs, setClassLoader, setConfigPatternMatcher, setConfigurationFile, setConfigurationUrl, setExecutorConfigs, setGroupConfig, setHotRestartPersistenceConfig, setInstanceName, setJobTrackerConfigs, setLicenseKey, setListConfigs, setListenerConfigs, setLiteMember, setManagedContext, setManagementCenterConfig, setMapConfigs, setMemberAttributeConfig, setMultiMapConfigs, setNativeMemoryConfig, setNetworkConfig, setPartitionGroupConfig, setProperties, setProperty, setProperty, setQueueConfigs, setQuorumConfigs, setReplicatedMapConfigs, setSecurityConfig, setSemaphoreConfigs, setSerializationConfig, setServicesConfig, setSetConfigs, setTopicConfigs, setUserContext, setWanReplicationConfigs, toString
public UrlXmlConfig(String url) throws IOException
url
- the url pointing to the Hazelcast XML file.MalformedURLException
- if the url is not correctIOException
- if something fails while loading the resource.HazelcastException
- if the XML content is invalidpublic UrlXmlConfig(String url, Properties properties) throws IOException
url
- the url pointing to the Hazelcast XML file.properties
- the properties for replacing variables.IllegalArgumentException
- if properties is nullMalformedURLException
- if the url is not correctIOException
- if something fails while loading the resource.HazelcastException
- if the XML content is invalidpublic UrlXmlConfig(URL url) throws IOException
url
- the URL pointing to the Hazelcast XML file.IOException
- if something fails while loading the resourceIllegalArgumentException
- if the url is null.HazelcastException
- if the XML content is invalidpublic UrlXmlConfig(URL url, Properties properties) throws IOException
url
- the URL pointing to the Hazelcast XML file.properties
- the properties for replacing variables.IOException
- if something fails while loading the resourceIllegalArgumentException
- if the url or properties is null.HazelcastException
- if the XML content is invalidCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.