Uses of Class
com.hazelcast.config.MultiMapConfig.ValueCollectionType

Packages that use MultiMapConfig.ValueCollectionType
com.hazelcast.config Provides classes for configuring HazelcastInstance. 
 

Uses of MultiMapConfig.ValueCollectionType in com.hazelcast.config
 

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 MultiMapConfigReadOnly.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
           
 MultiMapConfig MultiMapConfig.setValueCollectionType(MultiMapConfig.ValueCollectionType valueCollectionType)
           
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.