Class IndexChoiceNode
java.lang.Object
com.gigaspaces.internal.query.explainplan.IndexChoiceNode
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Since:
- 12.0.1
- Author:
- yael nahon
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndexChoiceNode(String name) IndexChoiceNode(String name, List<IndexInfo> options, IndexInfo chosen) -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleangetName()getOptionByName(String name) inthashCode()voidreadExternal(ObjectInput objectInput) voidvoidvoidwriteExternal(ObjectOutput objectOutput) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
IndexChoiceNode
-
IndexChoiceNode
-
IndexChoiceNode
public IndexChoiceNode()
-
-
Method Details
-
getName
-
setName
-
getOptions
-
addOption
-
getChosen
-
setChosen
-
getOptionByName
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
equals
-
hashCode
public int hashCode()
-