Uses of Class
org.elasticsearch.action.FailedNodeException
-
Packages that use FailedNodeException Package Description org.elasticsearch.action org.elasticsearch.action.support.nodes org.elasticsearch.rest.action -
-
Uses of FailedNodeException in org.elasticsearch.action
Subclasses of FailedNodeException in org.elasticsearch.action Modifier and Type Class Description classNoSuchNodeException -
Uses of FailedNodeException in org.elasticsearch.action.support.nodes
Methods in org.elasticsearch.action.support.nodes that return types with arguments of type FailedNodeException Modifier and Type Method Description List<FailedNodeException>BaseNodesResponse. failures()Get the failed node exceptions. -
Uses of FailedNodeException in org.elasticsearch.rest.action
Method parameters in org.elasticsearch.rest.action with type arguments of type FailedNodeException Modifier and Type Method Description static voidRestActions. buildNodesHeader(XContentBuilder builder, ToXContent.Params params, int total, int successful, int failed, List<FailedNodeException> failures)Create the XContent header for anyBaseNodesResponse.
-