|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiMapConfig.ValueCollectionType | |
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
| com.hazelcast.multimap.impl | Contains classes for Hazelcast MultiMap module. |
| com.hazelcast.multimap.impl.operations | Contains operations for Hazelcast MultiMap module. |
| Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.config |
|---|
| Fields in com.hazelcast.config declared as MultiMapConfig.ValueCollectionType | |
|---|---|
static MultiMapConfig.ValueCollectionType |
MultiMapConfig.DEFAULT_VALUE_COLLECTION_TYPE
Default value collection type of multi-map. |
| Methods in com.hazelcast.config that return MultiMapConfig.ValueCollectionType | |
|---|---|
MultiMapConfig.ValueCollectionType |
MultiMapConfig.getValueCollectionType()
|
static MultiMapConfig.ValueCollectionType |
MultiMapConfig.ValueCollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MultiMapConfig.ValueCollectionType[] |
MultiMapConfig.ValueCollectionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.hazelcast.config with parameters of type MultiMapConfig.ValueCollectionType | |
|---|---|
MultiMapConfig |
MultiMapConfig.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
|
MultiMapConfig |
MultiMapConfigReadOnly.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
|
| Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.multimap.impl |
|---|
| Methods in com.hazelcast.multimap.impl with parameters of type MultiMapConfig.ValueCollectionType | ||
|---|---|---|
static
|
ValueCollectionFactory.createCollection(MultiMapConfig.ValueCollectionType collectionType)
Picks right collection type, like Set or List
depending on the MultiMapConfig.valueCollectionType and creates it. |
|
static
|
ValueCollectionFactory.createCollection(MultiMapConfig.ValueCollectionType collectionType,
int initialCapacity)
Picks right collection type, like Set or List
depending on the MultiMapConfig.valueCollectionType and creates it. |
|
static
|
ValueCollectionFactory.emptyCollection(MultiMapConfig.ValueCollectionType collectionType)
Picks right empty collection type, like Collections.emptySet()
or Collections.emptyList() )} depending on the
MultiMapConfig.valueCollectionType |
|
| Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.multimap.impl.operations |
|---|
| Methods in com.hazelcast.multimap.impl.operations that return MultiMapConfig.ValueCollectionType | |
|---|---|
MultiMapConfig.ValueCollectionType |
MultiMapOperation.getValueCollectionType(MultiMapContainer container)
|
| Constructors in com.hazelcast.multimap.impl.operations with parameters of type MultiMapConfig.ValueCollectionType | |
|---|---|
MultiMapResponse(Collection collection,
MultiMapConfig.ValueCollectionType collectionType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||