public class AddMapIndex extends AbstractRemotelyProcessable
conn
node
Constructor and Description |
---|
AddMapIndex() |
AddMapIndex(String mapName,
Expression expression,
boolean ordered) |
AddMapIndex(String mapName,
Expression expression,
boolean ordered,
int attributeIndex) |
Modifier and Type | Method and Description |
---|---|
int |
getAttributeIndex() |
Throwable |
getError() |
Expression |
getExpression() |
boolean |
isOrdered() |
void |
process() |
void |
readData(DataInput in) |
void |
setAttributeIndex(int attributeIndex) |
void |
setExpression(Expression expression) |
void |
setOrdered(boolean ordered) |
void |
writeData(DataOutput out) |
getConnection, setConnection
getNode, setNode
readByteArray, readObject, writeByteArray, writeObject
public AddMapIndex()
public AddMapIndex(String mapName, Expression expression, boolean ordered)
public AddMapIndex(String mapName, Expression expression, boolean ordered, int attributeIndex)
public void process()
public void writeData(DataOutput out) throws IOException
writeData
in interface DataSerializable
writeData
in class AbstractRemotelyProcessable
IOException
public void readData(DataInput in) throws IOException
readData
in interface DataSerializable
readData
in class AbstractRemotelyProcessable
IOException
public void setOrdered(boolean ordered)
ordered
- the ordered to setpublic boolean isOrdered()
public void setExpression(Expression expression)
expression
- the expression to setpublic Expression getExpression()
public int getAttributeIndex()
public void setAttributeIndex(int attributeIndex)
public Throwable getError()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.