java.lang.Object
org.elasticsearch.common.inject.AbstractModule
org.elasticsearch.action.ActionModule
- All Implemented Interfaces:
Module
Builds and binds the generic action map, all
TransportAction
s, and ActionFilters
.-
Constructor Summary
ConstructorsConstructorDescriptionActionModule
(Settings settings, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings, ClusterSettings clusterSettings, SettingsFilter settingsFilter, ThreadPool threadPool, List<ActionPlugin> actionPlugins, NodeClient nodeClient, CircuitBreakerService circuitBreakerService, UsageService usageService, SystemIndices systemIndices, Tracer tracer, ClusterService clusterService, List<ReservedClusterStateHandler<?>> reservedStateHandlers) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Configures aBinder
via the exposed methods.void
copyRequestHeadersToThreadContext
(HttpPreRequest request, ThreadContext threadContext) Certain request header values need to be copied in the thread context under which request handlers are to be dispatched.void
initRestHandlers
(Supplier<DiscoveryNodes> nodesInCluster) Methods inherited from class org.elasticsearch.common.inject.AbstractModule
bind, bind, binder, configure
-
Constructor Details
-
ActionModule
public ActionModule(Settings settings, IndexNameExpressionResolver indexNameExpressionResolver, IndexScopedSettings indexScopedSettings, ClusterSettings clusterSettings, SettingsFilter settingsFilter, ThreadPool threadPool, List<ActionPlugin> actionPlugins, NodeClient nodeClient, CircuitBreakerService circuitBreakerService, UsageService usageService, SystemIndices systemIndices, Tracer tracer, ClusterService clusterService, List<ReservedClusterStateHandler<?>> reservedStateHandlers)
-
-
Method Details
-
copyRequestHeadersToThreadContext
Certain request header values need to be copied in the thread context under which request handlers are to be dispatched. Careful that this method modifies the thread context. The thread context must be reinstated after the request handler finishes and returns. -
getActions
-
initRestHandlers
-
configure
protected void configure()Description copied from class:AbstractModule
Configures aBinder
via the exposed methods.- Specified by:
configure
in classAbstractModule
-
getActionFilters
-
getRestController
-
getReservedClusterStateService
-