Uses of Enum Class
com.hazelcast.config.MultiMapConfig.ValueCollectionType
Packages that use MultiMapConfig.ValueCollectionType
-
Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.config
Fields in com.hazelcast.config declared as MultiMapConfig.ValueCollectionTypeModifier and TypeFieldDescriptionstatic final MultiMapConfig.ValueCollectionType
MultiMapConfig.DEFAULT_VALUE_COLLECTION_TYPE
Default value collection type of this MultiMap.Methods in com.hazelcast.config that return MultiMapConfig.ValueCollectionTypeModifier 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.Methods in com.hazelcast.config with parameters of type MultiMapConfig.ValueCollectionTypeModifier and TypeMethodDescriptionMultiMapConfig.setValueCollectionType
(MultiMapConfig.ValueCollectionType valueCollectionType) Sets the collection type for the values of this MultiMap.