|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionConfig | |
---|---|
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.config | Provides classes for configuring HazelcastInstance. |
Uses of CollectionConfig in com.hazelcast.collection |
---|
Methods in com.hazelcast.collection that return CollectionConfig | |
---|---|
protected abstract CollectionConfig |
CollectionContainer.getConfig()
|
protected abstract CollectionConfig |
AbstractCollectionProxyImpl.getConfig(NodeEngine nodeEngine)
|
Uses of CollectionConfig in com.hazelcast.collection.list |
---|
Methods in com.hazelcast.collection.list that return CollectionConfig | |
---|---|
protected CollectionConfig |
ListProxyImpl.getConfig(NodeEngine nodeEngine)
|
Uses of CollectionConfig in com.hazelcast.collection.set |
---|
Methods in com.hazelcast.collection.set that return CollectionConfig | |
---|---|
protected CollectionConfig |
SetProxyImpl.getConfig(NodeEngine nodeEngine)
|
Uses of CollectionConfig in com.hazelcast.config |
---|
Classes in com.hazelcast.config with type parameters of type CollectionConfig | |
---|---|
class |
CollectionConfig<T extends CollectionConfig>
|
Subclasses of CollectionConfig in com.hazelcast.config | |
---|---|
class |
ListConfig
Contains the configuration for an IList . |
class |
ListConfigReadOnly
Contains the configuration for an IList (read-only). |
class |
SetConfig
Contains the configuration for an ISet . |
class |
SetConfigReadOnly
Contains configuration for Set(read only) |
Constructors in com.hazelcast.config with parameters of type CollectionConfig | |
---|---|
CollectionConfig(CollectionConfig config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |