Package | Description |
---|---|
com.hazelcast.collection.impl.collection | |
com.hazelcast.collection.impl.list |
This package contains IList functionality for Hazelcast.
|
com.hazelcast.collection.impl.set |
This package contains ISet functionality for Hazelcast.
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
Modifier and Type | Method and Description |
---|---|
abstract CollectionConfig |
CollectionContainer.getConfig() |
protected abstract CollectionConfig |
AbstractCollectionProxyImpl.getConfig(NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
protected CollectionConfig |
ListProxyImpl.getConfig(NodeEngine nodeEngine) |
Modifier and Type | Method and Description |
---|---|
protected CollectionConfig |
SetProxyImpl.getConfig(NodeEngine nodeEngine) |
Modifier and Type | Class and Description |
---|---|
class |
CollectionConfig<T extends CollectionConfig>
Provides configuration service for Collection.
|
Modifier and Type | Class and Description |
---|---|
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 |
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.
|
Constructor and Description |
---|
CollectionConfig(CollectionConfig config) |
Modifier and Type | Method and Description |
---|---|
static void |
ConfigValidator.checkCollectionConfig(CollectionConfig collectionConfig,
SplitBrainMergePolicyProvider mergePolicyProvider)
Validates the given
CollectionConfig . |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.