Class IndexUpgradeRequest

  • All Implemented Interfaces:
    Validatable

    @Deprecated
    public class IndexUpgradeRequest
    extends java.lang.Object
    implements Validatable
    Deprecated.
    The Migration Upgrade API is deprecated, use the Kibana Upgrade Assistant or Reindex API instead.
    A request for performing Upgrade on Index Part of Migration API
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      IndexUpgradeRequest​(java.lang.String index)
      Deprecated.
       
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)
      Deprecated.
       
      int hashCode()
      Deprecated.
       
      java.lang.String index()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexUpgradeRequest

        public IndexUpgradeRequest​(java.lang.String index)
        Deprecated.
    • Method Detail

      • index

        public java.lang.String index()
        Deprecated.
      • equals

        public boolean equals​(java.lang.Object o)
        Deprecated.
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class java.lang.Object