Uses of Class
org.elasticsearch.action.ActionRequest
-
-
Uses of ActionRequest in org.elasticsearch.action
Classes in org.elasticsearch.action with type parameters of type ActionRequest Modifier and Type Class Description classActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>classRequestValidators<T extends ActionRequest>static interfaceRequestValidators.RequestValidator<T extends ActionRequest>A validator that validates an request associated with indices before executing it.classTransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse>A generic proxy that will execute the given action against a specific node.Fields in org.elasticsearch.action declared as ActionRequest Modifier and Type Field Description protected RequestActionRequestBuilder. request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.allocation
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.allocation Modifier and Type Class Description classClusterAllocationExplainRequestA request to explain the allocation of a shard in the cluster -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.configuration
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.configuration Modifier and Type Class Description classAddVotingConfigExclusionsRequestA request to add voting config exclusions for certain master-eligible nodes, and wait for these nodes to be removed from the voting configuration.classClearVotingConfigExclusionsRequestA request to clear the voting config exclusions from the cluster state, optionally waiting for these nodes to be removed from the cluster first. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.health
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.health Modifier and Type Class Description classClusterHealthRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodesHotThreadsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.info
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodesInfoRequestA request to get node (cluster) level information. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.liveness
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.liveness Modifier and Type Class Description classLivenessRequestTransport level private response for the transport handler registered under "cluster:monitor/nodes/liveness" -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsRequestRequest for a reload secure settings action. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsRequestA request to get node (cluster) level stats. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.cancel Modifier and Type Class Description classCancelTasksRequestA request to cancel tasks -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.get Modifier and Type Class Description classGetTaskRequestA request to get node tasks -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.list
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.tasks.list Modifier and Type Class Description classListTasksRequestA request to get node tasks -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodesUsageRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.remote
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.remote Modifier and Type Class Description classRemoteInfoRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.cleanup
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.cleanup Modifier and Type Class Description classCleanupRepositoryRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.delete
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.delete Modifier and Type Class Description classDeleteRepositoryRequestUnregister repository request. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.get Modifier and Type Class Description classGetRepositoriesRequestGet repository request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.put
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.put Modifier and Type Class Description classPutRepositoryRequestRegister repository request. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.verify
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.repositories.verify Modifier and Type Class Description classVerifyRepositoryRequestUnregister repository request. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.reroute
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.reroute Modifier and Type Class Description classClusterRerouteRequestRequest to submit cluster reroute allocation commands -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.settings
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.settings Modifier and Type Class Description classClusterGetSettingsRequestThis request is specific to the REST client.classClusterUpdateSettingsRequestRequest for an update cluster settings action -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.shards
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.shards Modifier and Type Class Description classClusterSearchShardsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.create
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.create Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.delete
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.delete Modifier and Type Class Description classDeleteSnapshotRequestDelete snapshot request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.get Modifier and Type Class Description classGetSnapshotsRequestGet snapshot request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.restore
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.restore Modifier and Type Class Description classRestoreSnapshotRequestRestore snapshot request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description classSnapshotsStatusRequestGet snapshot status requeststatic classTransportNodesSnapshotsStatus.Request -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.state
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.state Modifier and Type Class Description classClusterStateRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.stats
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsRequestA request to get cluster level stats. -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.storedscripts
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.storedscripts Modifier and Type Class Description classDeleteStoredScriptRequestclassGetStoredScriptRequestclassPutStoredScriptRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.cluster.tasks
Subclasses of ActionRequest in org.elasticsearch.action.admin.cluster.tasks Modifier and Type Class Description classPendingClusterTasksRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.alias
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.alias Modifier and Type Class Description classIndicesAliasesRequestA request to add/remove aliases for one or more indices. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.alias.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.alias.get Modifier and Type Class Description classGetAliasesRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.analyze
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.analyze Modifier and Type Class Description static classAnalyzeAction.RequestA request to analyze a text associated with a specific index. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.close
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexRequestA request to close an index.static classTransportVerifyShardBeforeCloseAction.ShardRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.create
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.create Modifier and Type Class Description classCreateIndexRequestA request to create an index. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.delete
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.delete Modifier and Type Class Description classDeleteIndexRequestA request to delete an index. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.exists.indices
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.exists.indices Modifier and Type Class Description classIndicesExistsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.exists.types
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.exists.types Modifier and Type Class Description classTypesExistsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.flush
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classFlushRequestA flush request to flush one or more indices.classShardFlushRequestclassSyncedFlushRequestA synced flush request to sync flush one or more indices. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeRequestA request to force merging the segments of one or more indices. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.get Modifier and Type Class Description classGetIndexRequestA request to retrieve information about an index. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.mapping.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.mapping.get Modifier and Type Class Description classGetFieldMappingsIndexRequestclassGetFieldMappingsRequestRequest the mappings of specific fields Note: there is a new class with the same name for the Java HLRC that uses a typeless format.classGetMappingsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.mapping.put
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.mapping.put Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.open
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexRequestA request to open an index. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.recovery
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.recovery Modifier and Type Class Description classRecoveryRequestRequest for recovery information -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.refresh
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classRefreshRequestA refresh request making all operations performed since the last refresh available for search. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.rollover
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.rollover Modifier and Type Class Description classRolloverRequestRequest class to swap index under an alias upon satisfying conditions Note: there is a new class with the same name for the Java HLRC that uses a typeless format. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.segments
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.settings.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.settings.get Modifier and Type Class Description classGetSettingsRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.settings.put
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.settings.put Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.shards
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description classIndicesShardStoresRequestRequest forIndicesShardStoresAction -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.shrink
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.shrink Modifier and Type Class Description classResizeRequestRequest class to shrink an index into a single shard -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.stats
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsRequestA request to get indices level stats. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.template.delete
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.template.delete Modifier and Type Class Description classDeleteIndexTemplateRequestA request to delete an index template. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.template.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.template.get Modifier and Type Class Description classGetIndexTemplatesRequestRequest that allows to retrieve index templates -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.template.put
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.template.put Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classUpgradeStatusRequest -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeRequestA request to upgrade one or more indices.classUpgradeSettingsRequestRequest for an update index settings action -
Uses of ActionRequest in org.elasticsearch.action.admin.indices.validate.query
Subclasses of ActionRequest in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classValidateQueryRequestA request to validate a specific query. -
Uses of ActionRequest in org.elasticsearch.action.bulk
Subclasses of ActionRequest in org.elasticsearch.action.bulk Modifier and Type Class Description classBulkRequestA bulk request holds an orderedIndexRequests,DeleteRequests andUpdateRequests and allows to executes it in a single batch.classBulkShardRequest -
Uses of ActionRequest in org.elasticsearch.action.delete
Subclasses of ActionRequest in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteRequestA request to delete a document from an index based on its type and id. -
Uses of ActionRequest in org.elasticsearch.action.explain
Subclasses of ActionRequest in org.elasticsearch.action.explain Modifier and Type Class Description classExplainRequestExplain request encapsulating the explain query and document identifier to get an explanation for. -
Uses of ActionRequest in org.elasticsearch.action.fieldcaps
Subclasses of ActionRequest in org.elasticsearch.action.fieldcaps Modifier and Type Class Description classFieldCapabilitiesIndexRequestclassFieldCapabilitiesRequest -
Uses of ActionRequest in org.elasticsearch.action.get
Subclasses of ActionRequest in org.elasticsearch.action.get Modifier and Type Class Description classGetRequestA request to get a document (its source) from an index based on its id.classMultiGetRequestclassMultiGetShardRequest -
Uses of ActionRequest in org.elasticsearch.action.index
Subclasses of ActionRequest in org.elasticsearch.action.index Modifier and Type Class Description classIndexRequestIndex request to index a typed JSON document into a specific index and make it searchable. -
Uses of ActionRequest in org.elasticsearch.action.ingest
Subclasses of ActionRequest in org.elasticsearch.action.ingest Modifier and Type Class Description classDeletePipelineRequestclassGetPipelineRequestclassPutPipelineRequestclassSimulatePipelineRequestMethods in org.elasticsearch.action.ingest with parameters of type ActionRequest Modifier and Type Method Description voidIngestActionForwarder. forwardIngestRequest(ActionType<?> action, ActionRequest request, ActionListener<?> listener) -
Uses of ActionRequest in org.elasticsearch.action.main
Subclasses of ActionRequest in org.elasticsearch.action.main Modifier and Type Class Description classMainRequest -
Uses of ActionRequest in org.elasticsearch.action.resync
Subclasses of ActionRequest in org.elasticsearch.action.resync Modifier and Type Class Description classResyncReplicationRequestRepresents a batch of operations sent from the primary to its replicas during the primary-replica resync. -
Uses of ActionRequest in org.elasticsearch.action.search
Subclasses of ActionRequest in org.elasticsearch.action.search Modifier and Type Class Description classClearScrollRequestclassMultiSearchRequestA multi search API request.classSearchRequestA request to execute search against one or more indices (or all).classSearchScrollRequest -
Uses of ActionRequest in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support with type parameters of type ActionRequest Modifier and Type Interface Description interfaceActionFilterChain<Request extends ActionRequest,Response extends ActionResponse>A filter chain allowing to continue and process the transport action requestclassHandledTransportAction<Request extends ActionRequest,Response extends ActionResponse>A TransportAction that self registers a handler into the transport serviceclassTransportAction<Request extends ActionRequest,Response extends ActionResponse>Methods in org.elasticsearch.action.support with type parameters of type ActionRequest Modifier and Type Method Description <Request extends ActionRequest,Response extends ActionResponse>
voidActionFilter. apply(Task task, String action, Request request, ActionListener<Response> listener, ActionFilterChain<Request,Response> chain)Enables filtering the execution of an action on the request side, either by sending a response through theActionListeneror by continuing the execution through the givenchain<Request extends ActionRequest,Response extends ActionResponse>
voidActionFilter.Simple. apply(Task task, String action, Request request, ActionListener<Response> listener, ActionFilterChain<Request,Response> chain)Methods in org.elasticsearch.action.support with parameters of type ActionRequest Modifier and Type Method Description protected abstract booleanActionFilter.Simple. apply(String action, ActionRequest request, ActionListener<?> listener)Applies this filter and returnstrueif the execution chain should proceed, orfalseif it should be aborted since the filter already handled the request and called the given listener. -
Uses of ActionRequest in org.elasticsearch.action.support.broadcast
Subclasses of ActionRequest in org.elasticsearch.action.support.broadcast Modifier and Type Class Description classBroadcastRequest<Request extends BroadcastRequest<Request>> -
Uses of ActionRequest in org.elasticsearch.action.support.master
Subclasses of ActionRequest in org.elasticsearch.action.support.master Modifier and Type Class Description classAcknowledgedRequest<Request extends MasterNodeRequest<Request>>Abstract class that allows to mark action requests that support acknowledgements.classMasterNodeReadRequest<Request extends MasterNodeReadRequest<Request>>Base request for master based read operations that allows to read the cluster state from the local node if neededclassMasterNodeRequest<Request extends MasterNodeRequest<Request>>A based request for master based operation. -
Uses of ActionRequest in org.elasticsearch.action.support.master.info
Subclasses of ActionRequest in org.elasticsearch.action.support.master.info Modifier and Type Class Description classClusterInfoRequest<Request extends ClusterInfoRequest<Request>> -
Uses of ActionRequest in org.elasticsearch.action.support.nodes
Subclasses of ActionRequest in org.elasticsearch.action.support.nodes Modifier and Type Class Description classBaseNodesRequest<Request extends BaseNodesRequest<Request>> -
Uses of ActionRequest in org.elasticsearch.action.support.replication
Subclasses of ActionRequest in org.elasticsearch.action.support.replication Modifier and Type Class Description classBasicReplicationRequestA replication request that has no more information than ReplicationRequest.classReplicatedWriteRequest<R extends ReplicatedWriteRequest<R>>Requests that are both ReplicationRequests (run on a shard's primary first, then the replica) and WriteRequest (modify documents on a shard), for exampleBulkShardRequest,IndexRequest, andDeleteRequest.classReplicationRequest<Request extends ReplicationRequest<Request>>Requests that are run on a particular replica, first on the primary and then on the replicas likeIndexRequestorTransportShardRefreshAction. -
Uses of ActionRequest in org.elasticsearch.action.support.single.instance
Subclasses of ActionRequest in org.elasticsearch.action.support.single.instance Modifier and Type Class Description classInstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> -
Uses of ActionRequest in org.elasticsearch.action.support.single.shard
Subclasses of ActionRequest in org.elasticsearch.action.support.single.shard Modifier and Type Class Description classSingleShardRequest<Request extends SingleShardRequest<Request>> -
Uses of ActionRequest in org.elasticsearch.action.support.tasks
Subclasses of ActionRequest in org.elasticsearch.action.support.tasks Modifier and Type Class Description classBaseTasksRequest<Request extends BaseTasksRequest<Request>>A base class for task requests -
Uses of ActionRequest in org.elasticsearch.action.termvectors
Subclasses of ActionRequest in org.elasticsearch.action.termvectors Modifier and Type Class Description classMultiTermVectorsRequestclassMultiTermVectorsShardRequestclassTermVectorsRequestRequest returning the term vector (doc frequency, positions, offsets) for a document. -
Uses of ActionRequest in org.elasticsearch.action.update
Subclasses of ActionRequest in org.elasticsearch.action.update Modifier and Type Class Description classUpdateRequest -
Uses of ActionRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with type parameters of type ActionRequest 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.protected <Req extends ActionRequest,Resp>
RespRestHighLevelClient. performRequest(Req request, CheckedFunction<Req,Request,IOException> requestConverter, RequestOptions options, CheckedFunction<Response,Resp,IOException> responseConverter, Set<Integer> ignores)Deprecated.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions.protected <Req extends ActionRequest,Resp>
RespRestHighLevelClient. performRequestAndParseEntity(Req request, CheckedFunction<Req,Request,IOException> requestConverter, RequestOptions options, CheckedFunction<XContentParser,Resp,IOException> entityParser, Set<Integer> ignores)Deprecated.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions.protected <Req extends ActionRequest,Resp>
CancellableRestHighLevelClient. performRequestAsync(Req request, CheckedFunction<Req,Request,IOException> requestConverter, RequestOptions options, CheckedFunction<Response,Resp,IOException> responseConverter, ActionListener<Resp> listener, Set<Integer> ignores)Deprecated.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions.protected <Req extends ActionRequest,Resp>
CancellableRestHighLevelClient. performRequestAsyncAndParseEntity(Req request, CheckedFunction<Req,Request,IOException> requestConverter, RequestOptions options, CheckedFunction<XContentParser,Resp,IOException> entityParser, ActionListener<Resp> listener, Set<Integer> ignores)Deprecated.If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. -
Uses of ActionRequest in org.elasticsearch.client.core
Subclasses of ActionRequest in org.elasticsearch.client.core Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices. -
Uses of ActionRequest in org.elasticsearch.client.indices
Subclasses of ActionRequest in org.elasticsearch.client.indices Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of ActionRequest in org.elasticsearch.client.ml
Subclasses of ActionRequest in org.elasticsearch.client.ml Modifier and Type Class Description classCloseJobRequestRequest to close Machine Learning JobsclassDeleteCalendarEventRequestRequest class for removing an event from an existing calendarclassDeleteCalendarJobRequestRequest class for removing Machine Learning Jobs from an existing calendarclassDeleteCalendarRequestRequest to delete a Machine Learning CalendarclassDeleteDatafeedRequestRequest to delete a Machine Learning Datafeed via its IDclassDeleteExpiredDataRequestRequest to delete expired model snapshots and forecastsclassDeleteForecastRequestPOJO for a delete forecast requestclassDeleteJobRequestRequest to delete a Machine Learning Job via its IDclassDeleteModelSnapshotRequestRequest to delete a Machine Learning Model Snapshot Job via its Job and Snapshot IDsclassFlushJobRequestRequest object to flush a given Machine Learning job.classForecastJobRequestPojo for forecasting an existing and open Machine Learning JobclassGetBucketsRequestA request to retrieve buckets of a given jobclassGetCalendarEventsRequestGet the Scheduled Events for a CalendarclassGetCalendarsRequestclassGetCategoriesRequestA request to retrieve categories of a given jobclassGetDatafeedRequestRequest object to getDatafeedConfigobjects with the matchingdatafeedIds.classGetDatafeedStatsRequestRequest object to getDatafeedStatsby their respective datafeedIds_allexplicitly gets all the datafeeds' statistics in the cluster An empty request (nodatafeedIds) implicitly gets all the datafeeds' statistics in the clusterclassGetFiltersRequestA request to retrieveMlFiltersclassGetInfluencersRequestA request to retrieve influencers of a given jobclassGetJobRequestclassGetJobStatsRequestRequest object to getJobStatsby their respective jobIds_allexplicitly gets all the jobs' statistics in the cluster An empty request (nojobIds) implicitly gets all the jobs' statistics in the clusterclassGetModelSnapshotsRequestA request to retrieve information about model snapshots for a given jobclassGetOverallBucketsRequestA request to retrieve overall buckets of set of jobsclassOpenJobRequestRequest to open a Machine Learning JobclassPostCalendarEventRequestRequest to add a ScheduledEvent to a Machine Learning calendarclassPostDataRequestRequest to post data to a Machine Learning jobclassPreviewDatafeedRequestRequest to preview a MachineLearning DatafeedclassPutCalendarJobRequestRequest class for adding Machine Learning Jobs to an existing calendarclassPutCalendarRequestRequest to create a new Machine Learning calendarclassPutDatafeedRequestRequest to create a new Machine Learning Datafeed given aDatafeedConfigconfigurationclassPutFilterRequestRequest to create a new Machine Learning MlFilter given aMlFilterconfigurationclassPutJobRequestRequest to create a new Machine Learning Job given aJobconfigurationclassRevertModelSnapshotRequestA request to revert to a specific model snapshot for a given jobclassSetUpgradeModeRequestSets ML into upgrade_modeclassStartDatafeedRequestRequest to start a DatafeedclassStopDatafeedRequestRequest to stop Machine Learning DatafeedsclassUpdateDatafeedRequestRequests an update to aDatafeedConfigwith the passedDatafeedUpdatesettingsclassUpdateFilterRequestUpdates an existingMlFilterconfigurationclassUpdateJobRequestclassUpdateModelSnapshotRequestA request to update information about an existing model snapshot for a given job -
Uses of ActionRequest in org.elasticsearch.client.node
Methods in org.elasticsearch.client.node with type parameters of type ActionRequest 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) -
Uses of ActionRequest in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support with type parameters of type ActionRequest 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 ActionRequest in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport with type parameters of type ActionRequest 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 ActionRequest in org.elasticsearch.gateway
Subclasses of ActionRequest in org.elasticsearch.gateway Modifier and Type Class Description static classTransportNodesListGatewayMetaState.Requeststatic classTransportNodesListGatewayStartedShards.Request -
Uses of ActionRequest in org.elasticsearch.index.rankeval
Subclasses of ActionRequest in org.elasticsearch.index.rankeval Modifier and Type Class Description classRankEvalRequestRequest to perform a search ranking evaluation. -
Uses of ActionRequest in org.elasticsearch.index.reindex
Subclasses of ActionRequest in org.elasticsearch.index.reindex Modifier and Type Class Description classAbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>>classAbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>classDeleteByQueryRequestCreates a newDeleteByQueryRequestthat uses scrolling and bulk requests to delete all documents matching the query.classReindexRequestRequest to reindex some documents from one index to another.classUpdateByQueryRequestRequest to update some documents. -
Uses of ActionRequest in org.elasticsearch.index.seqno
Subclasses of ActionRequest in org.elasticsearch.index.seqno Modifier and Type Class Description static classGlobalCheckpointSyncAction.Requeststatic classRetentionLeaseActions.AddRequeststatic classRetentionLeaseActions.RemoveRequeststatic classRetentionLeaseActions.RenewRequeststatic classRetentionLeaseBackgroundSyncAction.Requeststatic classRetentionLeaseSyncAction.Request -
Uses of ActionRequest in org.elasticsearch.index.shard
Subclasses of ActionRequest in org.elasticsearch.index.shard Modifier and Type Class Description static classPrimaryReplicaSyncer.ResyncRequest -
Uses of ActionRequest in org.elasticsearch.indices.store
Subclasses of ActionRequest in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.Request -
Uses of ActionRequest in org.elasticsearch.persistent
Subclasses of ActionRequest in org.elasticsearch.persistent Modifier and Type Class Description static classCompletionPersistentTaskAction.Requeststatic classRemovePersistentTaskAction.Requeststatic classStartPersistentTaskAction.Requeststatic classUpdatePersistentTaskStatusAction.Request -
Uses of ActionRequest in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins with type parameters of type ActionRequest Modifier and Type Class Description static classActionPlugin.ActionHandler<Request extends ActionRequest,Response extends ActionResponse>Methods in org.elasticsearch.plugins that return types with arguments of type ActionRequest Modifier and Type Method Description default List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>>ActionPlugin. getActions()Actions added by this plugin. -
Uses of ActionRequest in org.elasticsearch.script.mustache
Subclasses of ActionRequest in org.elasticsearch.script.mustache Modifier and Type Class Description classMultiSearchTemplateRequestclassSearchTemplateRequestA request to execute a search based on a search template. -
Uses of ActionRequest in org.elasticsearch.snapshots
Subclasses of ActionRequest in org.elasticsearch.snapshots Modifier and Type Class Description static classSnapshotShardsService.UpdateIndexShardSnapshotStatusRequestInternal request that is used to send changes in snapshot status to master
-