Uses of Class
org.elasticsearch.rest.RestController
-
-
Uses of RestController in org.elasticsearch.action
Methods in org.elasticsearch.action that return RestController Modifier and Type Method Description RestControllerActionModule. getRestController() -
Uses of RestController in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type RestController Modifier and Type Method Description default List<RestHandler>ActionPlugin. getRestHandlers(Settings settings, RestController restController, ClusterSettings clusterSettings, IndexScopedSettings indexScopedSettings, SettingsFilter settingsFilter, IndexNameExpressionResolver indexNameExpressionResolver, Supplier<DiscoveryNodes> nodesInCluster)Rest handlers added by this plugin. -
Uses of RestController in org.elasticsearch.rest.action
Constructors in org.elasticsearch.rest.action with parameters of type RestController Constructor Description RestFieldCapabilitiesAction(RestController controller)RestMainAction(RestController controller) -
Uses of RestController in org.elasticsearch.rest.action.admin.cluster
-
Uses of RestController in org.elasticsearch.rest.action.admin.indices
-
Uses of RestController in org.elasticsearch.rest.action.cat
-
Uses of RestController in org.elasticsearch.rest.action.document
Constructors in org.elasticsearch.rest.action.document with parameters of type RestController Constructor Description RestBulkAction(Settings settings, RestController controller)RestDeleteAction(RestController controller)RestGetAction(RestController controller)RestGetSourceAction(RestController controller)RestIndexAction(RestController controller, ClusterService clusterService)RestMultiGetAction(Settings settings, RestController controller)RestMultiTermVectorsAction(RestController controller)RestTermVectorsAction(RestController controller)RestUpdateAction(RestController controller) -
Uses of RestController in org.elasticsearch.rest.action.ingest
Constructors in org.elasticsearch.rest.action.ingest with parameters of type RestController Constructor Description RestDeletePipelineAction(RestController controller)RestGetPipelineAction(RestController controller)RestPutPipelineAction(RestController controller)RestSimulatePipelineAction(RestController controller) -
Uses of RestController in org.elasticsearch.rest.action.search
Constructors in org.elasticsearch.rest.action.search with parameters of type RestController Constructor Description RestClearScrollAction(RestController controller)RestCountAction(RestController controller)RestExplainAction(RestController controller)RestMultiSearchAction(Settings settings, RestController controller)RestSearchAction(RestController controller)RestSearchScrollAction(RestController controller)
-