org.elasticsearch.gateway
Interface Gateway.GatewayStateRecoveredListener

Enclosing interface:
Gateway

public static interface Gateway.GatewayStateRecoveredListener


Method Summary
 void onFailure(java.lang.Throwable t)
           
 void onSuccess()
           
 

Method Detail

onSuccess

void onSuccess()

onFailure

void onFailure(java.lang.Throwable t)