Uses of Class
org.elasticsearch.action.ActionType
-
-
Uses of ActionType in org.elasticsearch.action
Fields in org.elasticsearch.action declared as ActionType Modifier and Type Field Description protected ActionType<Response>ActionRequestBuilder. actionConstructors in org.elasticsearch.action with parameters of type ActionType Constructor Description ActionRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request)TransportActionNodeProxy(Settings settings, ActionType<Response> action, TransportService transportService) -
Uses of ActionType in org.elasticsearch.action.admin.cluster.allocation
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.allocation Modifier and Type Class Description classClusterAllocationExplainActionActionType for explaining shard allocation for a shard in the cluster -
Uses of ActionType in org.elasticsearch.action.admin.cluster.configuration
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.configuration Modifier and Type Class Description classAddVotingConfigExclusionsActionclassClearVotingConfigExclusionsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.health
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.health Modifier and Type Class Description classClusterHealthAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodesHotThreadsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.info
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodesInfoAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.cancel Modifier and Type Class Description classCancelTasksActionActionType for cancelling running tasks -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.get
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.get Modifier and Type Class Description classGetTaskActionActionType for retrieving a list of currently running tasks -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.list
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.tasks.list Modifier and Type Class Description classListTasksActionActionType for retrieving a list of currently running tasks -
Uses of ActionType in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodesUsageActionConstructors in org.elasticsearch.action.admin.cluster.node.usage with parameters of type ActionType Constructor Description NodesUsageRequestBuilder(ElasticsearchClient client, ActionType<NodesUsageResponse> action) -
Uses of ActionType in org.elasticsearch.action.admin.cluster.remote
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.remote Modifier and Type Class Description classRemoteInfoAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.repositories.cleanup
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.repositories.cleanup Modifier and Type Class Description classCleanupRepositoryActionConstructors in org.elasticsearch.action.admin.cluster.repositories.cleanup with parameters of type ActionType Constructor Description CleanupRepositoryRequestBuilder(ElasticsearchClient client, ActionType<CleanupRepositoryResponse> action, String repository) -
Uses of ActionType in org.elasticsearch.action.admin.cluster.repositories.delete
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.repositories.delete Modifier and Type Class Description classDeleteRepositoryActionUnregister repository action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.repositories.get
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.repositories.get Modifier and Type Class Description classGetRepositoriesActionGet repositories action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.repositories.put
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.repositories.put Modifier and Type Class Description classPutRepositoryActionRegister repository action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.repositories.verify
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.repositories.verify Modifier and Type Class Description classVerifyRepositoryActionUnregister repository action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.reroute
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.reroute Modifier and Type Class Description classClusterRerouteAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.settings
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.settings Modifier and Type Class Description classClusterUpdateSettingsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.shards
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.shards Modifier and Type Class Description classClusterSearchShardsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.create
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.create Modifier and Type Class Description classCreateSnapshotActionCreate snapshot action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.delete
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.delete Modifier and Type Class Description classDeleteSnapshotActionDelete snapshot action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.get
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.get Modifier and Type Class Description classGetSnapshotsActionGet snapshots action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.restore
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.restore Modifier and Type Class Description classRestoreSnapshotActionRestore snapshot action -
Uses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description classSnapshotsStatusActionSnapshots status actionFields in org.elasticsearch.action.admin.cluster.snapshots.status declared as ActionType Modifier and Type Field Description static ActionType<TransportNodesSnapshotsStatus.NodesSnapshotStatus>TransportNodesSnapshotsStatus. TYPE -
Uses of ActionType in org.elasticsearch.action.admin.cluster.state
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.state Modifier and Type Class Description classClusterStateAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.stats
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.storedscripts
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.storedscripts Modifier and Type Class Description classDeleteStoredScriptActionclassGetStoredScriptActionclassPutStoredScriptAction -
Uses of ActionType in org.elasticsearch.action.admin.cluster.tasks
Subclasses of ActionType in org.elasticsearch.action.admin.cluster.tasks Modifier and Type Class Description classPendingClusterTasksAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.alias
Subclasses of ActionType in org.elasticsearch.action.admin.indices.alias Modifier and Type Class Description classIndicesAliasesAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.alias.exists
Subclasses of ActionType in org.elasticsearch.action.admin.indices.alias.exists Modifier and Type Class Description classAliasesExistAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.alias.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.alias.get Modifier and Type Class Description classGetAliasesActionConstructors in org.elasticsearch.action.admin.indices.alias.get with parameters of type ActionType Constructor Description BaseAliasesRequestBuilder(ElasticsearchClient client, ActionType<Response> action, String... aliases) -
Uses of ActionType in org.elasticsearch.action.admin.indices.analyze
Subclasses of ActionType in org.elasticsearch.action.admin.indices.analyze Modifier and Type Class Description classAnalyzeAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of ActionType in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.close
Subclasses of ActionType in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.create
Subclasses of ActionType in org.elasticsearch.action.admin.indices.create Modifier and Type Class Description classCreateIndexAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.delete
Subclasses of ActionType in org.elasticsearch.action.admin.indices.delete Modifier and Type Class Description classDeleteIndexAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.exists.indices
Subclasses of ActionType in org.elasticsearch.action.admin.indices.exists.indices Modifier and Type Class Description classIndicesExistsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.exists.types
Subclasses of ActionType in org.elasticsearch.action.admin.indices.exists.types Modifier and Type Class Description classTypesExistsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.flush
Subclasses of ActionType in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classFlushActionclassSyncedFlushAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of ActionType in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.get Modifier and Type Class Description classGetIndexAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.mapping.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.mapping.get Modifier and Type Class Description classGetFieldMappingsActionclassGetMappingsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.mapping.put
Subclasses of ActionType in org.elasticsearch.action.admin.indices.mapping.put Modifier and Type Class Description classPutMappingAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.open
Subclasses of ActionType in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.recovery
Subclasses of ActionType in org.elasticsearch.action.admin.indices.recovery Modifier and Type Class Description classRecoveryActionRecovery information action -
Uses of ActionType in org.elasticsearch.action.admin.indices.refresh
Subclasses of ActionType in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classRefreshAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.rollover
Subclasses of ActionType in org.elasticsearch.action.admin.indices.rollover Modifier and Type Class Description classRolloverAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.segments
Subclasses of ActionType in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.settings.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.settings.get Modifier and Type Class Description classGetSettingsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.settings.put
Subclasses of ActionType in org.elasticsearch.action.admin.indices.settings.put Modifier and Type Class Description classUpdateSettingsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.shards
Subclasses of ActionType in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description classIndicesShardStoresActionActionType forTransportIndicesShardStoresActionExposes shard store information for requested indices.Constructors in org.elasticsearch.action.admin.indices.shards with parameters of type ActionType Constructor Description IndicesShardStoreRequestBuilder(ElasticsearchClient client, ActionType<IndicesShardStoresResponse> action, String... indices) -
Uses of ActionType in org.elasticsearch.action.admin.indices.shrink
Subclasses of ActionType in org.elasticsearch.action.admin.indices.shrink Modifier and Type Class Description classResizeActionclassShrinkActionConstructors in org.elasticsearch.action.admin.indices.shrink with parameters of type ActionType Constructor Description ResizeRequestBuilder(ElasticsearchClient client, ActionType<ResizeResponse> action) -
Uses of ActionType in org.elasticsearch.action.admin.indices.stats
Subclasses of ActionType in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.template.delete
Subclasses of ActionType in org.elasticsearch.action.admin.indices.template.delete Modifier and Type Class Description classDeleteIndexTemplateAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.template.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.template.get Modifier and Type Class Description classGetIndexTemplatesAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.template.put
Subclasses of ActionType in org.elasticsearch.action.admin.indices.template.put Modifier and Type Class Description classPutIndexTemplateAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of ActionType in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classUpgradeStatusAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of ActionType in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeActionUpgrade index/indices action.classUpgradeSettingsAction -
Uses of ActionType in org.elasticsearch.action.admin.indices.validate.query
Subclasses of ActionType in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classValidateQueryAction -
Uses of ActionType in org.elasticsearch.action.bulk
Subclasses of ActionType in org.elasticsearch.action.bulk Modifier and Type Class Description classBulkAction -
Uses of ActionType in org.elasticsearch.action.delete
Subclasses of ActionType in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteAction -
Uses of ActionType in org.elasticsearch.action.explain
Subclasses of ActionType in org.elasticsearch.action.explain Modifier and Type Class Description classExplainActionEntry point for the explain feature. -
Uses of ActionType in org.elasticsearch.action.fieldcaps
Subclasses of ActionType in org.elasticsearch.action.fieldcaps Modifier and Type Class Description classFieldCapabilitiesAction -
Uses of ActionType in org.elasticsearch.action.get
Subclasses of ActionType in org.elasticsearch.action.get Modifier and Type Class Description classGetActionclassMultiGetAction -
Uses of ActionType in org.elasticsearch.action.index
Subclasses of ActionType in org.elasticsearch.action.index Modifier and Type Class Description classIndexAction -
Uses of ActionType in org.elasticsearch.action.ingest
Subclasses of ActionType in org.elasticsearch.action.ingest Modifier and Type Class Description classDeletePipelineActionclassGetPipelineActionclassPutPipelineActionclassSimulatePipelineActionMethods in org.elasticsearch.action.ingest with parameters of type ActionType Modifier and Type Method Description voidIngestActionForwarder. forwardIngestRequest(ActionType<?> action, ActionRequest request, ActionListener<?> listener) -
Uses of ActionType in org.elasticsearch.action.main
Subclasses of ActionType in org.elasticsearch.action.main Modifier and Type Class Description classMainAction -
Uses of ActionType in org.elasticsearch.action.search
Subclasses of ActionType in org.elasticsearch.action.search Modifier and Type Class Description classClearScrollActionclassMultiSearchActionclassSearchActionclassSearchScrollAction -
Uses of ActionType in org.elasticsearch.action.support.broadcast
Constructors in org.elasticsearch.action.support.broadcast with parameters of type ActionType Constructor Description BroadcastOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.master
Constructors in org.elasticsearch.action.support.master with parameters of type ActionType Constructor Description AcknowledgedRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request)MasterNodeOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request)MasterNodeReadOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.master.info
Constructors in org.elasticsearch.action.support.master.info with parameters of type ActionType Constructor Description ClusterInfoRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.nodes
Constructors in org.elasticsearch.action.support.nodes with parameters of type ActionType Constructor Description NodesOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.replication
Constructors in org.elasticsearch.action.support.replication with parameters of type ActionType Constructor Description ReplicationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.single.instance
Constructors in org.elasticsearch.action.support.single.instance with parameters of type ActionType Constructor Description InstanceShardOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.single.shard
Constructors in org.elasticsearch.action.support.single.shard with parameters of type ActionType Constructor Description SingleShardOperationRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.support.tasks
Constructors in org.elasticsearch.action.support.tasks with parameters of type ActionType Constructor Description TasksRequestBuilder(ElasticsearchClient client, ActionType<Response> action, Request request) -
Uses of ActionType in org.elasticsearch.action.termvectors
Subclasses of ActionType in org.elasticsearch.action.termvectors Modifier and Type Class Description classMultiTermVectorsActionclassTermVectorsAction -
Uses of ActionType in org.elasticsearch.action.update
Subclasses of ActionType in org.elasticsearch.action.update Modifier and Type Class Description classUpdateAction -
Uses of ActionType in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type ActionType Modifier and Type Method Description protected <Request extends ActionRequest,Response extends ActionResponse>
voidFilterClient. doExecute(ActionType<Response> action, Request request, ActionListener<Response> listener)protected <Request extends ActionRequest,Response extends ActionResponse>
voidOriginSettingClient. doExecute(ActionType<Response> action, Request request, ActionListener<Response> listener)<Request extends ActionRequest,Response extends ActionResponse>
ActionFuture<Response>ElasticsearchClient. execute(ActionType<Response> action, Request request)Executes a generic action, denoted by anActionType.<Request extends ActionRequest,Response extends ActionResponse>
voidElasticsearchClient. execute(ActionType<Response> action, Request request, ActionListener<Response> listener)Executes a generic action, denoted by anActionType. -
Uses of ActionType in org.elasticsearch.client.node
Methods in org.elasticsearch.client.node with parameters of type ActionType Modifier and Type Method Description <Request extends ActionRequest,Response extends ActionResponse>
voidNodeClient. doExecute(ActionType<Response> action, Request request, ActionListener<Response> listener)<Request extends ActionRequest,Response extends ActionResponse>
TaskNodeClient. executeLocally(ActionType<Response> action, Request request, ActionListener<Response> listener)<Request extends ActionRequest,Response extends ActionResponse>
TaskNodeClient. executeLocally(ActionType<Response> action, Request request, TaskListener<Response> listener)Method parameters in org.elasticsearch.client.node with type arguments of type ActionType Modifier and Type Method Description voidNodeClient. initialize(Map<ActionType,TransportAction> actions, Supplier<String> localNodeId, RemoteClusterService remoteClusterService) -
Uses of ActionType in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support with parameters of type ActionType Modifier and Type Method Description protected abstract <Request extends ActionRequest,Response extends ActionResponse>
voidAbstractClient. doExecute(ActionType<Response> action, Request request, ActionListener<Response> listener)<Request extends ActionRequest,Response extends ActionResponse>
ActionFuture<Response>AbstractClient. execute(ActionType<Response> action, Request request)<Request extends ActionRequest,Response extends ActionResponse>
voidAbstractClient. execute(ActionType<Response> action, Request request, ActionListener<Response> listener)This is the single execution point of *all* clients. -
Uses of ActionType in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport with parameters of type ActionType Modifier and Type Method Description protected <Request extends ActionRequest,Response extends ActionResponse>
voidTransportClient. doExecute(ActionType<Response> action, Request request, ActionListener<Response> listener)Deprecated. -
Uses of ActionType in org.elasticsearch.gateway
Fields in org.elasticsearch.gateway declared as ActionType Modifier and Type Field Description static ActionType<TransportNodesListGatewayMetaState.NodesGatewayMetaState>TransportNodesListGatewayMetaState. TYPEstatic ActionType<TransportNodesListGatewayStartedShards.NodesGatewayStartedShards>TransportNodesListGatewayStartedShards. TYPE -
Uses of ActionType in org.elasticsearch.index.seqno
Subclasses of ActionType in org.elasticsearch.index.seqno Modifier and Type Class Description static classRetentionLeaseActions.Addstatic classRetentionLeaseActions.Removestatic classRetentionLeaseActions.Renew -
Uses of ActionType in org.elasticsearch.indices.store
Fields in org.elasticsearch.indices.store declared as ActionType Modifier and Type Field Description static ActionType<TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData>TransportNodesListShardStoreMetaData. TYPE -
Uses of ActionType in org.elasticsearch.persistent
Subclasses of ActionType in org.elasticsearch.persistent Modifier and Type Class Description classCompletionPersistentTaskActionActionType that is used by executor node to indicate that the persistent action finished or failed on the node and needs to be removed from the cluster state in case of successful completion or restarted on some other node in case of failure.classRemovePersistentTaskActionclassStartPersistentTaskActionThis action can be used to add the record for the persistent action to the cluster state.classUpdatePersistentTaskStatusAction -
Uses of ActionType in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return ActionType Modifier and Type Method Description ActionType<Response>ActionPlugin.ActionHandler. getAction()Methods in org.elasticsearch.plugins that return types with arguments of type ActionType Modifier and Type Method Description default List<ActionType<? extends ActionResponse>>ActionPlugin. getClientActions()Client actions added by this plugin.Constructors in org.elasticsearch.plugins with parameters of type ActionType Constructor Description ActionHandler(ActionType<Response> action, Class<? extends TransportAction<Request,Response>> transportAction, Class<?>... supportTransportActions)Create a record of an action, the TransportAction that handles it, and any supporting TransportActions that are needed by that TransportAction. -
Uses of ActionType in org.elasticsearch.script.mustache
Subclasses of ActionType in org.elasticsearch.script.mustache Modifier and Type Class Description classSearchTemplateAction
-