Uses of Class
org.elasticsearch.transport.TransportMessage
-
-
Uses of TransportMessage in org.elasticsearch.action
Subclasses of TransportMessage in org.elasticsearch.action Modifier and Type Class Description classActionRequestclassActionResponseBase class for responses to action requests.classDocWriteResponseA base class for the response of a write operation that involves a single doc -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.allocation
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.allocation Modifier and Type Class Description classClusterAllocationExplainRequestA request to explain the allocation of a shard in the clusterclassClusterAllocationExplainResponseExplanation response for a shard in the cluster -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.configuration
Subclasses of TransportMessage 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.classAddVotingConfigExclusionsResponseA response toAddVotingConfigExclusionsRequestindicating that voting config exclusions have been added for the requested nodes and these nodes have been 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.classClearVotingConfigExclusionsResponseA response toClearVotingConfigExclusionsRequestindicating that voting config exclusions have been cleared from the cluster state. -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.health
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.health Modifier and Type Class Description classClusterHealthRequestclassClusterHealthResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.hotthreads
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.hotthreads Modifier and Type Class Description classNodeHotThreadsclassNodesHotThreadsRequestclassNodesHotThreadsResponsestatic classTransportNodesHotThreadsAction.NodeRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.info
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.info Modifier and Type Class Description classNodeInfoNode information (static, does not change over time).classNodesInfoRequestA request to get node (cluster) level information.classNodesInfoResponsestatic classTransportNodesInfoAction.NodeInfoRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.liveness
Subclasses of TransportMessage 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"classLivenessResponseTransport level private response for the transport handler registered under "cluster:monitor/nodes/liveness" -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.reload
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.reload Modifier and Type Class Description classNodesReloadSecureSettingsRequestRequest for a reload secure settings action.classNodesReloadSecureSettingsResponseThe response for the reload secure settings actionstatic classNodesReloadSecureSettingsResponse.NodeResponsestatic classTransportNodesReloadSecureSettingsAction.NodeRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.stats
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.stats Modifier and Type Class Description classNodesStatsRequestA request to get node (cluster) level stats.classNodesStatsResponseclassNodeStatsNode statistics (dynamic, changes depending on when created).static classTransportNodesStatsAction.NodeStatsRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.cancel Modifier and Type Class Description classCancelTasksRequestA request to cancel tasksclassCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.get Modifier and Type Class Description classGetTaskRequestA request to get node tasksclassGetTaskResponseReturns the list of tasks currently running on the nodes -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.list
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.tasks.list Modifier and Type Class Description classListTasksRequestA request to get node tasksclassListTasksResponseReturns the list of tasks currently running on the nodes -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.node.usage
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.node.usage Modifier and Type Class Description classNodesUsageRequestclassNodesUsageResponseThe response for the nodes usage api which contains the individual usage statistics for all nodes queried.classNodeUsagestatic classTransportNodesUsageAction.NodeUsageRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.remote
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.remote Modifier and Type Class Description classRemoteInfoRequestclassRemoteInfoResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.cleanup
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.cleanup Modifier and Type Class Description classCleanupRepositoryRequestclassCleanupRepositoryResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.delete
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.delete Modifier and Type Class Description classDeleteRepositoryRequestUnregister repository request. -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.get Modifier and Type Class Description classGetRepositoriesRequestGet repository requestclassGetRepositoriesResponseGet repositories response -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.put
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.put Modifier and Type Class Description classPutRepositoryRequestRegister repository request. -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.verify
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.repositories.verify Modifier and Type Class Description classVerifyRepositoryRequestUnregister repository request.classVerifyRepositoryResponseVerify repository response -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.reroute
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.reroute Modifier and Type Class Description classClusterRerouteRequestRequest to submit cluster reroute allocation commandsclassClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.settings
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.settings Modifier and Type Class Description classClusterGetSettingsRequestThis request is specific to the REST client.classClusterGetSettingsResponseThis response is specific to the REST client.classClusterUpdateSettingsRequestRequest for an update cluster settings actionclassClusterUpdateSettingsResponseA response for a cluster update settings action. -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.shards
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.shards Modifier and Type Class Description classClusterSearchShardsRequestclassClusterSearchShardsResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.create
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.create Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot requestclassCreateSnapshotResponseCreate snapshot response -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.delete
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.delete Modifier and Type Class Description classDeleteSnapshotRequestDelete snapshot request -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.get Modifier and Type Class Description classGetSnapshotsRequestGet snapshot requestclassGetSnapshotsResponseGet snapshots response -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.restore
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.restore Modifier and Type Class Description classRestoreSnapshotRequestRestore snapshot requestclassRestoreSnapshotResponseContains information about restores snapshot -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.status
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.snapshots.status Modifier and Type Class Description classSnapshotIndexShardStatusclassSnapshotsStatusRequestGet snapshot status requestclassSnapshotsStatusResponseSnapshot status responsestatic classTransportNodesSnapshotsStatus.NodeRequeststatic classTransportNodesSnapshotsStatus.NodeSnapshotStatusstatic classTransportNodesSnapshotsStatus.NodesSnapshotStatusstatic classTransportNodesSnapshotsStatus.Request -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.state
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.state Modifier and Type Class Description classClusterStateRequestclassClusterStateResponseThe response for getting the cluster state. -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.stats
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.stats Modifier and Type Class Description classClusterStatsNodeResponseclassClusterStatsRequestA request to get cluster level stats.classClusterStatsResponsestatic classTransportClusterStatsAction.ClusterStatsNodeRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.storedscripts
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.storedscripts Modifier and Type Class Description classDeleteStoredScriptRequestclassGetStoredScriptRequestclassGetStoredScriptResponseclassPutStoredScriptRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.cluster.tasks
Subclasses of TransportMessage in org.elasticsearch.action.admin.cluster.tasks Modifier and Type Class Description classPendingClusterTasksRequestclassPendingClusterTasksResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.alias
Subclasses of TransportMessage 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 TransportMessage in org.elasticsearch.action.admin.indices.alias.exists
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.alias.exists Modifier and Type Class Description classAliasesExistResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.alias.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.alias.get Modifier and Type Class Description classGetAliasesRequestclassGetAliasesResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.analyze
Subclasses of TransportMessage 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.static classAnalyzeAction.Response -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.cache.clear
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.cache.clear Modifier and Type Class Description classClearIndicesCacheRequestclassClearIndicesCacheResponseThe response of a clear cache action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.close
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.close Modifier and Type Class Description classCloseIndexRequestA request to close an index.classCloseIndexResponsestatic classTransportVerifyShardBeforeCloseAction.ShardRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.create
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.create Modifier and Type Class Description classCreateIndexRequestA request to create an index.classCreateIndexResponseA response for a create index action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.delete
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.delete Modifier and Type Class Description classDeleteIndexRequestA request to delete an index. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.exists.indices
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.exists.indices Modifier and Type Class Description classIndicesExistsRequestclassIndicesExistsResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.exists.types
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.exists.types Modifier and Type Class Description classTypesExistsRequestclassTypesExistsResponseWhether all of the existed types exist. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.flush
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.flush Modifier and Type Class Description classFlushRequestA flush request to flush one or more indices.classFlushResponseA response to flush action.classShardFlushRequestclassSyncedFlushRequestA synced flush request to sync flush one or more indices.classSyncedFlushResponseThe result of performing a sync flush operation on all shards of multiple indices -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.forcemerge
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.forcemerge Modifier and Type Class Description classForceMergeRequestA request to force merging the segments of one or more indices.classForceMergeResponseA response for force merge action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.get Modifier and Type Class Description classGetIndexRequestA request to retrieve information about an index.classGetIndexResponseA response for a get index action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.mapping.get
Subclasses of TransportMessage 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.classGetFieldMappingsResponseResponse object forGetFieldMappingsRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format.classGetMappingsRequestclassGetMappingsResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.mapping.put
Subclasses of TransportMessage 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 TransportMessage in org.elasticsearch.action.admin.indices.open
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.open Modifier and Type Class Description classOpenIndexRequestA request to open an index.classOpenIndexResponseA response for a open index action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.recovery
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.recovery Modifier and Type Class Description classRecoveryRequestRequest for recovery informationclassRecoveryResponseInformation regarding the recovery state of indices and their associated shards. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.refresh
Subclasses of TransportMessage 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.classRefreshResponseThe response of a refresh action. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.rollover
Subclasses of TransportMessage 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.classRolloverResponseResponse object forRolloverRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.segments
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.segments Modifier and Type Class Description classIndicesSegmentResponseclassIndicesSegmentsRequest -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.settings.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.settings.get Modifier and Type Class Description classGetSettingsRequestclassGetSettingsResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.settings.put
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.settings.put Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.shards
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.shards Modifier and Type Class Description classIndicesShardStoresRequestRequest forIndicesShardStoresActionclassIndicesShardStoresResponseResponse forIndicesShardStoresActionConsists ofIndicesShardStoresResponse.StoreStatuss for requested indices grouped by indices and shard ids and a list of encountered nodeIndicesShardStoresResponse.Failures -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.shrink
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.shrink Modifier and Type Class Description classResizeRequestRequest class to shrink an index into a single shardclassResizeResponseA response for a resize index action, either shrink or split index. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.stats
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.stats Modifier and Type Class Description classIndicesStatsRequestA request to get indices level stats.classIndicesStatsResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.template.delete
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.template.delete Modifier and Type Class Description classDeleteIndexTemplateRequestA request to delete an index template. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.template.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.template.get Modifier and Type Class Description classGetIndexTemplatesRequestRequest that allows to retrieve index templatesclassGetIndexTemplatesResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.template.put
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.template.put Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.upgrade.get
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.upgrade.get Modifier and Type Class Description classShardUpgradeStatusclassUpgradeStatusRequestclassUpgradeStatusResponse -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.upgrade.post
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.upgrade.post Modifier and Type Class Description classUpgradeRequestA request to upgrade one or more indices.classUpgradeResponseA response for the upgrade action.classUpgradeSettingsRequestRequest for an update index settings action -
Uses of TransportMessage in org.elasticsearch.action.admin.indices.validate.query
Subclasses of TransportMessage in org.elasticsearch.action.admin.indices.validate.query Modifier and Type Class Description classShardValidateQueryRequestInternal validate request executed directly against a specific index shard.classValidateQueryRequestA request to validate a specific query.classValidateQueryResponseThe response of the validate action. -
Uses of TransportMessage in org.elasticsearch.action.bulk
Subclasses of TransportMessage 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.classBulkResponseA response of a bulk execution.classBulkShardRequestclassBulkShardResponse -
Uses of TransportMessage in org.elasticsearch.action.delete
Subclasses of TransportMessage 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.classDeleteResponseThe response of the delete action. -
Uses of TransportMessage in org.elasticsearch.action.explain
Subclasses of TransportMessage in org.elasticsearch.action.explain Modifier and Type Class Description classExplainRequestExplain request encapsulating the explain query and document identifier to get an explanation for.classExplainResponseResponse containing the score explanation. -
Uses of TransportMessage in org.elasticsearch.action.fieldcaps
Subclasses of TransportMessage in org.elasticsearch.action.fieldcaps Modifier and Type Class Description classFieldCapabilitiesIndexRequestclassFieldCapabilitiesIndexResponseResponse forFieldCapabilitiesIndexRequestrequests.classFieldCapabilitiesRequestclassFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of TransportMessage in org.elasticsearch.action.get
Subclasses of TransportMessage 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.classGetResponseThe response of a get action.classMultiGetRequestclassMultiGetResponseclassMultiGetShardRequestclassMultiGetShardResponse -
Uses of TransportMessage in org.elasticsearch.action.index
Subclasses of TransportMessage 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.classIndexResponseA response of an index operation, -
Uses of TransportMessage in org.elasticsearch.action.ingest
Subclasses of TransportMessage in org.elasticsearch.action.ingest Modifier and Type Class Description classDeletePipelineRequestclassGetPipelineRequestclassGetPipelineResponseclassPutPipelineRequestclassSimulatePipelineRequestclassSimulatePipelineResponse -
Uses of TransportMessage in org.elasticsearch.action.main
Subclasses of TransportMessage in org.elasticsearch.action.main Modifier and Type Class Description classMainRequestclassMainResponse -
Uses of TransportMessage in org.elasticsearch.action.resync
Subclasses of TransportMessage 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.classResyncReplicationResponse -
Uses of TransportMessage in org.elasticsearch.action.search
Subclasses of TransportMessage in org.elasticsearch.action.search Modifier and Type Class Description classClearScrollRequestclassClearScrollResponseclassMultiSearchRequestA multi search API request.classMultiSearchResponseA multi search response.classSearchRequestA request to execute search against one or more indices (or all).classSearchResponseA response of a search request.classSearchScrollRequeststatic classSearchTransportService.SearchFreeContextResponse -
Uses of TransportMessage in org.elasticsearch.action.support.broadcast
Subclasses of TransportMessage in org.elasticsearch.action.support.broadcast Modifier and Type Class Description classBroadcastRequest<Request extends BroadcastRequest<Request>>classBroadcastResponseBase class for all broadcast operation based responses.classBroadcastShardRequestclassBroadcastShardResponse -
Uses of TransportMessage in org.elasticsearch.action.support.broadcast.node
Subclasses of TransportMessage in org.elasticsearch.action.support.broadcast.node Modifier and Type Class Description classTransportBroadcastByNodeAction.NodeRequest -
Uses of TransportMessage in org.elasticsearch.action.support.master
Subclasses of TransportMessage 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.classAcknowledgedResponseA response that indicates that a request has been acknowledgedclassMasterNodeReadRequest<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.classShardsAcknowledgedResponse -
Uses of TransportMessage in org.elasticsearch.action.support.master.info
Subclasses of TransportMessage in org.elasticsearch.action.support.master.info Modifier and Type Class Description classClusterInfoRequest<Request extends ClusterInfoRequest<Request>> -
Uses of TransportMessage in org.elasticsearch.action.support.nodes
Subclasses of TransportMessage in org.elasticsearch.action.support.nodes Modifier and Type Class Description classBaseNodeRequestclassBaseNodeResponseA base class for node level operations.classBaseNodesRequest<Request extends BaseNodesRequest<Request>>classBaseNodesResponse<TNodeResponse extends BaseNodeResponse> -
Uses of TransportMessage in org.elasticsearch.action.support.replication
Subclasses of TransportMessage 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.classReplicationResponseBase class for write action responses.protected static classTransportReplicationAction.ConcreteReplicaRequest<R extends TransportRequest>static classTransportReplicationAction.ConcreteShardRequest<R extends TransportRequest>a wrapper class to encapsulate a request when being sent to a specific allocation idstatic classTransportReplicationAction.ReplicaResponse -
Uses of TransportMessage in org.elasticsearch.action.support.single.instance
Subclasses of TransportMessage in org.elasticsearch.action.support.single.instance Modifier and Type Class Description classInstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> -
Uses of TransportMessage in org.elasticsearch.action.support.single.shard
Subclasses of TransportMessage in org.elasticsearch.action.support.single.shard Modifier and Type Class Description classSingleShardRequest<Request extends SingleShardRequest<Request>> -
Uses of TransportMessage in org.elasticsearch.action.support.tasks
Subclasses of TransportMessage in org.elasticsearch.action.support.tasks Modifier and Type Class Description classBaseTasksRequest<Request extends BaseTasksRequest<Request>>A base class for task requestsclassBaseTasksResponseBase class for responses of task-related operations -
Uses of TransportMessage in org.elasticsearch.action.termvectors
Subclasses of TransportMessage in org.elasticsearch.action.termvectors Modifier and Type Class Description classMultiTermVectorsRequestclassMultiTermVectorsResponseclassMultiTermVectorsShardRequestclassMultiTermVectorsShardResponseclassTermVectorsRequestRequest returning the term vector (doc frequency, positions, offsets) for a document.classTermVectorsResponse -
Uses of TransportMessage in org.elasticsearch.action.update
Subclasses of TransportMessage in org.elasticsearch.action.update Modifier and Type Class Description classUpdateRequestclassUpdateResponse -
Uses of TransportMessage in org.elasticsearch.client.core
Subclasses of TransportMessage in org.elasticsearch.client.core Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices. -
Uses of TransportMessage in org.elasticsearch.client.indices
Subclasses of TransportMessage in org.elasticsearch.client.indices Modifier and Type Class Description classCloseIndexResponseclassCreateIndexResponseA response for a create index action.classPutIndexTemplateRequestA request to create an index template. -
Uses of TransportMessage in org.elasticsearch.client.indices.rollover
Subclasses of TransportMessage in org.elasticsearch.client.indices.rollover Modifier and Type Class Description classRolloverResponseResponse object forRolloverRequestAPI -
Uses of TransportMessage in org.elasticsearch.client.ml
Subclasses of TransportMessage 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 TransportMessage in org.elasticsearch.cluster.action.index
Subclasses of TransportMessage in org.elasticsearch.cluster.action.index Modifier and Type Class Description static classNodeMappingRefreshAction.NodeMappingRefreshRequest -
Uses of TransportMessage in org.elasticsearch.cluster.action.shard
Subclasses of TransportMessage in org.elasticsearch.cluster.action.shard Modifier and Type Class Description static classShardStateAction.FailedShardEntrystatic classShardStateAction.StartedShardEntry -
Uses of TransportMessage in org.elasticsearch.cluster.coordination
Subclasses of TransportMessage in org.elasticsearch.cluster.coordination Modifier and Type Class Description classApplyCommitRequestA master node sends this request to its peers to inform them that it could commit the cluster state with the given term and version.static classFollowersChecker.FollowerCheckRequestclassJoinRequestclassPeersResponseclassPreVoteRequestclassPreVoteResponseclassPublishWithJoinResponseResponse to aPublishRequest.classStartJoinRequestRepresents the action of requesting a join vote (seeJoin) from a node.classValidateJoinRequest -
Uses of TransportMessage in org.elasticsearch.discovery
Subclasses of TransportMessage in org.elasticsearch.discovery Modifier and Type Class Description classPeersRequest -
Uses of TransportMessage in org.elasticsearch.discovery.zen
Subclasses of TransportMessage in org.elasticsearch.discovery.zen Modifier and Type Class Description static classMasterFaultDetection.MasterPingRequeststatic classMasterFaultDetection.MasterPingResponseResponsestatic classMembershipAction.JoinRequeststatic classMembershipAction.LeaveRequeststatic classNodesFaultDetection.PingRequeststatic classNodesFaultDetection.PingResponsestatic classPublishClusterStateAction.CommitClusterStateRequeststatic classUnicastZenPing.UnicastPingRequeststatic classUnicastZenPing.UnicastPingResponsestatic classZenDiscovery.RejoinClusterRequest -
Uses of TransportMessage in org.elasticsearch.gateway
Subclasses of TransportMessage in org.elasticsearch.gateway Modifier and Type Class Description static classLocalAllocateDangledIndices.AllocateDangledRequeststatic classLocalAllocateDangledIndices.AllocateDangledResponsestatic classTransportNodesListGatewayMetaState.NodeGatewayMetaStatestatic classTransportNodesListGatewayMetaState.NodeRequeststatic classTransportNodesListGatewayMetaState.NodesGatewayMetaStatestatic classTransportNodesListGatewayMetaState.Requeststatic classTransportNodesListGatewayStartedShards.NodeGatewayStartedShardsstatic classTransportNodesListGatewayStartedShards.NodeRequeststatic classTransportNodesListGatewayStartedShards.NodesGatewayStartedShardsstatic classTransportNodesListGatewayStartedShards.Request -
Uses of TransportMessage in org.elasticsearch.index.rankeval
Subclasses of TransportMessage in org.elasticsearch.index.rankeval Modifier and Type Class Description classRankEvalRequestRequest to perform a search ranking evaluation.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 TransportMessage in org.elasticsearch.index.reindex
Subclasses of TransportMessage in org.elasticsearch.index.reindex Modifier and Type Class Description classAbstractBulkByScrollRequest<Self extends AbstractBulkByScrollRequest<Self>>classAbstractBulkIndexByScrollRequest<Self extends AbstractBulkIndexByScrollRequest<Self>>classBulkByScrollResponseResponse used for actions that index many documents using a scroll request.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 TransportMessage in org.elasticsearch.index.seqno
Subclasses of TransportMessage in org.elasticsearch.index.seqno Modifier and Type Class Description static classGlobalCheckpointSyncAction.Requeststatic classRetentionLeaseActions.AddRequeststatic classRetentionLeaseActions.RemoveRequeststatic classRetentionLeaseActions.RenewRequeststatic classRetentionLeaseActions.Responsestatic classRetentionLeaseBackgroundSyncAction.Requeststatic classRetentionLeaseSyncAction.Requeststatic classRetentionLeaseSyncAction.Response -
Uses of TransportMessage in org.elasticsearch.index.shard
Subclasses of TransportMessage in org.elasticsearch.index.shard Modifier and Type Class Description static classPrimaryReplicaSyncer.ResyncRequest -
Uses of TransportMessage in org.elasticsearch.indices.flush
Subclasses of TransportMessage in org.elasticsearch.indices.flush Modifier and Type Class Description static classSyncedFlushService.InFlightOpsRequeststatic classSyncedFlushService.PreShardSyncedFlushRequeststatic classSyncedFlushService.ShardSyncedFlushRequeststatic classSyncedFlushService.ShardSyncedFlushResponseResponse for third step of synced flush (writing the sync id) for one shard copy -
Uses of TransportMessage in org.elasticsearch.indices.recovery
Subclasses of TransportMessage in org.elasticsearch.indices.recovery Modifier and Type Class Description classRecoveryCleanFilesRequestclassRecoveryFileChunkRequestclassRecoveryFilesInfoRequestclassRecoveryResponseclassRecoveryTranslogOperationsRequestclassStartRecoveryRequestRepresents a request for starting a peer recovery. -
Uses of TransportMessage in org.elasticsearch.indices.store
Subclasses of TransportMessage in org.elasticsearch.indices.store Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodeRequeststatic classTransportNodesListShardStoreMetaData.NodesStoreFilesMetaDatastatic classTransportNodesListShardStoreMetaData.NodeStoreFilesMetaDatastatic classTransportNodesListShardStoreMetaData.Request -
Uses of TransportMessage in org.elasticsearch.persistent
Subclasses of TransportMessage in org.elasticsearch.persistent Modifier and Type Class Description static classCompletionPersistentTaskAction.RequestclassPersistentTaskResponseResponse upon a successful start or an persistent taskstatic classRemovePersistentTaskAction.Requeststatic classStartPersistentTaskAction.Requeststatic classUpdatePersistentTaskStatusAction.Request -
Uses of TransportMessage in org.elasticsearch.repositories
Subclasses of TransportMessage in org.elasticsearch.repositories Modifier and Type Class Description static classVerifyNodeRepositoryAction.VerifyNodeRepositoryRequest -
Uses of TransportMessage in org.elasticsearch.script.mustache
Subclasses of TransportMessage in org.elasticsearch.script.mustache Modifier and Type Class Description classMultiSearchTemplateRequestclassMultiSearchTemplateResponseclassSearchTemplateRequestA request to execute a search based on a search template.classSearchTemplateResponse -
Uses of TransportMessage in org.elasticsearch.search
Subclasses of TransportMessage 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 TransportMessage in org.elasticsearch.search.dfs
Subclasses of TransportMessage in org.elasticsearch.search.dfs Modifier and Type Class Description classDfsSearchResult -
Uses of TransportMessage in org.elasticsearch.search.fetch
Subclasses of TransportMessage in org.elasticsearch.search.fetch Modifier and Type Class Description classFetchSearchResultclassQueryFetchSearchResultclassScrollQueryFetchSearchResultclassShardFetchRequestShard level fetch base request.classShardFetchSearchRequestShard level fetch request used with search. -
Uses of TransportMessage in org.elasticsearch.search.internal
Subclasses of TransportMessage in org.elasticsearch.search.internal Modifier and Type Class Description classInternalScrollSearchRequestclassShardSearchRequestShard level request that represents a search. -
Uses of TransportMessage in org.elasticsearch.search.query
Subclasses of TransportMessage in org.elasticsearch.search.query Modifier and Type Class Description classQuerySearchRequestclassQuerySearchResultclassScrollQuerySearchResult -
Uses of TransportMessage in org.elasticsearch.snapshots
Subclasses of TransportMessage in org.elasticsearch.snapshots Modifier and Type Class Description static classSnapshotShardsService.UpdateIndexShardSnapshotStatusRequestInternal request that is used to send changes in snapshot status to master -
Uses of TransportMessage in org.elasticsearch.transport
Subclasses of TransportMessage in org.elasticsearch.transport Modifier and Type Class Description classBytesTransportRequestA specialized, bytes only request, that can potentially be optimized on the network layer, specifically for the same large buffer send to several nodes.classTransportRequeststatic classTransportRequest.EmptyclassTransportResponsestatic classTransportResponse.Emptystatic classTransportService.HandshakeResponse
-