Uses of Class
org.elasticsearch.plugins.ActionPlugin.ActionHandler
-
Packages that use ActionPlugin.ActionHandler Package Description org.elasticsearch.action org.elasticsearch.plugins -
-
Uses of ActionPlugin.ActionHandler in org.elasticsearch.action
Methods in org.elasticsearch.action that return types with arguments of type ActionPlugin.ActionHandler Modifier and Type Method Description Map<String,ActionPlugin.ActionHandler<?,?>>ActionModule. getActions() -
Uses of ActionPlugin.ActionHandler in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return types with arguments of type ActionPlugin.ActionHandler Modifier and Type Method Description default List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>>ActionPlugin. getActions()Actions added by this plugin.
-