Class TransportRecoveryActionHelper

java.lang.Object
org.elasticsearch.action.admin.indices.recovery.TransportRecoveryActionHelper

public class TransportRecoveryActionHelper
extends java.lang.Object
Helper methods for TransportRecoveryAction.
  • Constructor Summary

    Constructors
    Constructor Description
    TransportRecoveryActionHelper()  
  • Method Summary

    Modifier and Type Method Description
    static void setOnShardOperation​(org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction transportRecoveryAction, java.lang.Runnable setOnShardOperation)
    Helper method for tests to call TransportRecoveryAction.setOnShardOperation(java.lang.Runnable).

    Methods inherited from class java.lang.Object

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

    • TransportRecoveryActionHelper

      public TransportRecoveryActionHelper()
  • Method Details

    • setOnShardOperation

      public static void setOnShardOperation​(org.elasticsearch.action.admin.indices.recovery.TransportRecoveryAction transportRecoveryAction, java.lang.Runnable setOnShardOperation)
      Helper method for tests to call TransportRecoveryAction.setOnShardOperation(java.lang.Runnable).