Class IndexUpgradeInfoResponse
- java.lang.Object
-
- org.elasticsearch.client.migration.IndexUpgradeInfoResponse
-
@Deprecated public class IndexUpgradeInfoResponse extends java.lang.ObjectDeprecated.Use the Deprecation Info API which returnsDeprecationInfoResponseinstead.Response object that contains information about indices to be upgraded
-
-
Constructor Summary
Constructors Constructor Description IndexUpgradeInfoResponse(java.util.Map<java.lang.String,UpgradeActionRequired> actions)Deprecated.
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)Deprecated.static IndexUpgradeInfoResponsefromXContent(XContentParser parser)Deprecated.java.util.Map<java.lang.String,UpgradeActionRequired>getActions()Deprecated.inthashCode()Deprecated.
-
-
-
Constructor Detail
-
IndexUpgradeInfoResponse
public IndexUpgradeInfoResponse(java.util.Map<java.lang.String,UpgradeActionRequired> actions)
Deprecated.
-
-
Method Detail
-
getActions
public java.util.Map<java.lang.String,UpgradeActionRequired> getActions()
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static IndexUpgradeInfoResponse fromXContent(XContentParser parser)
Deprecated.
-
-