JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.elasticsearch.gateway
Interface Gateway.GatewayStateRecoveredListener
Enclosing class:
Gateway
public static interface
Gateway.GatewayStateRecoveredListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
String
s)
void
onSuccess
(
ClusterState
build)
Method Details
onSuccess
void
onSuccess
(
ClusterState
build)
onFailure
void
onFailure
(
String
s)