| Package | Description | 
|---|---|
| com.hazelcast.client | Contains classes/interfaces related to Client | 
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. | 
| com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. | 
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.core | Provides core API interfaces/classes. | 
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. | 
| com.hazelcast.jca | This package contains jca functionality | 
| com.hazelcast.security | Provides interfaces/classes for Hazelcast security implementation. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | ClientEngine. getConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | HazelcastClientInstanceImpl. getConfig() | 
| Config | HazelcastClientProxy. getConfig() | 
| Config | ClientEngineImpl. getConfig() | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Config | AbstractJoiner. config | 
| Modifier and Type | Method and Description | 
|---|---|
| static Collection<String> | TcpIpJoiner. getConfigurationMembers(Config config) | 
| Constructor and Description | 
|---|
| ConfigCheck(Config config,
           String joinerType) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClasspathXmlConfigA  Configwhich is initialized by loading an XML configuration file from the classpath. | 
| class  | FileSystemXmlConfigA  Configwhich 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. | 
| 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. 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). | 
| Modifier and Type | Field and Description | 
|---|---|
| Config | Node. config | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | HazelcastInstanceImpl. getConfig() | 
| Config | HazelcastInstanceProxy. getConfig() | 
| Config | Node. getConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| static HazelcastInstance | HazelcastInstanceFactory. getOrCreateHazelcastInstance(Config config) | 
| static HazelcastInstance | HazelcastInstanceFactory. newHazelcastInstance(Config config) | 
| static HazelcastInstance | HazelcastInstanceFactory. newHazelcastInstance(Config config,
                    String instanceName,
                    NodeContext nodeContext) | 
| Constructor and Description | 
|---|
| GroupProperties(Config config) | 
| Node(HazelcastInstanceImpl hazelcastInstance,
    Config config,
    NodeContext nodeContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | HazelcastConnectionImpl. getConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IPermissionPolicy. configure(Config config,
         Properties properties)Configures  IPermissionPolicy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | NodeEngine. getConfig()Returns the Config that was used to create the HazelcastInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Config | NodeEngineImpl. getConfig() | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.