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.
|
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
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 © 2016 Hazelcast, Inc.. All Rights Reserved.