| Interface | Description | 
|---|---|
| CacheConfiguration<K,V> | Mutable extension to  CompleteConfiguration | 
| ConfigBuilder | Interface for all config builders. | 
| ConfigPatternMatcher | The ConfigPatternMatcher provides a strategy to match an item name to a configuration pattern. | 
| Class | Description | 
|---|---|
| AbstractConfigBuilder | Contains logic for replacing system variables in the XML file and importing XML files from different locations. | 
| AbstractXmlConfigHelper | Contains Hazelcast XML Configuration helper methods and variables. | 
| AwsConfig | The AWSConfig contains the configuration for AWS join mechanism. | 
| CacheConfig<K,V> | Contains all the configuration for the  ICache. | 
| CacheConfigReadOnly<K,V> | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| CacheEvictionConfig | Deprecated Use  EvictionConfiginstead of this | 
| CacheEvictionConfigReadOnly | Deprecated Use  EvictionConfigReadOnlyinstead of this | 
| CachePartitionLostListenerConfig | Configuration for CachePartitionLostListener | 
| CachePartitionLostListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| CacheSimpleConfig | Simple configuration to hold parsed XML configuration. | 
| CacheSimpleConfig.ExpiryPolicyFactoryConfig | Represents configuration for "ExpiryPolicyFactory". | 
| CacheSimpleConfig.ExpiryPolicyFactoryConfig.DurationConfig | Represents duration configuration with duration amount and time unit
 for the "TimedExpiryPolicyFactoryConfig". | 
| CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig | Represents configuration for time based "ExpiryPolicyFactory" with duration and time unit. | 
| CacheSimpleConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| CacheSimpleEntryListenerConfig | Simple configuration to hold parsed listener config | 
| CacheSimpleEntryListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| CardinalityEstimatorConfig | Configuration options for the  CardinalityEstimator | 
| ClasspathXmlConfig | A  Configwhich is initialized by loading an XML configuration file from the classpath. | 
| CollectionConfig<T extends CollectionConfig> | Provides configuration service for Collection. | 
| Config | Contains all the configuration to start a  HazelcastInstance. | 
| ConfigDataSerializerHook | DataSerializerHook for com.hazelcast.config classes | 
| ConfigLoader | Provides loading service for a configuration. | 
| ConfigXmlGenerator | The ConfigXmlGenerator is responsible for transforming a  Configto a Hazelcast XML string. | 
| CredentialsFactoryConfig | Contains the configuration for Credentials Factory. | 
| DiscoveryConfig | This configuration class describes the top-level config of the discovery
 SPI and its discovery strategies. | 
| DiscoveryConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| DiscoveryStrategyConfig | This configuration class describes a  DiscoveryStrategybased on a parsed XML or configured manually using the config API | 
| DurableExecutorConfig | Contains the configuration for an  DurableExecutorService. | 
| EntryListenerConfig | Configuration for EntryListener | 
| EntryListenerConfig.MapListenerToEntryListenerAdapter | Wraps a MapListener into an EntryListener. | 
| EntryListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| EvictionConfig | Configuration for eviction. | 
| EvictionConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| ExecutorConfig | Contains the configuration for an  IExecutorService. | 
| ExecutorConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| FileSystemXmlConfig | A  Configwhich includes functionality for loading itself from a
 XML configuration file. | 
| GlobalSerializerConfig | Contains the configuration for global serializer. | 
| GroupConfig | Contains the configuration for Hazelcast groups. | 
| HotRestartConfig | Configures the Hot Restart Persistence per Hazelcast data structure. | 
| HotRestartPersistenceConfig | Configures the Hot Restart stores. | 
| InMemoryXmlConfig | Creates a  Configloaded from an in-memory Hazelcast XML String. | 
| InterfacesConfig | Contains the configuration for Interfaces. | 
| ItemListenerConfig | Contains the configuration for an Item Listener. | 
| ItemListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| JobTrackerConfig | Contains the configuration for an  JobTracker. | 
| JobTrackerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| JoinConfig | Contains the 3 different join configurations; tcp-ip/multicast/aws. | 
| LegacyCacheConfig<K,V> | Contains all the configuration for the  ICache(used for backward compatibility). | 
| LegacyCacheEvictionConfig | Configuration for cache eviction (used for backward compatibility). | 
| ListConfig | Contains the configuration for an  IList. | 
| ListConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| ListenerConfig | Contains the configuration for an  EventListener. | 
| ListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| LockConfig | Contains the configuration for the  ILock. | 
| LoginModuleConfig | Configuration for Login Module | 
| ManagementCenterConfig | Contains the configuration for a Management Center. | 
| MapAttributeConfig | Contains the configuration of a custom attribute that will be extracted from a Map's entry using a given ValueExtractor. | 
| MapAttributeConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MapConfig | Contains the configuration for an  IMap. | 
| MapConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MapIndexConfig | Contains the configuration for an index in a map. | 
| MapIndexConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MapPartitionLostListenerConfig | Configuration for MapPartitionLostListener | 
| MapPartitionLostListenerConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MapStoreConfig | Contains the configuration for a Map Store. | 
| MapStoreConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MaxSizeConfig | Configuration for map's capacity. | 
| MaxSizeConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MemberAttributeConfig | Contains configuration for attribute of member. | 
| MemberAttributeConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| MemberGroupConfig | Contains the configuration for a single member group. | 
| MulticastConfig | Contains the configuration for the multicast discovery mechanism. | 
| MultiMapConfig | Configuration for MultiMap. | 
| MultiMapConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| NativeMemoryConfig | Contains native memory configuration. | 
| NearCacheConfig | Contains the configuration for a Near Cache. | 
| NearCacheConfigAccessor | Accessor for the  EvictionConfigof aNearCacheConfigto initialize the old default max size,
 if no size was configured by the user. | 
| NearCacheConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| NearCachePreloaderConfig | Configuration for eviction. | 
| NetworkConfig | Contains configuration for Network. | 
| PartitionGroupConfig | With PartitionGroupConfig, you can control how primary and backup partitions are mapped to physical Members. | 
| PartitioningStrategyConfig | Contains the configuration for partitioning strategy. | 
| PartitioningStrategyConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| PermissionConfig | Contains the configuration for a permission. | 
| PermissionPolicyConfig | Contains the configuration for policy of permission | 
| PredicateConfig | Contains the configuration for an  Predicate. | 
| QueryCacheConfig | Contains configuration for  QueryCache. | 
| QueueConfig | Contains the configuration for an  IQueue | 
| QueueConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| QueueStoreConfig | Configuration for the  QueueStore. | 
| QueueStoreConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| QuorumConfig | Contains the configuration for cluster quorum. | 
| QuorumListenerConfig | Confiquration class for  QuorumListener | 
| ReliableTopicConfig | Configuration for a reliable  ITopic. | 
| ReplicatedMapConfig | Contains the configuration for an  ReplicatedMap | 
| RingbufferConfig | Contains the configuration for the  Ringbuffer. | 
| RingbufferStoreConfig | Configuration for the  RingbufferStore. | 
| ScheduledExecutorConfig | Configuration options for the  IScheduledExecutorService | 
| SecurityConfig | Contains configuration for Security | 
| SecurityInterceptorConfig | This class is used to configure  SecurityInterceptor | 
| SemaphoreConfig | Contains the configuration for an  ISemaphore. | 
| SemaphoreConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| SerializationConfig | Contains the serialization configuration of  HazelcastInstance. | 
| SerializerConfig | Contains the serialization configuration for a particular class. | 
| ServiceConfig | Configuration for a single service. | 
| ServicesConfig | Configuration for the Services. | 
| SetConfig | Contains the configuration for an  ISet. | 
| SetConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| SocketInterceptorConfig | Contains the configuration for interceptor socket | 
| SSLConfig | SSL configuration | 
| SymmetricEncryptionConfig | Contains configuration for symmetric encryption | 
| TcpIpConfig | Contains the configuration for the Tcp/Ip join mechanism. | 
| TopicConfig | Contains the configuration for a  ITopic. | 
| TopicConfigReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| UrlXmlConfig | A  Configwhich is loaded using some url pointing to a Hazelcast XML file. | 
| UserCodeDeploymentConfig | Configuration of User Code Deployment. | 
| WanConsumerConfig | Config to be used by WanReplicationConsumer instances (EE only). | 
| WanPublisherConfig | Configuration object for WAN publishers. | 
| WanReplicationConfig | Configuration for wan replication. | 
| WanReplicationRef | Configuration for Wan target replication reference | 
| WanReplicationRefReadOnly | Deprecated this class will be removed in 4.0; it is meant for internal usage only. | 
| XmlConfigBuilder | A XML  ConfigBuilderimplementation. | 
| XmlConfigLocator | Support class for the  XmlConfigBuilderthat locates the XML configuration:
 
     system property
     working directory
     classpath
     default | 
| Enum | Description | 
|---|---|
| AbstractConfigBuilder.ConfigType | |
| CacheDeserializedValues | Control caching of de-serialized values. | 
| CacheEvictionConfig.CacheMaxSizePolicy | Cache Maximum Size Policy | 
| CacheSimpleConfig.ExpiryPolicyFactoryConfig.TimedExpiryPolicyFactoryConfig.ExpiryPolicyType | Represents type of the "TimedExpiryPolicyFactoryConfig". | 
| EvictionConfig.MaxSizePolicy | Maximum Size Policy | 
| EvictionPolicy | Eviction Policy enum. | 
| HotRestartClusterDataRecoveryPolicy | Specifies the policy that will be respected during hot restart cluster start | 
| InMemoryFormat | Storage format type of values stored in cluster | 
| LoginModuleConfig.LoginModuleUsage | Usage of Login Module | 
| MapStoreConfig.InitialLoadMode | Initial load module | 
| MaxSizeConfig.MaxSizePolicy | Maximum Size Policy | 
| MultiMapConfig.ValueCollectionType | Type of value collection | 
| NativeMemoryConfig.MemoryAllocatorType | Type of memory allocator:
 
 STANDARD: allocate/free memory using default OS memory manager
 POOLED: manage memory blocks in pool
  | 
| NearCacheConfig.LocalUpdatePolicy | Used to decide how to reflect local updates to near cache. | 
| PartitionGroupConfig.MemberGroupType | Type of member group | 
| PermissionConfig.PermissionType | Type of permission | 
| UserCodeDeploymentConfig.ClassCacheMode | Controls caching of caches loaded from remote members | 
| UserCodeDeploymentConfig.ProviderMode | Controls how to react on receiving a classloading request from a remote member | 
| WanAcknowledgeType | Determines acknowledge waiting type of wan replication operation invocation | 
| WANQueueFullBehavior | Determines the behavior of WAN replication impl. | 
| Exception | Description | 
|---|---|
| ConfigurationException | A  HazelcastExceptionthat is thrown when something is wrong with the server or client configuration. | 
| InvalidConfigurationException | A InvalidConfigurationException is thrown when there is an Invalid Configuration. | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.