Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected 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> |
Modifier and Type | Class and Description |
---|---|
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)
|
Constructor and Description |
---|
CollectionConfig(CollectionConfig config) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.