| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Config | |
|---|---|
| com.hazelcast.client | This package contains the serverside client functionality | 
| com.hazelcast.cluster | |
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| Uses of Config in com.hazelcast.client | 
|---|
| Methods in com.hazelcast.client that return Config | |
|---|---|
|  Config | HazelcastClientProxy.getConfig() | 
|  Config | HazelcastClient.getConfig() | 
|  Config | ClientEngineImpl.getConfig() | 
|  Config | ClientEngine.getConfig() | 
| Uses of Config in com.hazelcast.cluster | 
|---|
| Fields in com.hazelcast.cluster declared as Config | |
|---|---|
| protected  Config | AbstractJoiner.config | 
| Methods in com.hazelcast.cluster with parameters of type Config | |
|---|---|
| static Collection<String> | TcpIpJoiner.getConfigurationMembers(Config config) | 
| Uses of Config in com.hazelcast.config | 
|---|
| Subclasses of Config in com.hazelcast.config | |
|---|---|
|  class | ClasspathXmlConfigA Configwhich is initialized by loading an XML configuration file from the classpath. | 
|  class | FileSystemXmlConfigA Configwhich is  which includes functionality for loading itself from a
 XML configuration file. | 
|  class | InMemoryXmlConfigCreates a Configloaded from an in memory Hazelcast XML String. | 
|  class | UrlXmlConfigA Configwhich is loaded using some url pointing to a Hazelcast XML file. | 
| Methods in com.hazelcast.config with parameters of type Config | |
|---|---|
|  String | ConfigXmlGenerator.generate(Config config)Generates the XML string based on some Config. | 
|  boolean | Config.isCompatible(Config config) | 
| Uses of Config in com.hazelcast.core | 
|---|
| Methods in com.hazelcast.core that return Config | |
|---|---|
|  Config | HazelcastInstance.getConfig()Returns the configuration of this Hazelcast instance. | 
| Methods in com.hazelcast.core with parameters of type Config | |
|---|---|
| static HazelcastInstance | Hazelcast.getOrCreateHazelcastInstance(Config config)Gets or creates the HazelcastInstance with a certain name. | 
| static HazelcastInstance | Hazelcast.newHazelcastInstance(Config config)Creates a new HazelcastInstance (a new node in a cluster). | 
| Uses of Config in com.hazelcast.spi | 
|---|
| Methods in com.hazelcast.spi that return Config | |
|---|---|
|  Config | NodeEngine.getConfig() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||