| Package | Description | 
|---|---|
| com.hazelcast.client | |
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
HazelcastClient.getConfig()  | 
Config | 
HazelcastClientProxy.getConfig()  | 
Config | 
ClientEngineImpl.getConfig()  | 
Config | 
ClientEngine.getConfig()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Config | 
AbstractJoiner.config  | 
| Modifier and Type | Method and Description | 
|---|---|
static Collection<String> | 
TcpIpJoiner.getConfigurationMembers(Config config)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClasspathXmlConfig
A  
Config which is initialized by loading an XML configuration file from the classpath. | 
class  | 
FileSystemXmlConfig
A  
Config which is  which includes functionality for loading itself from a
 XML configuration file. | 
class  | 
InMemoryXmlConfig
Creates a  
Config loaded from an in memory Hazelcast XML String. | 
class  | 
UrlXmlConfig
A  
Config which is loaded using some url pointing to a Hazelcast XML file. | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
ConfigXmlGenerator.generate(Config config)
Generates the XML string based on some Config. 
 | 
boolean | 
Config.isCompatible(Config config)  | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
HazelcastInstance.getConfig()
Returns the configuration of this Hazelcast instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HazelcastInstance | 
Hazelcast.newHazelcastInstance(Config config)
Creates a new HazelcastInstance (a new node in a cluster). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Config | 
NodeEngine.getConfig()  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.