Uses of Class
com.hazelcast.config.MapIndexConfig

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

Uses of MapIndexConfig in com.hazelcast.config
 

Methods in com.hazelcast.config that return MapIndexConfig
 MapIndexConfig MapIndexConfig.setAttribute(String attribute)
          Sets the attribute that is going to be indexed.
 MapIndexConfig MapIndexConfig.setOrdered(boolean ordered)
          Configures the index to be ordered or not ordered.
 

Methods in com.hazelcast.config that return types with arguments of type MapIndexConfig
 List<MapIndexConfig> MapConfig.getMapIndexConfigs()
           
 

Methods in com.hazelcast.config with parameters of type MapIndexConfig
 MapConfig MapConfig.addMapIndexConfig(MapIndexConfig mapIndexConfig)
           
 

Method parameters in com.hazelcast.config with type arguments of type MapIndexConfig
 MapConfig MapConfig.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs)
           
 



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