Class IndexInfo.IndexCommand
- java.lang.Object
-
- com.yahoo.searchdefinition.derived.IndexInfo.IndexCommand
-
-
Constructor Summary
Constructors Constructor Description IndexCommand(String index, String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
String
getCommand()
String
getIndex()
int
hashCode()
boolean
isNull()
Returns true if this is the null command (do nothing)String
toString()
-