public class IndexChoiceNode extends Object implements SmartExternalizable
Constructor and Description |
---|
IndexChoiceNode() |
IndexChoiceNode(String name) |
IndexChoiceNode(String name,
List<IndexInfo> options,
IndexInfo chosen) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(IndexInfo option) |
boolean |
equals(Object o) |
IndexInfo |
getChosen() |
String |
getName() |
IndexInfo |
getOptionByName(String name) |
List<IndexInfo> |
getOptions() |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
void |
setChosen(IndexInfo chosen) |
void |
setName(String name) |
void |
writeExternal(ObjectOutput objectOutput) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
enabledSmartExternalizableWithReference
public IndexChoiceNode(String name)
public IndexChoiceNode()
public String getName()
public void setName(String name)
public void addOption(IndexInfo option)
public IndexInfo getChosen()
public void setChosen(IndexInfo chosen)
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © GigaSpaces.