Constructor and Description |
---|
FileSystemXmlConfig(File configFile)
Creates a Config based on a Hazelcast xml file and uses the System.properties to resolve
variables in the XML.
|
FileSystemXmlConfig(File configFile,
Properties properties)
Creates a Config based on a Hazelcast xml file.
|
FileSystemXmlConfig(String configFilename)
Creates a Config based on some Hazelcast xml file and uses the System.properties to resolve
variables in the XML.
|
FileSystemXmlConfig(String configFilename,
Properties properties)
Creates a Config based on some Hazelcast xml file.
|
addCacheConfig, addExecutorConfig, addJobTrackerConfig, addListConfig, addListenerConfig, addMapConfig, addMultiMapConfig, addQueueConfig, addReplicatedMapConfig, addSemaphoreConfig, addSetConfig, addTopicConfig, addWanReplicationConfig, findCacheConfig, findExecutorConfig, findJobTrackerConfig, findListConfig, findMapConfig, findMultiMapConfig, findQueueConfig, findReplicatedMapConfig, findSemaphoreConfig, findSetConfig, findTopicConfig, getCacheConfig, getCacheConfigs, getClassLoader, getConfigurationFile, getConfigurationUrl, getExecutorConfig, getExecutorConfigs, getGroupConfig, getInstanceName, getJobTrackerConfig, getJobTrackerConfigs, getLicenseKey, getListConfig, getListConfigs, getListenerConfigs, getManagedContext, getManagementCenterConfig, getMapConfig, getMapConfigs, getMemberAttributeConfig, getMultiMapConfig, getMultiMapConfigs, getNativeMemoryConfig, getNetworkConfig, getPartitionGroupConfig, getProperties, getProperty, getQueueConfig, getQueueConfigs, getReplicatedMapConfig, getReplicatedMapConfigs, getSecurityConfig, getSemaphoreConfig, getSemaphoreConfigs, getSerializationConfig, getServicesConfig, getSetConfig, getSetConfigs, getTopicConfig, getTopicConfigs, getUserContext, getWanReplicationConfig, getWanReplicationConfigs, isCompatible, nameMatches, setCacheConfigs, setClassLoader, setConfigurationFile, setConfigurationUrl, setExecutorConfigs, setGroupConfig, setInstanceName, setJobTrackerConfigs, setLicenseKey, setListConfigs, setListenerConfigs, setManagedContext, setManagementCenterConfig, setMapConfigs, setMemberAttributeConfig, setMultiMapConfigs, setNativeMemoryConfig, setNetworkConfig, setPartitionGroupConfig, setProperties, setProperty, setQueueConfigs, setReplicatedMapConfigs, setSecurityConfig, setSemaphoreConfigs, setSerializationConfig, setServicesConfig, setSetConfigs, setTopicConfigs, setUserContext, setWanReplicationConfigs, toString
public FileSystemXmlConfig(String configFilename) throws FileNotFoundException
configFilename
- the path of the file.NullPointerException
- if configFilename is null.FileNotFoundException
- fi the file is not found.HazelcastException
- if the XML content is invalidpublic FileSystemXmlConfig(String configFilename, Properties properties) throws FileNotFoundException
configFilename
- the path of the file.properties
- the Properties to use to resolve variables in the XML.FileNotFoundException
- fi the file is not found.NullPointerException
- if configFilename is null.IllegalArgumentException
- if properties is null.HazelcastException
- if the XML content is invalidpublic FileSystemXmlConfig(File configFile) throws FileNotFoundException
configFile
- the configuration file.FileNotFoundException
- if the file doesn't exist.HazelcastException
- if the XML content is invalidpublic FileSystemXmlConfig(File configFile, Properties properties) throws FileNotFoundException
configFile
- the configuration file.properties
- the Properties to resolve variables in the XML.IllegalArgumentException
- if configFile or properties is null.FileNotFoundException
- if the file doesn't exist.HazelcastException
- if the XML content is invalidCopyright © 2014 Hazelcast, Inc.. All Rights Reserved.