org.elasticsearch.gateway
Interface Gateway.GatewayStateRecoveredListener

Enclosing interface:
Gateway

public static interface Gateway.GatewayStateRecoveredListener


Method Summary
 void onFailure(String message)
           
 void onSuccess(ClusterState recoveredState)
           
 

Method Detail

onSuccess

void onSuccess(ClusterState recoveredState)

onFailure

void onFailure(String message)


Copyright © 2009-2012. All Rights Reserved.