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.discovery.zen
Interface MembershipAction.JoinCallback
Enclosing class:
MembershipAction
public static interface
MembershipAction.JoinCallback
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
Exception
e)
void
onSuccess
()
Method Details
onSuccess
void
onSuccess
()
onFailure
void
onFailure
(
Exception
e)