public class ClasspathXmlConfig extends Config
Config which is initialized by loading an XML configuration file from the classpath.FileSystemXmlConfig| Constructor and Description | 
|---|
| ClasspathXmlConfig(ClassLoader classLoader,
                  String resource)Creates a config which is loaded from a classpath resource. | 
| ClasspathXmlConfig(ClassLoader classLoader,
                  String resource,
                  Properties properties)Creates a config which is loaded from a classpath resource. | 
| ClasspathXmlConfig(String resource)Creates a config which is loaded from a classpath resource using the
 Thread.currentThread contextClassLoader. | 
| ClasspathXmlConfig(String resource,
                  Properties properties)Creates a config which is loaded from a classpath resource using the
 Thread.currentThread contextClassLoader. | 
addCacheConfig, addDurableExecutorConfig, addExecutorConfig, addJobTrackerConfig, addListConfig, addListenerConfig, addLockConfig, addMapConfig, addMultiMapConfig, addQueueConfig, addQuorumConfig, addReliableTopicConfig, addReplicatedMapConfig, addRingBufferConfig, addScheduledExecutorConfig, addSemaphoreConfig, addSetConfig, addTopicConfig, addWanReplicationConfig, findCacheConfig, findDurableExecutorConfig, findExecutorConfig, findJobTrackerConfig, findListConfig, findLockConfig, findMapConfig, findMultiMapConfig, findQueueConfig, findQuorumConfig, findReliableTopicConfig, findReplicatedMapConfig, findRingbufferConfig, findScheduledExecutorConfig, findSemaphoreConfig, findSetConfig, findTopicConfig, getCacheConfig, getCacheConfigs, getClassLoader, getConfigPatternMatcher, getConfigurationFile, getConfigurationUrl, getDistributedClassloadingConfig, getDurableExecutorConfig, getDurableExecutorConfigs, getExecutorConfig, getExecutorConfigs, getGroupConfig, getHotRestartPersistenceConfig, getInstanceName, getJobTrackerConfig, getJobTrackerConfigs, getLicenseKey, getListConfig, getListConfigs, getListenerConfigs, getLockConfig, getLockConfigs, getManagedContext, getManagementCenterConfig, getMapConfig, getMapConfigs, getMemberAttributeConfig, getMultiMapConfig, getMultiMapConfigs, getNativeMemoryConfig, getNetworkConfig, getPartitionGroupConfig, getProperties, getProperty, getQueueConfig, getQueueConfigs, getQuorumConfig, getQuorumConfigs, getReliableTopicConfig, getReliableTopicConfigs, getReplicatedMapConfig, getReplicatedMapConfigs, getRingbufferConfig, getRingbufferConfigs, getScheduledExecutorConfig, getScheduledExecutorConfigs, getSecurityConfig, getSemaphoreConfig, getSemaphoreConfigs, getSerializationConfig, getServicesConfig, getSetConfig, getSetConfigs, getTopicConfig, getTopicConfigs, getUserContext, getWanReplicationConfig, getWanReplicationConfigs, isCompatible, isLiteMember, setCacheConfigs, setClassLoader, setConfigPatternMatcher, setConfigurationFile, setConfigurationUrl, setDistributedClassloadingConfig, setDurableExecutorConfigs, setExecutorConfigs, setGroupConfig, setHotRestartPersistenceConfig, setInstanceName, setJobTrackerConfigs, setLicenseKey, setListConfigs, setListenerConfigs, setLiteMember, setLockConfigs, setManagedContext, setManagementCenterConfig, setMapConfigs, setMemberAttributeConfig, setMultiMapConfigs, setNativeMemoryConfig, setNetworkConfig, setPartitionGroupConfig, setProperties, setProperty, setQueueConfigs, setQuorumConfigs, setReliableTopicConfigs, setReplicatedMapConfigs, setRingbufferConfigs, setScheduledExecutorConfigs, setSecurityConfig, setSemaphoreConfigs, setSerializationConfig, setServicesConfig, setSetConfigs, setTopicConfigs, setUserContext, setWanReplicationConfigs, toStringpublic ClasspathXmlConfig(String resource)
resource - the resource, an XML configuration file from the classpath.IllegalArgumentException - if the resource could not be found.HazelcastException - if the XML content is invalidpublic ClasspathXmlConfig(String resource, Properties properties)
resource - the resource, an XML configuration file from the classpath.properties - the Properties to resolve variables in the XML.IllegalArgumentException - if the resource could not be found or if properties is null.HazelcastException - if the XML content is invalidpublic ClasspathXmlConfig(ClassLoader classLoader, String resource)
classLoader - the ClassLoader used to load the resource.resource - the resource, an XML configuration file from the classpath.IllegalArgumentException - if classLoader or resource is null, or if the resource is not found.HazelcastException - if the XML content is invalidpublic ClasspathXmlConfig(ClassLoader classLoader, String resource, Properties properties)
classLoader - the ClassLoader used to load the resource.resource - the resource, an XML configuration file from the classpath.properties - the properties used to resolve variables in the XML.IllegalArgumentException - if classLoader or resource is null, or if the resource is not found.HazelcastException - if the XML content is invalidCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.