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, writeData
public MapIndexConfigReadOnly(MapIndexConfig config)
public MapIndexConfig setAttribute(String attribute)
MapIndexConfig
setAttribute
in class MapIndexConfig
attribute
- the attribute that is going to be indexedpublic MapIndexConfig setOrdered(boolean ordered)
MapIndexConfig
setOrdered
in class MapIndexConfig
ordered
- if the index should be an ordered indexCopyright © 2018 Hazelcast, Inc.. All rights reserved.