Class IndexUpgradeInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.migration.IndexUpgradeInfoResponse
-
public class IndexUpgradeInfoResponse extends java.lang.ObjectResponse object that contains information about indices to be upgraded
-
-
Constructor Summary
Constructors Constructor Description IndexUpgradeInfoResponse(java.util.Map<java.lang.String,UpgradeActionRequired> actions)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)static IndexUpgradeInfoResponsefromXContent(XContentParser parser)java.util.Map<java.lang.String,UpgradeActionRequired>getActions()inthashCode()
-
-
-
Constructor Detail
-
IndexUpgradeInfoResponse
public IndexUpgradeInfoResponse(java.util.Map<java.lang.String,UpgradeActionRequired> actions)
-
-
Method Detail
-
getActions
public java.util.Map<java.lang.String,UpgradeActionRequired> getActions()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static IndexUpgradeInfoResponse fromXContent(XContentParser parser)
-
-