org.elasticsearch.index.gateway
Interface IndexShardGatewayService.RecoveryListener

Enclosing class:
IndexShardGatewayService

public static interface IndexShardGatewayService.RecoveryListener


Method Summary
 void onIgnoreRecovery(java.lang.String reason)
           
 void onRecoveryDone()
           
 void onRecoveryFailed(IndexShardGatewayRecoveryException e)
           
 

Method Detail

onRecoveryDone

void onRecoveryDone()

onIgnoreRecovery

void onIgnoreRecovery(java.lang.String reason)

onRecoveryFailed

void onRecoveryFailed(IndexShardGatewayRecoveryException e)