Package | Description |
---|---|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
Modifier and Type | Field and Description |
---|---|
static MultiMapConfig.ValueCollectionType |
MultiMapConfig.DEFAULT_VALUE_COLLECTION_TYPE
Default value collection type of this MultiMap.
|
Modifier and Type | Method and Description |
---|---|
MultiMapConfig.ValueCollectionType |
MultiMapConfig.getValueCollectionType()
Gets the collection type for the values of this MultiMap.
|
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.
|
Modifier and Type | Method and Description |
---|---|
MultiMapConfig |
MultiMapConfig.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
Sets the collection type for the values of this MultiMap.
|
Copyright © 2023 Hazelcast, Inc.. All rights reserved.