Gemfire JavaDocs_test
Class IndexInfo
- java.lang.Object
-
- org.apache.geode.management.runtime.RuntimeInfo
-
- org.apache.geode.management.runtime.IndexInfo
-
- All Implemented Interfaces:
java.io.Serializable
,JsonSerializable
@Experimental public class IndexInfo extends RuntimeInfo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IndexInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
Methods inherited from class org.apache.geode.management.runtime.RuntimeInfo
getMemberName, setMemberName, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classRuntimeInfo
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classRuntimeInfo
-
-