public class MapIndexConfigReadOnly extends MapIndexConfig
| Constructor and Description | 
|---|
MapIndexConfigReadOnly(MapIndexConfig config)  | 
| Modifier and Type | Method and Description | 
|---|---|
MapIndexConfig | 
setAttribute(String attribute)
Sets the attribute that is going to be indexed. 
 | 
MapIndexConfig | 
setOrdered(boolean ordered)
Configures the index to be ordered or not ordered. 
 | 
getAsReadOnly, getAttribute, isOrdered, toStringpublic 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.