Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicConfig<T extends AbstractBasicConfig>
Provides a basic configuration for a split-brain aware data structure.
|
class |
AtomicLongConfig
Contains the configuration for an
AtomicLong . |
class |
AtomicReferenceConfig
Contains the configuration for an
AtomicReference . |
class |
CacheSimpleConfig
Simple configuration to hold parsed XML configuration.
|
class |
CacheSimpleConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
CardinalityEstimatorConfig
Configuration options for the
CardinalityEstimator |
class |
CollectionConfig<T extends CollectionConfig>
Provides configuration service for Collection.
|
class |
CountDownLatchConfig
Contains the configuration for an
ICountDownLatch . |
class |
DurableExecutorConfig
Contains the configuration for an
DurableExecutorService . |
class |
EndpointConfig
Endpoint configuration that defines communication/networking properties common to both incoming/outgoing connections
eg.
|
class |
ExecutorConfig
Contains the configuration for an
IExecutorService . |
class |
ExecutorConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
JobTrackerConfig
Contains the configuration for an
JobTracker . |
class |
JobTrackerConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
ListConfig
Contains the configuration for an
IList . |
class |
ListConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
LockConfig
Contains the configuration for the
ILock . |
class |
MapConfig
Contains the configuration for an
IMap . |
class |
MapConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
MultiMapConfig
Configuration for MultiMap.
|
class |
MultiMapConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
NearCacheConfig
Contains the configuration for a Near Cache.
|
class |
NearCacheConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
PNCounterConfig
Configuration for a
PNCounter |
class |
QueueConfig
Contains the configuration for an
IQueue . |
class |
QueueConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
QuorumConfig
Configuration for cluster quorum, a means to protect consistency of data from network partitions.
|
class |
ReliableTopicConfig
Configuration for a reliable
ITopic . |
class |
ReplicatedMapConfig
Contains the configuration for an
ReplicatedMap |
class |
RestServerEndpointConfig
Server socket endpoint config specialized for REST service
Allows configuring access to REST groups similar to
RestApiConfig |
class |
RingbufferConfig
Contains the configuration for the
Ringbuffer . |
class |
ScheduledExecutorConfig
Configuration options for the
IScheduledExecutorService . |
class |
SemaphoreConfig
Contains the configuration for an
ISemaphore . |
class |
SemaphoreConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
ServerSocketEndpointConfig
Endpoint configuration that defines a listening side (server)
|
class |
SetConfig
Contains the configuration for an
ISet . |
class |
SetConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
class |
TopicConfig
Contains the configuration for a
ITopic . |
class |
TopicConfigReadOnly
Deprecated.
this class will be removed in 4.0; it is meant for internal usage only.
|
Modifier and Type | Method and Description |
---|---|
NamedConfig |
NamedConfig.setName(String name) |
Modifier and Type | Method and Description |
---|---|
static <T extends NamedConfig> |
ConfigUtils.getConfig(ConfigPatternMatcher configPatternMatcher,
Map<String,T> configs,
String name,
Class clazz)
Returns a config for the given name, creating one
if necessary and adding it to the collection of known configurations.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.