com.hazelcast.config
Class MapIndexConfig
java.lang.Object
com.hazelcast.config.MapIndexConfig
public class MapIndexConfig
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapIndexConfig
public MapIndexConfig()
MapIndexConfig
public MapIndexConfig(String attribute,
boolean ordered)
MapIndexConfig
public MapIndexConfig(Expression expression,
boolean ordered)
getAttribute
public String getAttribute()
setAttribute
public void setAttribute(String attribute)
isOrdered
public boolean isOrdered()
setOrdered
public void setOrdered(boolean ordered)
getExpression
public Expression getExpression()
setExpression
public void setExpression(Expression expression)
Copyright © 2008-2012 Hazel Ltd. All Rights Reserved.