Uses of Enum Class
com.hazelcast.config.MultiMapConfig.ValueCollectionType
-
Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.config
Modifier and TypeFieldDescriptionstatic final MultiMapConfig.ValueCollectionType
MultiMapConfig.DEFAULT_VALUE_COLLECTION_TYPE
Default value collection type of this MultiMap.Modifier and TypeMethodDescriptionMultiMapConfig.getValueCollectionType()
Gets the collection type for the values of this MultiMap.Returns the enum constant of this class with the specified name.static MultiMapConfig.ValueCollectionType[]
MultiMapConfig.ValueCollectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionMultiMapConfig.setValueCollectionType
(MultiMapConfig.ValueCollectionType valueCollectionType) Sets the collection type for the values of this MultiMap.