Package org.elasticsearch.gateway
Class Gateway
java.lang.Object
org.elasticsearch.gateway.Gateway
public class Gateway
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGateway.GatewayStateRecoveredListener -
Constructor Summary
Constructors Constructor Description Gateway(Settings settings, ClusterService clusterService, TransportNodesListGatewayMetaState listGatewayMetaState) -
Method Summary
Modifier and Type Method Description voidperformStateRecovery(Gateway.GatewayStateRecoveredListener listener)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Gateway
public Gateway(Settings settings, ClusterService clusterService, TransportNodesListGatewayMetaState listGatewayMetaState)
-
-
Method Details
-
performStateRecovery
public void performStateRecovery(Gateway.GatewayStateRecoveredListener listener) throws GatewayException- Throws:
GatewayException
-