|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.hazelcast.config | |
---|---|
com.hazelcast.aws | Provides interfaces/classes for Hazelcast AWS. |
com.hazelcast.aws.impl | Provides implementation classes for Hazelcast AWS. |
com.hazelcast.aws.utility | Provides utility classes for Hazelcast AWS. |
com.hazelcast.cache.impl | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.cache.impl.client | Hazelcast JSR-107 aka JCache implementation Client Requests |
com.hazelcast.cache.impl.operation | Hazelcast JSR-107 aka JCache implementation |
com.hazelcast.cache.impl.record | Hazelcast JSR-107 aka JCache implementation Internal record store |
com.hazelcast.client | Contains classes/interfaces related to Client |
com.hazelcast.client.cache.impl | Hazelcast JSR-107 aka JCache implementation client side |
com.hazelcast.client.config | Contains classes related to config for com.hazelcast.client |
com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
com.hazelcast.client.nearcache | Contains classes/interfaces related to com.hazelcast.client.nearcache |
com.hazelcast.cluster.impl | This package contains the implementation of the cluster functionality. |
com.hazelcast.collection | This package contains classes related to Collections (IList,ISet etc..) |
com.hazelcast.collection.list | This package contains IList functionality for Hazelcast. |
com.hazelcast.collection.set | This package contains ISet functionality for Hazelcast. |
com.hazelcast.concurrent.semaphore | This package contains ISemaphore functionality for Hazelcast. The ISemaphore is the distributed version of the Semaphore . |
com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
com.hazelcast.core | Provides core API interfaces/classes. |
com.hazelcast.hibernate.local | Provides local classes for Hibernate. |
com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
com.hazelcast.jca | This package contains jca functionality |
com.hazelcast.management | Contains classes to provide data/operation interface for Management Center. |
com.hazelcast.management.operation | Contains operations that are called from Management Center. |
com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
com.hazelcast.map.impl.eviction | This package contains eviction classes. |
com.hazelcast.map.impl.mapstore | Contains map store operations. |
com.hazelcast.map.impl.record | Contains record specific classes. |
com.hazelcast.mapreduce.impl | This package contains the default implementation for the map reduce framework internals. |
com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. |
com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. |
com.hazelcast.nio | This package contains classes related to New IO |
com.hazelcast.nio.serialization | Contains interfaces/classes related to serialization; such as serializer interfaces, input/output streams. |
com.hazelcast.partition.membergroup | todo |
com.hazelcast.queue.impl | This package contains the IQueue functionality. The IQueue is the distributed version of the BlockingQueue . |
com.hazelcast.queue.impl.tx | This package contains the Transaction behavior for the IQueue. |
com.hazelcast.replicatedmap.impl | This package contains the implementation of the replicated map service itself and some connection interfaces only used internally - No public API! |
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. |
com.hazelcast.spring | Provides Spring interfaces/classes for Hazelcast. |
Classes in com.hazelcast.config used by com.hazelcast.aws | |
---|---|
AwsConfig
The AWSConfig contains the configuration for AWS join mechanism. |
Classes in com.hazelcast.config used by com.hazelcast.aws.impl | |
---|---|
AwsConfig
The AWSConfig contains the configuration for AWS join mechanism. |
Classes in com.hazelcast.config used by com.hazelcast.aws.utility | |
---|---|
AwsConfig
The AWSConfig contains the configuration for AWS join mechanism. |
Classes in com.hazelcast.config used by com.hazelcast.cache.impl | |
---|---|
CacheConfig
Contains all the configuration for the ICache |
|
CacheEvictionConfig
Configuration for cache's capacity. |
|
CacheEvictionConfig.CacheMaxSizePolicy
Maximum Size Policy |
|
CacheSimpleConfig
Simple configuration to hold parsed xml configuration. |
|
InMemoryFormat
Storage format type of values stored in cluster |
Classes in com.hazelcast.config used by com.hazelcast.cache.impl.client | |
---|---|
CacheConfig
Contains all the configuration for the ICache |
|
InMemoryFormat
Storage format type of values stored in cluster |
Classes in com.hazelcast.config used by com.hazelcast.cache.impl.operation | |
---|---|
CacheConfig
Contains all the configuration for the ICache |
Classes in com.hazelcast.config used by com.hazelcast.cache.impl.record | |
---|---|
InMemoryFormat
Storage format type of values stored in cluster |
Classes in com.hazelcast.config used by com.hazelcast.client | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.client.cache.impl | |
---|---|
CacheConfig
Contains all the configuration for the ICache |
Classes in com.hazelcast.config used by com.hazelcast.client.config | |
---|---|
AbstractXmlConfigHelper
Contains Hazelcast Xml Configuration helper methods and variables. |
|
AwsConfig
The AWSConfig contains the configuration for AWS join mechanism. |
|
GroupConfig
Contains the configuration for Hazelcast groups. |
|
ListenerConfig
Contains the configuration for an EventListener . |
|
NativeMemoryConfig
Contains native memory configuration. |
|
NearCacheConfig
Contains configuration for an NearCache. |
|
SerializationConfig
Contains the serialization configuration of HazelcastInstance . |
|
SocketInterceptorConfig
Contains the configuration for interceptor socket |
|
SSLConfig
SSL configuration |
Classes in com.hazelcast.config used by com.hazelcast.client.impl | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.client.nearcache | |
---|---|
InMemoryFormat
Storage format type of values stored in cluster |
|
NearCacheConfig
Contains configuration for an NearCache. |
Classes in com.hazelcast.config used by com.hazelcast.cluster.impl | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.collection | |
---|---|
CollectionConfig
|
Classes in com.hazelcast.config used by com.hazelcast.collection.list | |
---|---|
CollectionConfig
|
|
ListConfig
Contains the configuration for an IList . |
Classes in com.hazelcast.config used by com.hazelcast.collection.set | |
---|---|
CollectionConfig
|
|
SetConfig
Contains the configuration for an ISet . |
Classes in com.hazelcast.config used by com.hazelcast.concurrent.semaphore | |
---|---|
SemaphoreConfig
Contains the configuration for an ISemaphore . |
Classes in com.hazelcast.config used by com.hazelcast.config | |
---|---|
AbstractXmlConfigHelper
Contains Hazelcast Xml Configuration helper methods and variables. |
|
AwsConfig
The AWSConfig contains the configuration for AWS join mechanism. |
|
CacheConfig
Contains all the configuration for the ICache |
|
CacheConfigReadOnly
Contains the configuration for an ICache (read-only). |
|
CacheConfiguration
Mutable extension to CompleteConfiguration |
|
CacheEvictionConfig
Configuration for cache's capacity. |
|
CacheEvictionConfig.CacheMaxSizePolicy
Maximum Size Policy |
|
CacheEvictionConfigReadOnly
Contains the configuration for a size of cache. |
|
CacheSimpleConfig
Simple configuration to hold parsed xml configuration. |
|
CacheSimpleEntryListenerConfig
Simple configuration to hold parsed listener config |
|
CacheSimpleEntryListenerConfigReadOnly
Readonly version of CacheSimpleEntryListenerConfig |
|
CollectionConfig
|
|
Config
Contains all the configuration to start a HazelcastInstance . |
|
ConfigBuilder
Interface for all config builders. |
|
CredentialsFactoryConfig
Contains the configuration for Credentials Factory. |
|
EntryListenerConfig
Configuration for EntryListener |
|
EntryListenerConfigReadOnly
Configuration for EntryListener(Read Only) |
|
EvictionPolicy
Eviction Policy enum. |
|
ExecutorConfig
Contains the configuration for an IExecutorService . |
|
ExecutorConfigReadOnly
Configuration for Executor(Read Only) |
|
GlobalSerializerConfig
Contains the configuration for global serializer. |
|
GroupConfig
Contains the configuration for Hazelcast groups. |
|
InMemoryFormat
Storage format type of values stored in cluster |
|
InterfacesConfig
Contains the configuration for an Interfaces. |
|
ItemListenerConfig
Contains the configuration for an Item Listener. |
|
ItemListenerConfigReadOnly
Contains the configuration for an Item Listener(Read-only). |
|
JobTrackerConfig
Contains the configuration for an JobTracker . |
|
JobTrackerConfigReadOnly
Contains the configuration for an JobTracker . |
|
JoinConfig
Contains the 3 different join configurations; tcp-ip/multicast/aws. |
|
ListConfig
Contains the configuration for an IList . |
|
ListenerConfig
Contains the configuration for an EventListener . |
|
LoginModuleConfig
Configuration for Login Module |
|
LoginModuleConfig.LoginModuleUsage
Usage of Login Module |
|
ManagementCenterConfig
Contains the configuration for a Management Center. |
|
MapConfig
Contains the configuration for an IMap . |
|
MapConfigReadOnly
Contains the configuration for an IMap (read-only). |
|
MapIndexConfig
Contains the configuration for an index in a map. |
|
MapIndexConfigReadOnly
Contains the configuration for a index of Map. |
|
MapStoreConfig
Contains the configuration for a Map Store. |
|
MapStoreConfig.InitialLoadMode
Initial load module |
|
MapStoreConfigReadOnly
Contains the configuration for a Map Store (read-only). |
|
MaxSizeConfig
Configuration for map's capacity. |
|
MaxSizeConfig.MaxSizePolicy
Maximum Size Policy |
|
MaxSizeConfigReadOnly
Contains the configuration for a size of Map. |
|
MemberAttributeConfig
Contains configuration for attribute of member. |
|
MemberGroupConfig
Contains the configuration for a single member group. |
|
MulticastConfig
Contains the configuration for the multicast discovery mechanism. |
|
MultiMapConfig
Configuration for Multi-map. |
|
MultiMapConfig.ValueCollectionType
Type of value collection |
|
MultiMapConfigReadOnly
Contains the configuration for an MultiMap . |
|
NativeMemoryConfig
Contains native memory configuration. |
|
NativeMemoryConfig.MemoryAllocatorType
Type of memory allocator: STANDARD: allocate/free memory using default OS memory manager POOLED: manage memory blocks in pool |
|
NearCacheConfig
Contains configuration for an NearCache. |
|
NearCacheConfig.LocalUpdatePolicy
Local Update Policy enum. |
|
NearCacheConfigReadOnly
Contains configuration for an NearCache(Read-Only). |
|
NetworkConfig
Contains configuration for Network. |
|
PartitionGroupConfig
With PartitionGroupConfig you can control how primary and backup partitions are mapped to physical Members. |
|
PartitionGroupConfig.MemberGroupType
Type of member group |
|
PartitioningStrategyConfig
Contains the configuration for partitioning strategy. |
|
PartitioningStrategyConfigReadOnly
Contains the configuration for strategy of partitioning |
|
PermissionConfig
Contains the configuration for a permission. |
|
PermissionConfig.PermissionType
Type of permission |
|
PermissionPolicyConfig
Contains the configuration for policy of permission |
|
QueueConfig
Contains the configuration for an IQueue |
|
QueueConfigReadOnly
Contains the configuration for an IQueue . |
|
QueueStoreConfig
|
|
QueueStoreConfigReadOnly
Contains the configuration for an QueueStore . |
|
ReplicatedMapConfig
Contains the configuration for an ReplicatedMap |
|
SecurityConfig
Contains configuration for Security |
|
SecurityInterceptorConfig
This class is used to configure SecurityInterceptor |
|
SemaphoreConfig
Contains the configuration for an ISemaphore . |
|
SemaphoreConfigReadOnly
Contains configuration for Semaphore(read only) |
|
SerializationConfig
Contains the serialization configuration of HazelcastInstance . |
|
SerializerConfig
Contains the serialization configuration for a particular class. |
|
ServiceConfig
|
|
ServicesConfig
|
|
SetConfig
Contains the configuration for an ISet . |
|
SetConfigReadOnly
Contains configuration for Set(read 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
Configuration for topic(Read only) |
|
WanReplicationConfig
Configuration for wan replication. |
|
WanReplicationRef
Configuration for Wan target replication reference |
|
WanReplicationRefReadOnly
Configuration for Wan target replication reference(read only) |
|
WanTargetClusterConfig
Configuration for Wan target cluster |
|
XmlConfigBuilder
A XML ConfigBuilder implementation. |
Classes in com.hazelcast.config used by com.hazelcast.core | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.hibernate.local | |
---|---|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.instance | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.jca | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.management | |
---|---|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.management.operation | |
---|---|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.map.impl | |
---|---|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.map.impl.eviction | |
---|---|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.map.impl.mapstore | |
---|---|
MapStoreConfig
Contains the configuration for a Map Store. |
Classes in com.hazelcast.config used by com.hazelcast.map.impl.record | |
---|---|
InMemoryFormat
Storage format type of values stored in cluster |
|
MapConfig
Contains the configuration for an IMap . |
Classes in com.hazelcast.config used by com.hazelcast.mapreduce.impl | |
---|---|
JobTrackerConfig
Contains the configuration for an JobTracker . |
Classes in com.hazelcast.config used by com.hazelcast.multimap.impl | |
---|---|
MultiMapConfig
Configuration for Multi-map. |
|
MultiMapConfig.ValueCollectionType
Type of value collection |
Classes in com.hazelcast.config used by com.hazelcast.multimap.impl.operations | |
---|---|
MultiMapConfig.ValueCollectionType
Type of value collection |
Classes in com.hazelcast.config used by com.hazelcast.multimap.impl.txn | |
---|---|
MultiMapConfig
Configuration for Multi-map. |
Classes in com.hazelcast.config used by com.hazelcast.nio | |
---|---|
SocketInterceptorConfig
Contains the configuration for interceptor socket |
|
SSLConfig
SSL configuration |
|
SymmetricEncryptionConfig
Contains configuration for symmetric encryption |
Classes in com.hazelcast.config used by com.hazelcast.nio.serialization | |
---|---|
SerializationConfig
Contains the serialization configuration of HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.partition.membergroup | |
---|---|
MemberGroupConfig
Contains the configuration for a single member group. |
|
PartitionGroupConfig
With PartitionGroupConfig you can control how primary and backup partitions are mapped to physical Members. |
Classes in com.hazelcast.config used by com.hazelcast.queue.impl | |
---|---|
QueueConfig
Contains the configuration for an IQueue |
|
QueueStoreConfig
|
Classes in com.hazelcast.config used by com.hazelcast.queue.impl.tx | |
---|---|
QueueConfig
Contains the configuration for an IQueue |
Classes in com.hazelcast.config used by com.hazelcast.replicatedmap.impl | |
---|---|
ReplicatedMapConfig
Contains the configuration for an ReplicatedMap |
Classes in com.hazelcast.config used by com.hazelcast.security | |
---|---|
GroupConfig
Contains the configuration for Hazelcast groups. |
|
SecurityConfig
Contains configuration for Security |
Classes in com.hazelcast.config used by com.hazelcast.spi | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.spi.impl | |
---|---|
Config
Contains all the configuration to start a HazelcastInstance . |
Classes in com.hazelcast.config used by com.hazelcast.spring | |
---|---|
AbstractXmlConfigHelper
Contains Hazelcast Xml Configuration helper methods and variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |