Class UpgradeRequest.Defaults

java.lang.Object
org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest.Defaults
Enclosing class:
UpgradeRequest

public static final class UpgradeRequest.Defaults
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static boolean UPGRADE_ONLY_ANCIENT_SEGMENTS  
  • Constructor Summary

    Constructors
    Constructor Description
    Defaults()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • UPGRADE_ONLY_ANCIENT_SEGMENTS

      public static final boolean UPGRADE_ONLY_ANCIENT_SEGMENTS
      See Also:
      Constant Field Values
  • Constructor Details

    • Defaults

      public Defaults()