Uses of Class
org.elasticsearch.transport.TransportResponse
-
-
Uses of TransportResponse in org.elasticsearch.action
Classes in org.elasticsearch.action with type parameters of type TransportResponse Modifier and Type Class Description classActionListenerResponseHandler<Response extends TransportResponse>A simple base class for action response listeners, defaulting to using the SAME executor (as its very common on response handlers).Subclasses of TransportResponse in org.elasticsearch.action Modifier and Type Class Description classActionResponseBase class for responses to action requests.classDocWriteResponseA base class for the response of a write operation that involves a single doc -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.allocation
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.allocation Modifier and Type Class Description classClusterAllocationExplainResponseExplanation response for a shard in the cluster -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.configuration
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.cluster.health
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.health Modifier and Type Class Description classClusterHealthResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodeHotThreadsclassNodesHotThreadsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.info
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodeInfoNode information (static, does not change over time).classNodesInfoResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.liveness
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsResponseThe response for the reload secure settings actionstatic classNodesReloadSecureSettingsResponse.NodeResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsResponseclassNodeStatsNode statistics (dynamic, changes depending on when created). -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.node.tasks.cancel Modifier and Type Class Description classCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.node.tasks.get
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.cluster.node.tasks.list
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of TransportResponse 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.classNodeUsage -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.remote
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.remote Modifier and Type Class Description classRemoteInfoResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.cleanup
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.cleanup Modifier and Type Class Description classCleanupRepositoryResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.get Modifier and Type Class Description classGetRepositoriesResponseGet repositories response -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.verify
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.repositories.verify Modifier and Type Class Description classVerifyRepositoryResponseVerify repository response -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.reroute
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.reroute Modifier and Type Class Description classClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.settings
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.cluster.shards
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.shards Modifier and Type Class Description classClusterSearchShardsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.create
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.create Modifier and Type Class Description classCreateSnapshotResponseCreate snapshot response -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.get Modifier and Type Class Description classGetSnapshotsResponseGet snapshots response -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.restore
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.restore Modifier and Type Class Description classRestoreSnapshotResponseContains information about restores snapshot -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description classSnapshotIndexShardStatusclassSnapshotsStatusResponseSnapshot status responsestatic classTransportNodesSnapshotsStatus.NodeSnapshotStatusstatic classTransportNodesSnapshotsStatus.NodesSnapshotStatus -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.state
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.state Modifier and Type Class Description classClusterStateResponseThe response for getting the cluster state. -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.stats
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsNodeResponseclassClusterStatsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.storedscripts
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.storedscripts Modifier and Type Class Description classGetStoredScriptResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.cluster.tasks
Subclasses of TransportResponse in org.elasticsearch.action.admin.cluster.tasks Modifier and Type Class Description classPendingClusterTasksResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.alias.exists
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.alias.exists Modifier and Type Class Description classAliasesExistResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.alias.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.alias.get Modifier and Type Class Description classGetAliasesResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.analyze
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.analyze Modifier and Type Class Description static classAnalyzeAction.Response -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheResponseThe response of a clear cache action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.close
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.create
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.create Modifier and Type Class Description classCreateIndexResponseA response for a create index action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.exists.indices
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.exists.indices Modifier and Type Class Description classIndicesExistsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.exists.types
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.exists.types Modifier and Type Class Description classTypesExistsResponseWhether all of the existed types exist. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.flush
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeResponseA response for force merge action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.get Modifier and Type Class Description classGetIndexResponseA response for a get index action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.mapping.get
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.open
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexResponseA response for a open index action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.recovery
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.refresh
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.refresh Modifier and Type Class Description classRefreshResponseThe response of a refresh action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.rollover
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.segments
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.settings.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.settings.get Modifier and Type Class Description classGetSettingsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.shards
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.shrink
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.action.admin.indices.stats
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.template.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.template.get Modifier and Type Class Description classGetIndexTemplatesResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classShardUpgradeStatusclassUpgradeStatusResponse -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeResponseA response for the upgrade action. -
Uses of TransportResponse in org.elasticsearch.action.admin.indices.validate.query
Subclasses of TransportResponse in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classValidateQueryResponseThe response of the validate action. -
Uses of TransportResponse in org.elasticsearch.action.bulk
Subclasses of TransportResponse in org.elasticsearch.action.bulk Modifier and Type Class Description classBulkResponseA response of a bulk execution.classBulkShardResponse -
Uses of TransportResponse in org.elasticsearch.action.delete
Subclasses of TransportResponse in org.elasticsearch.action.delete Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of TransportResponse in org.elasticsearch.action.explain
Subclasses of TransportResponse in org.elasticsearch.action.explain Modifier and Type Class Description classExplainResponseResponse containing the score explanation. -
Uses of TransportResponse in org.elasticsearch.action.fieldcaps
Subclasses of TransportResponse in org.elasticsearch.action.fieldcaps Modifier and Type Class Description classFieldCapabilitiesIndexResponseResponse forFieldCapabilitiesIndexRequestrequests.classFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of TransportResponse in org.elasticsearch.action.get
Subclasses of TransportResponse in org.elasticsearch.action.get Modifier and Type Class Description classGetResponseThe response of a get action.classMultiGetResponseclassMultiGetShardResponse -
Uses of TransportResponse in org.elasticsearch.action.index
Subclasses of TransportResponse in org.elasticsearch.action.index Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of TransportResponse in org.elasticsearch.action.ingest
Subclasses of TransportResponse in org.elasticsearch.action.ingest Modifier and Type Class Description classGetPipelineResponseclassSimulatePipelineResponse -
Uses of TransportResponse in org.elasticsearch.action.main
Subclasses of TransportResponse in org.elasticsearch.action.main Modifier and Type Class Description classMainResponse -
Uses of TransportResponse in org.elasticsearch.action.resync
Subclasses of TransportResponse in org.elasticsearch.action.resync Modifier and Type Class Description classResyncReplicationResponse -
Uses of TransportResponse in org.elasticsearch.action.search
Subclasses of TransportResponse in org.elasticsearch.action.search Modifier and Type Class Description classClearScrollResponseclassMultiSearchResponseA multi search response.classSearchResponseA response of a search request.static classSearchTransportService.SearchFreeContextResponseMethod parameters in org.elasticsearch.action.search with type arguments of type TransportResponse Modifier and Type Method Description voidSearchTransportService. sendClearAllScrollContexts(Transport.Connection connection, ActionListener<TransportResponse> listener) -
Uses of TransportResponse in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support with type parameters of type TransportResponse Modifier and Type Class Description classChannelActionListener<Response extends TransportResponse,Request extends TransportRequest> -
Uses of TransportResponse in org.elasticsearch.action.support.broadcast
Subclasses of TransportResponse in org.elasticsearch.action.support.broadcast Modifier and Type Class Description classBroadcastResponseBase class for all broadcast operation based responses.classBroadcastShardResponse -
Uses of TransportResponse in org.elasticsearch.action.support.master
Subclasses of TransportResponse in org.elasticsearch.action.support.master Modifier and Type Class Description classAcknowledgedResponseA response that indicates that a request has been acknowledgedclassShardsAcknowledgedResponse -
Uses of TransportResponse in org.elasticsearch.action.support.nodes
Subclasses of TransportResponse in org.elasticsearch.action.support.nodes Modifier and Type Class Description classBaseNodeResponseA base class for node level operations.classBaseNodesResponse<TNodeResponse extends BaseNodeResponse> -
Uses of TransportResponse in org.elasticsearch.action.support.replication
Subclasses of TransportResponse in org.elasticsearch.action.support.replication Modifier and Type Class Description classReplicationResponseBase class for write action responses.static classTransportReplicationAction.ReplicaResponse -
Uses of TransportResponse in org.elasticsearch.action.support.tasks
Subclasses of TransportResponse in org.elasticsearch.action.support.tasks Modifier and Type Class Description classBaseTasksResponseBase class for responses of task-related operations -
Uses of TransportResponse in org.elasticsearch.action.termvectors
Subclasses of TransportResponse in org.elasticsearch.action.termvectors Modifier and Type Class Description classMultiTermVectorsResponseclassMultiTermVectorsShardResponseclassTermVectorsResponse -
Uses of TransportResponse in org.elasticsearch.action.update
Subclasses of TransportResponse in org.elasticsearch.action.update Modifier and Type Class Description classUpdateResponse -
Uses of TransportResponse in org.elasticsearch.client.indices
Subclasses of TransportResponse in org.elasticsearch.client.indices Modifier and Type Class Description classCloseIndexResponseclassCreateIndexResponseA response for a create index action. -
Uses of TransportResponse in org.elasticsearch.client.indices.rollover
Subclasses of TransportResponse in org.elasticsearch.client.indices.rollover Modifier and Type Class Description classRolloverResponseResponse object forRolloverRequestAPI -
Uses of TransportResponse in org.elasticsearch.cluster.coordination
Subclasses of TransportResponse in org.elasticsearch.cluster.coordination Modifier and Type Class Description classPeersResponseclassPreVoteResponseclassPublishWithJoinResponseResponse to aPublishRequest. -
Uses of TransportResponse in org.elasticsearch.discovery.zen
Subclasses of TransportResponse in org.elasticsearch.discovery.zen Modifier and Type Class Description static classMasterFaultDetection.MasterPingResponseResponsestatic classNodesFaultDetection.PingResponsestatic classUnicastZenPing.UnicastPingResponse -
Uses of TransportResponse in org.elasticsearch.gateway
Subclasses of TransportResponse in org.elasticsearch.gateway Modifier and Type Class Description static classLocalAllocateDangledIndices.AllocateDangledResponsestatic classTransportNodesListGatewayMetaState.NodeGatewayMetaStatestatic classTransportNodesListGatewayMetaState.NodesGatewayMetaStatestatic classTransportNodesListGatewayStartedShards.NodeGatewayStartedShardsstatic classTransportNodesListGatewayStartedShards.NodesGatewayStartedShards -
Uses of TransportResponse in org.elasticsearch.index.rankeval
Subclasses of TransportResponse 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 TransportResponse in org.elasticsearch.index.reindex
Subclasses of TransportResponse in org.elasticsearch.index.reindex Modifier and Type Class Description classBulkByScrollResponseResponse used for actions that index many documents using a scroll request. -
Uses of TransportResponse in org.elasticsearch.index.seqno
Subclasses of TransportResponse in org.elasticsearch.index.seqno Modifier and Type Class Description static classRetentionLeaseActions.Responsestatic classRetentionLeaseSyncAction.Response -
Uses of TransportResponse in org.elasticsearch.indices.flush
Subclasses of TransportResponse in org.elasticsearch.indices.flush Modifier and Type Class Description static classSyncedFlushService.ShardSyncedFlushResponseResponse for third step of synced flush (writing the sync id) for one shard copy -
Uses of TransportResponse in org.elasticsearch.indices.recovery
Subclasses of TransportResponse in org.elasticsearch.indices.recovery Modifier and Type Class Description classRecoveryResponse -
Uses of TransportResponse in org.elasticsearch.indices.store
Subclasses of TransportResponse in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodesStoreFilesMetaDatastatic classTransportNodesListShardStoreMetaData.NodeStoreFilesMetaData -
Uses of TransportResponse in org.elasticsearch.persistent
Subclasses of TransportResponse in org.elasticsearch.persistent Modifier and Type Class Description classPersistentTaskResponseResponse upon a successful start or an persistent task -
Uses of TransportResponse in org.elasticsearch.script.mustache
Subclasses of TransportResponse in org.elasticsearch.script.mustache Modifier and Type Class Description classMultiSearchTemplateResponseclassSearchTemplateResponse -
Uses of TransportResponse in org.elasticsearch.search
Subclasses of TransportResponse in org.elasticsearch.search Modifier and Type Class Description classSearchPhaseResultThis class is a base class for all search related results.static classSearchService.CanMatchResponse -
Uses of TransportResponse in org.elasticsearch.search.dfs
Subclasses of TransportResponse in org.elasticsearch.search.dfs Modifier and Type Class Description classDfsSearchResult -
Uses of TransportResponse in org.elasticsearch.search.fetch
Subclasses of TransportResponse in org.elasticsearch.search.fetch Modifier and Type Class Description classFetchSearchResultclassQueryFetchSearchResultclassScrollQueryFetchSearchResult -
Uses of TransportResponse in org.elasticsearch.search.query
Subclasses of TransportResponse in org.elasticsearch.search.query Modifier and Type Class Description classQuerySearchResultclassScrollQuerySearchResult -
Uses of TransportResponse in org.elasticsearch.transport
Classes in org.elasticsearch.transport with type parameters of type TransportResponse Modifier and Type Class Description classFutureTransportResponseHandler<T extends TransportResponse>A response handler to be used when all interaction will be done through theTransportFuture.classPlainTransportFuture<V extends TransportResponse>static classTransport.ResponseContext<T extends TransportResponse>This class represents a response context that encapsulates the actual response handler, the action and the connection it was executed on.interfaceTransportResponseHandler<T extends TransportResponse>static classTransportService.ContextRestoreResponseHandler<T extends TransportResponse>This handler wrapper ensures that the response thread executes with the correct thread context.Subclasses of TransportResponse in org.elasticsearch.transport Modifier and Type Class Description static classTransportResponse.Emptystatic classTransportService.HandshakeResponseMethods in org.elasticsearch.transport that return types with arguments of type TransportResponse Modifier and Type Method Description TransportResponseHandler<? extends TransportResponse>Transport.ResponseHandlers. onResponseReceived(long requestId, TransportMessageListener listener)called by theTransportimplementation when a response or an exception has been received for a previously sent request (before any processing or deserialization was done).List<Transport.ResponseContext<? extends TransportResponse>>Transport.ResponseHandlers. prune(Predicate<Transport.ResponseContext> predicate)Removes and returns allTransport.ResponseContextinstances that match the predicateMethods in org.elasticsearch.transport with parameters of type TransportResponse Modifier and Type Method Description default voidTransportMessageListener. onResponseSent(long requestId, String action, TransportResponse response)Called for every action response sent after the response has been passed to the underlying network implementation.voidTransportService. onResponseSent(long requestId, String action, TransportResponse response)called by theTransportimplementation once a response was sent to calling nodevoidTaskTransportChannel. sendResponse(TransportResponse response)voidTcpTransportChannel. sendResponse(TransportResponse response)voidTransportChannel. sendResponse(TransportResponse response)Method parameters in org.elasticsearch.transport with type arguments of type TransportResponse Modifier and Type Method Description longTransport.ResponseHandlers. add(Transport.ResponseContext<? extends TransportResponse> holder)Adds a new response context and associates it with a new request ID.static voidTransportActionProxy. registerProxyAction(TransportService service, String action, Writeable.Reader<? extends TransportResponse> reader)Registers a proxy request handler that allows to forward requests for the given action to another node.static voidTransportActionProxy. registerProxyActionWithDynamicResponseType(TransportService service, String action, Function<TransportRequest,Writeable.Reader<? extends TransportResponse>> responseFunction)Registers a proxy request handler that allows to forward requests for the given action to another node.
-