public class MapIndexConfigReadOnly extends MapIndexConfig
| Constructor and Description | 
|---|
| MapIndexConfigReadOnly(MapIndexConfig config)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| MapIndexConfig | setAttribute(String attribute)Deprecated.  Sets the attribute that is going to be indexed. | 
| MapIndexConfig | setOrdered(boolean ordered)Deprecated.  Configures the index to be ordered or not ordered. | 
getAsReadOnly, getAttribute, isOrdered, toString, validateIndexAttributepublic MapIndexConfigReadOnly(MapIndexConfig config)
public MapIndexConfig setAttribute(String attribute)
MapIndexConfigsetAttribute in class MapIndexConfigattribute - the attribute that is going to be indexed.public MapIndexConfig setOrdered(boolean ordered)
MapIndexConfigsetOrdered in class MapIndexConfigordered - if the index should be an ordered index.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.