Class PeerRecoverySourceService.Actions

java.lang.Object
org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
Enclosing class:
PeerRecoverySourceService

public static class PeerRecoverySourceService.Actions
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    static java.lang.String REESTABLISH_RECOVERY  
    static java.lang.String START_RECOVERY  
  • Constructor Summary

    Constructors
    Constructor Description
    Actions()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • START_RECOVERY

      public static final java.lang.String START_RECOVERY
      See Also:
      Constant Field Values
    • REESTABLISH_RECOVERY

      public static final java.lang.String REESTABLISH_RECOVERY
      See Also:
      Constant Field Values
  • Constructor Details

    • Actions

      public Actions()