public class AddMapIndex extends AbstractRemotelyProcessable
connnode| 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, setConnectiongetNode, setNodereadByteArray, readObject, writeByteArray, writeObjectpublic 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 DataSerializablewriteData in class AbstractRemotelyProcessableIOExceptionpublic void readData(DataInput in) throws IOException
readData in interface DataSerializablereadData in class AbstractRemotelyProcessableIOExceptionpublic 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.