|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapIndexConfig | |
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. |
| Uses of MapIndexConfig in com.hazelcast.config |
|---|
| Subclasses of MapIndexConfig in com.hazelcast.config | |
|---|---|
class |
MapIndexConfigReadOnly
|
| Methods in com.hazelcast.config that return MapIndexConfig | |
|---|---|
MapIndexConfig |
MapIndexConfigReadOnly.setAttribute(String attribute)
|
MapIndexConfig |
MapIndexConfig.setAttribute(String attribute)
Sets the attribute that is going to be indexed. |
MapIndexConfig |
MapIndexConfigReadOnly.setOrdered(boolean ordered)
|
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> |
MapConfigReadOnly.getMapIndexConfigs()
|
List<MapIndexConfig> |
MapConfig.getMapIndexConfigs()
|
| Methods in com.hazelcast.config with parameters of type MapIndexConfig | |
|---|---|
MapConfig |
MapConfigReadOnly.addMapIndexConfig(MapIndexConfig mapIndexConfig)
|
MapConfig |
MapConfig.addMapIndexConfig(MapIndexConfig mapIndexConfig)
|
| Method parameters in com.hazelcast.config with type arguments of type MapIndexConfig | |
|---|---|
MapConfig |
MapConfigReadOnly.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs)
|
MapConfig |
MapConfig.setMapIndexConfigs(List<MapIndexConfig> mapIndexConfigs)
|
| Constructors in com.hazelcast.config with parameters of type MapIndexConfig | |
|---|---|
MapIndexConfig(MapIndexConfig config)
|
|
MapIndexConfigReadOnly(MapIndexConfig config)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||