Uses of Class
org.elasticsearch.action.ActionResponse
-
-
Uses of ActionResponse in org.elasticsearch.action
Classes in org.elasticsearch.action with type parameters of type ActionResponse Modifier and Type Class Description classActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>classActionType<Response extends ActionResponse>A generic action.classTransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse>A generic proxy that will execute the given action against a specific node.Subclasses of ActionResponse in org.elasticsearch.action Modifier and Type Class Description classDocWriteResponseA base class for the response of a write operation that involves a single doc -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.allocation
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.allocation Modifier and Type Class Description classClusterAllocationExplainResponseExplanation response for a shard in the cluster -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.configuration
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.configuration Modifier and Type Class Description classAddVotingConfigExclusionsResponseA response toAddVotingConfigExclusionsRequestindicating that voting config exclusions have been added for the requested nodes and these nodes have been removed from the voting configuration.classClearVotingConfigExclusionsResponseA response toClearVotingConfigExclusionsRequestindicating that voting config exclusions have been cleared from the cluster state. -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.health
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.health Modifier and Type Class Description classClusterHealthResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodesHotThreadsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.info
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodesInfoResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.liveness
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.liveness Modifier and Type Class Description classLivenessResponseTransport level private response for the transport handler registered under "cluster:monitor/nodes/liveness" -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsResponseThe response for the reload secure settings action -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.cancel Modifier and Type Class Description classCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.get Modifier and Type Class Description classGetTaskResponseReturns the list of tasks currently running on the nodes -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.list
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.tasks.list Modifier and Type Class Description classListTasksResponseReturns the list of tasks currently running on the nodes -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodesUsageResponseThe response for the nodes usage api which contains the individual usage statistics for all nodes queried. -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.remote
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.remote Modifier and Type Class Description classRemoteInfoResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.cleanup
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.cleanup Modifier and Type Class Description classCleanupRepositoryResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.get Modifier and Type Class Description classGetRepositoriesResponseGet repositories response -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.verify
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.repositories.verify Modifier and Type Class Description classVerifyRepositoryResponseVerify repository response -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.reroute
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.reroute Modifier and Type Class Description classClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.settings
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.settings Modifier and Type Class Description classClusterGetSettingsResponseThis response is specific to the REST client.classClusterUpdateSettingsResponseA response for a cluster update settings action. -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.shards
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.shards Modifier and Type Class Description classClusterSearchShardsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.create
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.create Modifier and Type Class Description classCreateSnapshotResponseCreate snapshot response -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.get Modifier and Type Class Description classGetSnapshotsResponseGet snapshots response -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.restore
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.restore Modifier and Type Class Description classRestoreSnapshotResponseContains information about restores snapshot -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description classSnapshotsStatusResponseSnapshot status responsestatic classTransportNodesSnapshotsStatus.NodesSnapshotStatus -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.state
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.state Modifier and Type Class Description classClusterStateResponseThe response for getting the cluster state. -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.stats
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.storedscripts
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.storedscripts Modifier and Type Class Description classGetStoredScriptResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.cluster.tasks
Subclasses of ActionResponse in org.elasticsearch.action.admin.cluster.tasks Modifier and Type Class Description classPendingClusterTasksResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.alias.exists
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.alias.exists Modifier and Type Class Description classAliasesExistResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.alias.get
Classes in org.elasticsearch.action.admin.indices.alias.get with type parameters of type ActionResponse Modifier and Type Class Description classBaseAliasesRequestBuilder<Response extends ActionResponse,Builder extends BaseAliasesRequestBuilder<Response,Builder>>Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.alias.get Modifier and Type Class Description classGetAliasesResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.analyze
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.analyze Modifier and Type Class Description static classAnalyzeAction.Response -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheResponseThe response of a clear cache action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.close
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.create
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.create Modifier and Type Class Description classCreateIndexResponseA response for a create index action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.exists.indices
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.exists.indices Modifier and Type Class Description classIndicesExistsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.exists.types
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.exists.types Modifier and Type Class Description classTypesExistsResponseWhether all of the existed types exist. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.flush
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classFlushResponseA response to flush action.classSyncedFlushResponseThe result of performing a sync flush operation on all shards of multiple indices -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeResponseA response for force merge action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.get Modifier and Type Class Description classGetIndexResponseA response for a get index action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.mapping.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.mapping.get Modifier and Type Class Description classGetFieldMappingsResponseResponse object forGetFieldMappingsRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format.classGetMappingsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.open
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexResponseA response for a open index action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.recovery
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.recovery Modifier and Type Class Description classRecoveryResponseInformation regarding the recovery state of indices and their associated shards. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.refresh
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classRefreshResponseThe response of a refresh action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.rollover
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.rollover Modifier and Type Class Description classRolloverResponseResponse object forRolloverRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.segments
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.settings.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.settings.get Modifier and Type Class Description classGetSettingsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.shards
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description classIndicesShardStoresResponseResponse forIndicesShardStoresActionConsists ofIndicesShardStoresResponse.StoreStatuss for requested indices grouped by indices and shard ids and a list of encountered nodeIndicesShardStoresResponse.Failures -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.shrink
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.shrink Modifier and Type Class Description classResizeResponseA response for a resize index action, either shrink or split index. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.stats
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.template.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.template.get Modifier and Type Class Description classGetIndexTemplatesResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classUpgradeStatusResponse -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeResponseA response for the upgrade action. -
Uses of ActionResponse in org.elasticsearch.action.admin.indices.validate.query
Subclasses of ActionResponse in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classValidateQueryResponseThe response of the validate action. -
Uses of ActionResponse in org.elasticsearch.action.bulk
Subclasses of ActionResponse in org.elasticsearch.action.bulk Modifier and Type Class Description classBulkResponseA response of a bulk execution.classBulkShardResponse -
Uses of ActionResponse in org.elasticsearch.action.delete
Subclasses of ActionResponse in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of ActionResponse in org.elasticsearch.action.explain
Subclasses of ActionResponse in org.elasticsearch.action.explain Modifier and Type Class Description classExplainResponseResponse containing the score explanation. -
Uses of ActionResponse in org.elasticsearch.action.fieldcaps
Subclasses of ActionResponse in org.elasticsearch.action.fieldcaps Modifier and Type Class Description classFieldCapabilitiesIndexResponseResponse forFieldCapabilitiesIndexRequestrequests.classFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of ActionResponse in org.elasticsearch.action.get
Subclasses of ActionResponse in org.elasticsearch.action.get Modifier and Type Class Description classGetResponseThe response of a get action.classMultiGetResponseclassMultiGetShardResponse -
Uses of ActionResponse in org.elasticsearch.action.index
Subclasses of ActionResponse in org.elasticsearch.action.index Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of ActionResponse in org.elasticsearch.action.ingest
Subclasses of ActionResponse in org.elasticsearch.action.ingest Modifier and Type Class Description classGetPipelineResponseclassSimulatePipelineResponse -
Uses of ActionResponse in org.elasticsearch.action.main
Subclasses of ActionResponse in org.elasticsearch.action.main Modifier and Type Class Description classMainResponse -
Uses of ActionResponse in org.elasticsearch.action.resync
Subclasses of ActionResponse in org.elasticsearch.action.resync Modifier and Type Class Description classResyncReplicationResponse -
Uses of ActionResponse in org.elasticsearch.action.search
Subclasses of ActionResponse in org.elasticsearch.action.search Modifier and Type Class Description classClearScrollResponseclassMultiSearchResponseA multi search response.classSearchResponseA response of a search request. -
Uses of ActionResponse in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support with type parameters of type ActionResponse 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 ActionResponse 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) -
Uses of ActionResponse in org.elasticsearch.action.support.broadcast
Subclasses of ActionResponse in org.elasticsearch.action.support.broadcast Modifier and Type Class Description classBroadcastResponseBase class for all broadcast operation based responses. -
Uses of ActionResponse in org.elasticsearch.action.support.master
Classes in org.elasticsearch.action.support.master with type parameters of type ActionResponse Modifier and Type Class Description classMasterNodeOperationRequestBuilder<Request extends MasterNodeRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeOperationRequestBuilder<Request,Response,RequestBuilder>>Base request builder for master node operationsclassMasterNodeReadOperationRequestBuilder<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse,RequestBuilder extends MasterNodeReadOperationRequestBuilder<Request,Response,RequestBuilder>>Base request builder for master node read operations that can be executed on the local node as wellclassTransportMasterNodeAction<Request extends MasterNodeRequest<Request>,Response extends ActionResponse>A base class for operations that needs to be performed on the master node.classTransportMasterNodeReadAction<Request extends MasterNodeReadRequest<Request>,Response extends ActionResponse>A base class for read operations that needs to be performed on the master node.Subclasses of ActionResponse in org.elasticsearch.action.support.master Modifier and Type Class Description classAcknowledgedResponseA response that indicates that a request has been acknowledgedclassShardsAcknowledgedResponse -
Uses of ActionResponse in org.elasticsearch.action.support.master.info
Classes in org.elasticsearch.action.support.master.info with type parameters of type ActionResponse Modifier and Type Class Description classClusterInfoRequestBuilder<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse,Builder extends ClusterInfoRequestBuilder<Request,Response,Builder>>classTransportClusterInfoAction<Request extends ClusterInfoRequest<Request>,Response extends ActionResponse> -
Uses of ActionResponse in org.elasticsearch.action.support.nodes
Subclasses of ActionResponse in org.elasticsearch.action.support.nodes Modifier and Type Class Description classBaseNodesResponse<TNodeResponse extends BaseNodeResponse> -
Uses of ActionResponse in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication with type parameters of type ActionResponse Modifier and Type Class Description classReplicationRequestBuilder<Request extends ReplicationRequest<Request>,Response extends ActionResponse,RequestBuilder extends ReplicationRequestBuilder<Request,Response,RequestBuilder>>Subclasses of ActionResponse in org.elasticsearch.action.support.replication Modifier and Type Class Description classReplicationResponseBase class for write action responses.static classTransportReplicationAction.ReplicaResponse -
Uses of ActionResponse in org.elasticsearch.action.support.single.instance
Classes in org.elasticsearch.action.support.single.instance with type parameters of type ActionResponse Modifier and Type Class Description classInstanceShardOperationRequestBuilder<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse,RequestBuilder extends InstanceShardOperationRequestBuilder<Request,Response,RequestBuilder>>classTransportInstanceSingleOperationAction<Request extends InstanceShardOperationRequest<Request>,Response extends ActionResponse> -
Uses of ActionResponse in org.elasticsearch.action.support.single.shard
Classes in org.elasticsearch.action.support.single.shard with type parameters of type ActionResponse Modifier and Type Class Description classSingleShardOperationRequestBuilder<Request extends SingleShardRequest<Request>,Response extends ActionResponse,RequestBuilder extends SingleShardOperationRequestBuilder<Request,Response,RequestBuilder>>classTransportSingleShardAction<Request extends SingleShardRequest<Request>,Response extends ActionResponse>A base class for operations that need to perform a read operation on a single shard copy. -
Uses of ActionResponse in org.elasticsearch.action.support.tasks
Subclasses of ActionResponse in org.elasticsearch.action.support.tasks Modifier and Type Class Description classBaseTasksResponseBase class for responses of task-related operations -
Uses of ActionResponse in org.elasticsearch.action.termvectors
Subclasses of ActionResponse in org.elasticsearch.action.termvectors Modifier and Type Class Description classMultiTermVectorsResponseclassMultiTermVectorsShardResponseclassTermVectorsResponse -
Uses of ActionResponse in org.elasticsearch.action.update
Subclasses of ActionResponse in org.elasticsearch.action.update Modifier and Type Class Description classUpdateResponse -
Uses of ActionResponse in org.elasticsearch.client
Methods in org.elasticsearch.client with type parameters of type ActionResponse 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 ActionResponse in org.elasticsearch.client.indices
Subclasses of ActionResponse in org.elasticsearch.client.indices Modifier and Type Class Description classCloseIndexResponseclassCreateIndexResponseA response for a create index action. -
Uses of ActionResponse in org.elasticsearch.client.indices.rollover
Subclasses of ActionResponse in org.elasticsearch.client.indices.rollover Modifier and Type Class Description classRolloverResponseResponse object forRolloverRequestAPI -
Uses of ActionResponse in org.elasticsearch.client.node
Methods in org.elasticsearch.client.node with type parameters of type ActionResponse 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 ActionResponse in org.elasticsearch.client.support
Methods in org.elasticsearch.client.support with type parameters of type ActionResponse 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 ActionResponse in org.elasticsearch.client.transport
Methods in org.elasticsearch.client.transport with type parameters of type ActionResponse 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 ActionResponse in org.elasticsearch.gateway
Subclasses of ActionResponse in org.elasticsearch.gateway Modifier and Type Class Description static classTransportNodesListGatewayMetaState.NodesGatewayMetaStatestatic classTransportNodesListGatewayStartedShards.NodesGatewayStartedShards -
Uses of ActionResponse in org.elasticsearch.index.rankeval
Subclasses of ActionResponse in org.elasticsearch.index.rankeval Modifier and Type Class Description classRankEvalResponseReturns the results for aRankEvalRequest.
The response contains a detailed section for each evaluation query in the request and possible failures that happened when execution individual queries. -
Uses of ActionResponse in org.elasticsearch.index.reindex
Subclasses of ActionResponse in org.elasticsearch.index.reindex Modifier and Type Class Description classBulkByScrollResponseResponse used for actions that index many documents using a scroll request. -
Uses of ActionResponse in org.elasticsearch.index.seqno
Subclasses of ActionResponse in org.elasticsearch.index.seqno Modifier and Type Class Description static classRetentionLeaseActions.Responsestatic classRetentionLeaseSyncAction.Response -
Uses of ActionResponse in org.elasticsearch.indices.store
Subclasses of ActionResponse in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodesStoreFilesMetaData -
Uses of ActionResponse in org.elasticsearch.persistent
Subclasses of ActionResponse in org.elasticsearch.persistent Modifier and Type Class Description classPersistentTaskResponseResponse upon a successful start or an persistent task -
Uses of ActionResponse in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins with type parameters of type ActionResponse 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 ActionResponse Modifier and Type Method Description default List<ActionPlugin.ActionHandler<? extends ActionRequest,? extends ActionResponse>>ActionPlugin. getActions()Actions added by this plugin.default List<ActionType<? extends ActionResponse>>ActionPlugin. getClientActions()Client actions added by this plugin. -
Uses of ActionResponse in org.elasticsearch.script.mustache
Subclasses of ActionResponse in org.elasticsearch.script.mustache Modifier and Type Class Description classMultiSearchTemplateResponseclassSearchTemplateResponse -
Uses of ActionResponse in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks with type parameters of type ActionResponse Modifier and Type Method Description <Response extends ActionResponse>
voidTaskManager. storeResult(Task task, Exception error, ActionListener<Response> listener)Stores the task failure<Response extends ActionResponse>
voidTaskManager. storeResult(Task task, Response response, ActionListener<Response> listener)Stores the task resultMethods in org.elasticsearch.tasks with parameters of type ActionResponse Modifier and Type Method Description TaskResultTask. result(DiscoveryNode node, ActionResponse response)
-