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. 
 | 
equals, getAsReadOnly, getAttribute, getFactoryId, getId, hashCode, isOrdered, readData, toString, validateIndexAttribute, writeDatapublic MapIndexConfigReadOnly(MapIndexConfig config)
public MapIndexConfig setAttribute(String attribute)
MapIndexConfigsetAttribute in class MapIndexConfigattribute - the attribute that is going to be indexedpublic MapIndexConfig setOrdered(boolean ordered)
MapIndexConfigsetOrdered in class MapIndexConfigordered - if the index should be an ordered indexCopyright © 2019 Hazelcast, Inc.. All Rights Reserved.