public class IndexInfo extends Object implements IdentifiedDataSerializable, Comparable<IndexInfo>
| Constructor and Description |
|---|
IndexInfo() |
IndexInfo(String attributeName,
boolean ordered) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IndexInfo other) |
boolean |
equals(Object o) |
String |
getAttributeName() |
int |
getFactoryId()
Returns DataSerializableFactory factory ID for this class.
|
int |
getId()
Returns type identifier for this class.
|
int |
hashCode() |
boolean |
isOrdered() |
void |
readData(ObjectDataInput in)
Reads fields from the input stream
|
void |
writeData(ObjectDataOutput out)
Writes object fields to output stream
|
public IndexInfo()
public IndexInfo(String attributeName, boolean ordered)
public void writeData(ObjectDataOutput out) throws IOException
DataSerializablewriteData in interface DataSerializableout - outputIOExceptionpublic void readData(ObjectDataInput in) throws IOException
DataSerializablereadData in interface DataSerializablein - inputIOExceptionpublic String getAttributeName()
public boolean isOrdered()
public int getFactoryId()
IdentifiedDataSerializablegetFactoryId in interface IdentifiedDataSerializablepublic int getId()
IdentifiedDataSerializablegetId in interface IdentifiedDataSerializablepublic int compareTo(IndexInfo other)
compareTo in interface Comparable<IndexInfo>Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.