org.elasticsearch.index.gateway
Interface IndexShardGatewayService.RecoveryListener

Enclosing class:
IndexShardGatewayService

public static interface IndexShardGatewayService.RecoveryListener


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

Method Detail

onRecoveryDone

void onRecoveryDone()

onIgnoreRecovery

void onIgnoreRecovery(String reason)

onRecoveryFailed

void onRecoveryFailed(IndexShardGatewayRecoveryException e)


Copyright © 2009-2012. All Rights Reserved.