Uses of Interface
org.elasticsearch.common.io.stream.Writeable
-
-
Uses of Writeable in org.elasticsearch
Classes in org.elasticsearch that implement Writeable Modifier and Type Class Description classElasticsearchExceptionA base class for all elasticsearch exceptions.classElasticsearchGenerationExceptionA generic exception indicating failure to generate.classElasticsearchParseExceptionUnchecked exception that is translated into a400 BAD REQUESTerror when it bubbles out over HTTP.classElasticsearchSecurityExceptionGeneric security exceptionclassElasticsearchStatusExceptionException who'sRestStatusis arbitrary rather than derived.classElasticsearchTimeoutExceptionThe same asTimeoutExceptionsimply a runtime one.classResourceAlreadyExistsExceptionclassResourceNotFoundExceptionGeneric ResourceNotFoundException corresponding to theRestStatus.NOT_FOUNDstatus code -
Uses of Writeable in org.elasticsearch.action
Classes in org.elasticsearch.action that implement Writeable 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 docstatic classDocWriteResponse.ResultAn enum that represents the results of CRUD operations, primarily used to communicate the type of operation that occurred.classFailedNodeExceptionclassNoShardAvailableActionExceptionclassNoSuchNodeExceptionclassPrimaryMissingActionExceptionclassRoutingMissingExceptionclassShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard.classTaskOperationFailureInformation about task operation failures The class is final due to serialization limitationsclassTimestampParsingExceptionclassUnavailableShardsException -
Uses of Writeable in org.elasticsearch.action.admin.cluster.allocation
Classes in org.elasticsearch.action.admin.cluster.allocation that implement Writeable Modifier and Type Class Description classClusterAllocationExplainRequestA request to explain the allocation of a shard in the clusterclassClusterAllocationExplainResponseExplanation response for a shard in the clusterclassClusterAllocationExplanationAClusterAllocationExplanationis an explanation of why a shard is unassigned, or if it is not unassigned, then which nodes it could possibly be relocated to. -
Uses of Writeable in org.elasticsearch.action.admin.cluster.configuration
Classes in org.elasticsearch.action.admin.cluster.configuration that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.health
Classes in org.elasticsearch.action.admin.cluster.health that implement Writeable Modifier and Type Class Description classClusterHealthRequestclassClusterHealthResponse -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.hotthreads
Classes in org.elasticsearch.action.admin.cluster.node.hotthreads that implement Writeable Modifier and Type Class Description classNodeHotThreadsclassNodesHotThreadsRequestclassNodesHotThreadsResponsestatic classTransportNodesHotThreadsAction.NodeRequest -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.info
Classes in org.elasticsearch.action.admin.cluster.node.info that implement Writeable Modifier and Type Class Description classNodeInfoNode information (static, does not change over time).classNodesInfoRequestA request to get node (cluster) level information.classNodesInfoResponseclassPluginsAndModulesInformation about plugins and modulesstatic classTransportNodesInfoAction.NodeInfoRequest -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.liveness
Classes in org.elasticsearch.action.admin.cluster.node.liveness that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.node.reload
Classes in org.elasticsearch.action.admin.cluster.node.reload that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.node.stats
Classes in org.elasticsearch.action.admin.cluster.node.stats that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Classes in org.elasticsearch.action.admin.cluster.node.tasks.cancel that implement Writeable Modifier and Type Class Description classCancelTasksRequestA request to cancel tasksclassCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.tasks.get
Classes in org.elasticsearch.action.admin.cluster.node.tasks.get that implement Writeable Modifier and Type Class Description classGetTaskRequestA request to get node tasksclassGetTaskResponseReturns the list of tasks currently running on the nodes -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.tasks.list
Classes in org.elasticsearch.action.admin.cluster.node.tasks.list that implement Writeable Modifier and Type Class Description classListTasksRequestA request to get node tasksclassListTasksResponseReturns the list of tasks currently running on the nodes -
Uses of Writeable in org.elasticsearch.action.admin.cluster.node.usage
Classes in org.elasticsearch.action.admin.cluster.node.usage that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.remote
Classes in org.elasticsearch.action.admin.cluster.remote that implement Writeable Modifier and Type Class Description classRemoteInfoRequestclassRemoteInfoResponse -
Uses of Writeable in org.elasticsearch.action.admin.cluster.repositories.cleanup
Classes in org.elasticsearch.action.admin.cluster.repositories.cleanup that implement Writeable Modifier and Type Class Description classCleanupRepositoryRequestclassCleanupRepositoryResponse -
Uses of Writeable in org.elasticsearch.action.admin.cluster.repositories.delete
Classes in org.elasticsearch.action.admin.cluster.repositories.delete that implement Writeable Modifier and Type Class Description classDeleteRepositoryRequestUnregister repository request. -
Uses of Writeable in org.elasticsearch.action.admin.cluster.repositories.get
Classes in org.elasticsearch.action.admin.cluster.repositories.get that implement Writeable Modifier and Type Class Description classGetRepositoriesRequestGet repository requestclassGetRepositoriesResponseGet repositories response -
Uses of Writeable in org.elasticsearch.action.admin.cluster.repositories.put
Classes in org.elasticsearch.action.admin.cluster.repositories.put that implement Writeable Modifier and Type Class Description classPutRepositoryRequestRegister repository request. -
Uses of Writeable in org.elasticsearch.action.admin.cluster.repositories.verify
Classes in org.elasticsearch.action.admin.cluster.repositories.verify that implement Writeable Modifier and Type Class Description classVerifyRepositoryRequestUnregister repository request.classVerifyRepositoryResponseVerify repository responsestatic classVerifyRepositoryResponse.NodeView -
Uses of Writeable in org.elasticsearch.action.admin.cluster.reroute
Classes in org.elasticsearch.action.admin.cluster.reroute that implement Writeable Modifier and Type Class Description classClusterRerouteRequestRequest to submit cluster reroute allocation commandsclassClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of Writeable in org.elasticsearch.action.admin.cluster.settings
Classes in org.elasticsearch.action.admin.cluster.settings that implement Writeable 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 Writeable in org.elasticsearch.action.admin.cluster.shards
Classes in org.elasticsearch.action.admin.cluster.shards that implement Writeable Modifier and Type Class Description classClusterSearchShardsGroupclassClusterSearchShardsRequestclassClusterSearchShardsResponse -
Uses of Writeable in org.elasticsearch.action.admin.cluster.snapshots.create
Classes in org.elasticsearch.action.admin.cluster.snapshots.create that implement Writeable Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot requestclassCreateSnapshotResponseCreate snapshot response -
Uses of Writeable in org.elasticsearch.action.admin.cluster.snapshots.delete
Classes in org.elasticsearch.action.admin.cluster.snapshots.delete that implement Writeable Modifier and Type Class Description classDeleteSnapshotRequestDelete snapshot request -
Uses of Writeable in org.elasticsearch.action.admin.cluster.snapshots.get
Classes in org.elasticsearch.action.admin.cluster.snapshots.get that implement Writeable Modifier and Type Class Description classGetSnapshotsRequestGet snapshot requestclassGetSnapshotsResponseGet snapshots response -
Uses of Writeable in org.elasticsearch.action.admin.cluster.snapshots.restore
Classes in org.elasticsearch.action.admin.cluster.snapshots.restore that implement Writeable Modifier and Type Class Description classRestoreSnapshotRequestRestore snapshot requestclassRestoreSnapshotResponseContains information about restores snapshot -
Uses of Writeable in org.elasticsearch.action.admin.cluster.snapshots.status
Classes in org.elasticsearch.action.admin.cluster.snapshots.status that implement Writeable Modifier and Type Class Description classSnapshotIndexShardStatusclassSnapshotsStatusRequestGet snapshot status requestclassSnapshotsStatusResponseSnapshot status responseclassSnapshotStatsclassSnapshotStatusStatus of a snapshotstatic classTransportNodesSnapshotsStatus.NodeRequeststatic classTransportNodesSnapshotsStatus.NodeSnapshotStatusstatic classTransportNodesSnapshotsStatus.NodesSnapshotStatusstatic classTransportNodesSnapshotsStatus.Request -
Uses of Writeable in org.elasticsearch.action.admin.cluster.state
Classes in org.elasticsearch.action.admin.cluster.state that implement Writeable Modifier and Type Class Description classClusterStateRequestclassClusterStateResponseThe response for getting the cluster state. -
Uses of Writeable in org.elasticsearch.action.admin.cluster.stats
Classes in org.elasticsearch.action.admin.cluster.stats that implement Writeable Modifier and Type Class Description classClusterStatsNodeResponseclassClusterStatsRequestA request to get cluster level stats.classClusterStatsResponsestatic classTransportClusterStatsAction.ClusterStatsNodeRequest -
Uses of Writeable in org.elasticsearch.action.admin.cluster.storedscripts
Classes in org.elasticsearch.action.admin.cluster.storedscripts that implement Writeable Modifier and Type Class Description classDeleteStoredScriptRequestclassGetStoredScriptRequestclassGetStoredScriptResponseclassPutStoredScriptRequest -
Uses of Writeable in org.elasticsearch.action.admin.cluster.tasks
Classes in org.elasticsearch.action.admin.cluster.tasks that implement Writeable Modifier and Type Class Description classPendingClusterTasksRequestclassPendingClusterTasksResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement Writeable Modifier and Type Class Description classAliasRepresents an alias, to be associated with an indexclassIndicesAliasesRequestA request to add/remove aliases for one or more indices.static classIndicesAliasesRequest.AliasActionsRequest to take one or more actions on one or more indexes and alias combinations. -
Uses of Writeable in org.elasticsearch.action.admin.indices.alias.exists
Classes in org.elasticsearch.action.admin.indices.alias.exists that implement Writeable Modifier and Type Class Description classAliasesExistResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.alias.get
Classes in org.elasticsearch.action.admin.indices.alias.get that implement Writeable Modifier and Type Class Description classGetAliasesRequestclassGetAliasesResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.analyze
Classes in org.elasticsearch.action.admin.indices.analyze that implement Writeable Modifier and Type Class Description static classAnalyzeAction.AnalyzeTokenstatic classAnalyzeAction.AnalyzeTokenListstatic classAnalyzeAction.CharFilteredTextstatic classAnalyzeAction.DetailAnalyzeResponsestatic classAnalyzeAction.RequestA request to analyze a text associated with a specific index.static classAnalyzeAction.Response -
Uses of Writeable in org.elasticsearch.action.admin.indices.cache.clear
Classes in org.elasticsearch.action.admin.indices.cache.clear that implement Writeable Modifier and Type Class Description classClearIndicesCacheRequestclassClearIndicesCacheResponseThe response of a clear cache action. -
Uses of Writeable in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement Writeable Modifier and Type Class Description classCloseIndexRequestA request to close an index.classCloseIndexResponsestatic classCloseIndexResponse.IndexResultstatic classCloseIndexResponse.ShardResultstatic classCloseIndexResponse.ShardResult.Failurestatic classTransportVerifyShardBeforeCloseAction.ShardRequest -
Uses of Writeable in org.elasticsearch.action.admin.indices.create
Classes in org.elasticsearch.action.admin.indices.create that implement Writeable Modifier and Type Class Description classCreateIndexRequestA request to create an index.classCreateIndexResponseA response for a create index action. -
Uses of Writeable in org.elasticsearch.action.admin.indices.delete
Classes in org.elasticsearch.action.admin.indices.delete that implement Writeable Modifier and Type Class Description classDeleteIndexRequestA request to delete an index. -
Uses of Writeable in org.elasticsearch.action.admin.indices.exists.indices
Classes in org.elasticsearch.action.admin.indices.exists.indices that implement Writeable Modifier and Type Class Description classIndicesExistsRequestclassIndicesExistsResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.exists.types
Classes in org.elasticsearch.action.admin.indices.exists.types that implement Writeable Modifier and Type Class Description classTypesExistsRequestclassTypesExistsResponseWhether all of the existed types exist. -
Uses of Writeable in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.forcemerge
Classes in org.elasticsearch.action.admin.indices.forcemerge that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.get
Classes in org.elasticsearch.action.admin.indices.get that implement Writeable Modifier and Type Class Description classGetIndexRequestA request to retrieve information about an index.classGetIndexResponseA response for a get index action. -
Uses of Writeable in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.mapping.put
Classes in org.elasticsearch.action.admin.indices.mapping.put that implement Writeable Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of Writeable in org.elasticsearch.action.admin.indices.open
Classes in org.elasticsearch.action.admin.indices.open that implement Writeable Modifier and Type Class Description classOpenIndexRequestA request to open an index.classOpenIndexResponseA response for a open index action. -
Uses of Writeable in org.elasticsearch.action.admin.indices.recovery
Classes in org.elasticsearch.action.admin.indices.recovery that implement Writeable Modifier and Type Class Description classRecoveryRequestRequest for recovery informationclassRecoveryResponseInformation regarding the recovery state of indices and their associated shards. -
Uses of Writeable in org.elasticsearch.action.admin.indices.refresh
Classes in org.elasticsearch.action.admin.indices.refresh that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement Writeable Modifier and Type Class Description classCondition<T>Base class for rollover request conditionsclassMaxAgeConditionCondition for index maximum age.classMaxDocsConditionCondition for maximum index docs.classMaxSizeConditionA size-based condition for an index size.classRolloverInfoClass for holding Rollover related information within an indexclassRolloverRequestRequest 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 Writeable in org.elasticsearch.action.admin.indices.segments
Classes in org.elasticsearch.action.admin.indices.segments that implement Writeable Modifier and Type Class Description classIndicesSegmentResponseclassIndicesSegmentsRequestclassShardSegments -
Uses of Writeable in org.elasticsearch.action.admin.indices.settings.get
Classes in org.elasticsearch.action.admin.indices.settings.get that implement Writeable Modifier and Type Class Description classGetSettingsRequestclassGetSettingsResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.settings.put
Classes in org.elasticsearch.action.admin.indices.settings.put that implement Writeable Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of Writeable in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement Writeable 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.Failuresstatic classIndicesShardStoresResponse.FailureSingle node failure while retrieving shard store informationstatic classIndicesShardStoresResponse.StoreStatusShard store information from a node -
Uses of Writeable in org.elasticsearch.action.admin.indices.shrink
Classes in org.elasticsearch.action.admin.indices.shrink that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement Writeable Modifier and Type Class Description classCommonStatsclassCommonStatsFlagsclassIndexShardStatsclassIndicesStatsRequestA request to get indices level stats.classIndicesStatsResponseclassShardStats -
Uses of Writeable in org.elasticsearch.action.admin.indices.template.delete
Classes in org.elasticsearch.action.admin.indices.template.delete that implement Writeable Modifier and Type Class Description classDeleteIndexTemplateRequestA request to delete an index template. -
Uses of Writeable in org.elasticsearch.action.admin.indices.template.get
Classes in org.elasticsearch.action.admin.indices.template.get that implement Writeable Modifier and Type Class Description classGetIndexTemplatesRequestRequest that allows to retrieve index templatesclassGetIndexTemplatesResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.template.put
Classes in org.elasticsearch.action.admin.indices.template.put that implement Writeable Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of Writeable in org.elasticsearch.action.admin.indices.upgrade.get
Classes in org.elasticsearch.action.admin.indices.upgrade.get that implement Writeable Modifier and Type Class Description classShardUpgradeStatusclassUpgradeStatusRequestclassUpgradeStatusResponse -
Uses of Writeable in org.elasticsearch.action.admin.indices.upgrade.post
Classes in org.elasticsearch.action.admin.indices.upgrade.post that implement Writeable 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 Writeable in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement Writeable Modifier and Type Class Description classQueryExplanationclassShardValidateQueryRequestInternal validate request executed directly against a specific index shard.classValidateQueryRequestA request to validate a specific query.classValidateQueryResponseThe response of the validate action. -
Uses of Writeable in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement Writeable Modifier and Type Class Description classBulkItemRequestclassBulkItemResponseRepresents a single item response for an action executed as part of the bulk API.static classBulkItemResponse.FailureRepresents a failure.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 Writeable in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement Writeable 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 Writeable in org.elasticsearch.action.explain
Classes in org.elasticsearch.action.explain that implement Writeable 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 Writeable in org.elasticsearch.action.fieldcaps
Classes in org.elasticsearch.action.fieldcaps that implement Writeable Modifier and Type Class Description classFieldCapabilitiesDescribes the capabilities of a field optionally merged across multiple indices.classFieldCapabilitiesIndexRequestclassFieldCapabilitiesIndexResponseResponse forFieldCapabilitiesIndexRequestrequests.classFieldCapabilitiesRequestclassFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of Writeable in org.elasticsearch.action.get
Classes in org.elasticsearch.action.get that implement Writeable 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.classMultiGetItemResponseA single multi get response.classMultiGetRequeststatic classMultiGetRequest.ItemA single get item.classMultiGetResponsestatic classMultiGetResponse.FailureRepresents a failure.classMultiGetShardRequestclassMultiGetShardResponse -
Uses of Writeable in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement Writeable 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 Writeable in org.elasticsearch.action.ingest
Subinterfaces of Writeable in org.elasticsearch.action.ingest Modifier and Type Interface Description interfaceSimulateDocumentResultClasses in org.elasticsearch.action.ingest that implement Writeable Modifier and Type Class Description classDeletePipelineRequestclassGetPipelineRequestclassGetPipelineResponseclassPutPipelineRequestclassSimulateDocumentBaseResultHolds the end result of what a pipeline did to sample document provided via the simulate api.classSimulateDocumentVerboseResultHolds the result of what a pipeline did to a sample document via the simulate api, but instead ofSimulateDocumentBaseResultthis result class holds the intermediate result each processor did to the sample document.classSimulatePipelineRequestclassSimulatePipelineResponseclassSimulateProcessorResult -
Uses of Writeable in org.elasticsearch.action.main
Classes in org.elasticsearch.action.main that implement Writeable Modifier and Type Class Description classMainRequestclassMainResponse -
Uses of Writeable in org.elasticsearch.action.resync
Classes in org.elasticsearch.action.resync that implement Writeable 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 Writeable in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement Writeable Modifier and Type Class Description classClearScrollRequestclassClearScrollResponseclassMultiSearchRequestA multi search API request.classMultiSearchResponseA multi search response.static classMultiSearchResponse.ItemA search response item, holding the actual search response, or an error message if it failed.classReduceSearchPhaseExceptionA failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).classSearchPhaseExecutionExceptionclassSearchRequestA request to execute search against one or more indices (or all).classSearchResponseA response of a search request.static classSearchResponse.ClustersHolds info about the clusters that the search was executed on: how many in total, how many of them were successful and how many of them were skipped.classSearchScrollRequeststatic classSearchTransportService.SearchFreeContextResponseclassShardSearchFailureRepresents a failure to search on a specific shard. -
Uses of Writeable in org.elasticsearch.action.support
Subinterfaces of Writeable in org.elasticsearch.action.support Modifier and Type Interface Description interfaceWriteRequest<R extends WriteRequest<R>>Interface implemented by requests that modify the documents in an index likeIndexRequest,UpdateRequest, andBulkRequest.Classes in org.elasticsearch.action.support that implement Writeable Modifier and Type Class Description classActiveShardCountA class whose instances represent a value for counting the number of active shard copies for a given shard in an index.classDefaultShardOperationFailedExceptionstatic classWriteRequest.RefreshPolicy -
Uses of Writeable in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement Writeable Modifier and Type Class Description classBroadcastRequest<Request extends BroadcastRequest<Request>>classBroadcastResponseBase class for all broadcast operation based responses.classBroadcastShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard.classBroadcastShardRequestclassBroadcastShardResponse -
Uses of Writeable in org.elasticsearch.action.support.broadcast.node
Classes in org.elasticsearch.action.support.broadcast.node with type parameters of type Writeable Modifier and Type Class Description classTransportBroadcastByNodeAction<Request extends BroadcastRequest<Request>,Response extends BroadcastResponse,ShardOperationResult extends Writeable>Abstraction for transporting aggregated shard-level operations in a single request (NodeRequest) per-node and executing the shard-level operations serially on the receiving node.Classes in org.elasticsearch.action.support.broadcast.node that implement Writeable Modifier and Type Class Description static classTransportBroadcastByNodeAction.EmptyResultCan be used for implementations ofshardOperationfor which there is no shard-level return value.classTransportBroadcastByNodeAction.NodeRequest -
Uses of Writeable in org.elasticsearch.action.support.master
Classes in org.elasticsearch.action.support.master that implement Writeable 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 Writeable in org.elasticsearch.action.support.master.info
Classes in org.elasticsearch.action.support.master.info that implement Writeable Modifier and Type Class Description classClusterInfoRequest<Request extends ClusterInfoRequest<Request>> -
Uses of Writeable in org.elasticsearch.action.support.nodes
Classes in org.elasticsearch.action.support.nodes that implement Writeable Modifier and Type Class Description classBaseNodeRequestclassBaseNodeResponseA base class for node level operations.classBaseNodesRequest<Request extends BaseNodesRequest<Request>>classBaseNodesResponse<TNodeResponse extends BaseNodeResponse> -
Uses of Writeable in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement Writeable 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.static classReplicationOperation.RetryOnPrimaryExceptionclassReplicationRequest<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.static classReplicationResponse.ShardInfostatic classReplicationResponse.ShardInfo.Failurestatic classReplicationTask.Statusprotected 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.ReplicaResponsestatic classTransportReplicationAction.RetryOnReplicaException -
Uses of Writeable in org.elasticsearch.action.support.single.instance
Classes in org.elasticsearch.action.support.single.instance that implement Writeable Modifier and Type Class Description classInstanceShardOperationRequest<Request extends InstanceShardOperationRequest<Request>> -
Uses of Writeable in org.elasticsearch.action.support.single.shard
Classes in org.elasticsearch.action.support.single.shard that implement Writeable Modifier and Type Class Description classSingleShardRequest<Request extends SingleShardRequest<Request>> -
Uses of Writeable in org.elasticsearch.action.support.tasks
Classes in org.elasticsearch.action.support.tasks with type parameters of type Writeable Modifier and Type Class Description classTransportTasksAction<OperationTask extends Task,TasksRequest extends BaseTasksRequest<TasksRequest>,TasksResponse extends BaseTasksResponse,TaskResponse extends Writeable>The base class for transport actions that are interacting with currently running tasks.Classes in org.elasticsearch.action.support.tasks that implement Writeable 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 Writeable in org.elasticsearch.action.termvectors
Classes in org.elasticsearch.action.termvectors that implement Writeable Modifier and Type Class Description classMultiTermVectorsItemResponseA single multi get response.classMultiTermVectorsRequestclassMultiTermVectorsResponsestatic classMultiTermVectorsResponse.FailureRepresents a failure.classMultiTermVectorsShardRequestclassMultiTermVectorsShardResponseclassTermVectorsRequestRequest returning the term vector (doc frequency, positions, offsets) for a document.classTermVectorsResponse -
Uses of Writeable in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement Writeable Modifier and Type Class Description classUpdateRequestclassUpdateResponseMethods in org.elasticsearch.action.update with type parameters of type Writeable Modifier and Type Method Description <T extends Writeable>
TUpdateHelper.Result. action()Constructors in org.elasticsearch.action.update with parameters of type Writeable Constructor Description Result(Writeable action, DocWriteResponse.Result result, Map<String,Object> updatedSourceAsMap, XContentType updateSourceContentType) -
Uses of Writeable in org.elasticsearch.client.core
Classes in org.elasticsearch.client.core that implement Writeable Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices. -
Uses of Writeable in org.elasticsearch.client.indices
Classes in org.elasticsearch.client.indices that implement Writeable Modifier and Type Class Description classCloseIndexResponsestatic classCloseIndexResponse.ShardResult.FailureclassCreateIndexResponseA response for a create index action.classPutIndexTemplateRequestA request to create an index template. -
Uses of Writeable in org.elasticsearch.client.indices.rollover
Classes in org.elasticsearch.client.indices.rollover that implement Writeable Modifier and Type Class Description classRolloverResponseResponse object forRolloverRequestAPI -
Uses of Writeable in org.elasticsearch.client.ml
Classes in org.elasticsearch.client.ml that implement Writeable 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 Writeable in org.elasticsearch.client.transport
Classes in org.elasticsearch.client.transport that implement Writeable Modifier and Type Class Description classNoNodeAvailableExceptionAn exception indicating no node is available to perform the operation. -
Uses of Writeable in org.elasticsearch.cluster
Subinterfaces of Writeable in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustominterfaceDiff<T>Represents difference between states of cluster state partsinterfaceDiffable<T>Cluster state part, changes in which can be serializedinterfaceNamedDiff<T extends Diffable<T>>Diff that also support NamedWriteable interfaceinterfaceNamedDiffable<T>Diff that also supportVersionedNamedWriteableinterfaceClasses in org.elasticsearch.cluster that implement Writeable Modifier and Type Class Description classAbstractDiffable<T extends Diffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.classAbstractNamedDiffable<T extends NamedDiffable<T>>Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or nothing is object remained the same.classClusterInfoClusterInfo is an object representing a map of nodes toDiskUsageand a map of shard ids to shard sizes, seeInternalClusterInfoService.shardIdentifierFromRouting(String)for the key used in the shardSizes mapclassClusterNameclassClusterStateRepresents the current state of the cluster.static classDiffableUtils.ImmutableOpenMapDiff<K,T>Represents differences between two ImmutableOpenMap of (possibly diffable) objectsstatic classDiffableUtils.MapDiff<K,T,M>Represents differences between two maps of objects and is used as base class for different map implementations.classDiskUsageEncapsulation class used to represent the amount of disk used on a node.classIncompatibleClusterStateVersionExceptionThrown byDiff.apply(T)methodclassNotMasterExceptionThrown when a node join request or a master ping reaches a node which is not currently acting as a master or when a cluster state update task is to be executed on a node that is no longer master.classRepositoryCleanupInProgressstatic classRepositoryCleanupInProgress.EntryclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.static classSnapshotDeletionsInProgress.EntryA class representing a snapshot deletion request entry in the cluster state.classSnapshotsInProgressMeta data about snapshots that are currently executing -
Uses of Writeable in org.elasticsearch.cluster.action.index
Classes in org.elasticsearch.cluster.action.index that implement Writeable Modifier and Type Class Description static classNodeMappingRefreshAction.NodeMappingRefreshRequest -
Uses of Writeable in org.elasticsearch.cluster.action.shard
Classes in org.elasticsearch.cluster.action.shard that implement Writeable Modifier and Type Class Description static classShardStateAction.FailedShardEntrystatic classShardStateAction.NoLongerPrimaryShardExceptionstatic classShardStateAction.StartedShardEntry -
Uses of Writeable in org.elasticsearch.cluster.block
Classes in org.elasticsearch.cluster.block that implement Writeable Modifier and Type Class Description classClusterBlockclassClusterBlockExceptionclassClusterBlocksRepresents current cluster level blocks to block dirty operations done against the cluster. -
Uses of Writeable in org.elasticsearch.cluster.coordination
Classes in org.elasticsearch.cluster.coordination that implement Writeable 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.classCoordinationMetaDatastatic classCoordinationMetaData.VotingConfigExclusionstatic classCoordinationMetaData.VotingConfigurationA collection of persistent node ids, denoting the voting configuration for cluster state changes.classCoordinationStateRejectedExceptionThis exception is thrown when rejecting state transitions on theCoordinationStateobject, for example when receiving a publish request with the wrong term or version.classFailedToCommitClusterStateExceptionThrown when failing to publish a cluster state.static classFollowersChecker.FollowerCheckRequestclassJoinTriggered by aStartJoinRequest, instances of this class represent join votes, and have a source and target node.classJoinRequestclassPeersResponseclassPreVoteRequestclassPreVoteResponseclassPublishResponseResponse to aPublishRequest, carrying the term and version of the request.classPublishWithJoinResponseResponse to aPublishRequest.classStartJoinRequestRepresents the action of requesting a join vote (seeJoin) from a node.classValidateJoinRequest -
Uses of Writeable in org.elasticsearch.cluster.health
Classes in org.elasticsearch.cluster.health that implement Writeable Modifier and Type Class Description classClusterHealthStatusclassClusterIndexHealthclassClusterShardHealthclassClusterStateHealth -
Uses of Writeable in org.elasticsearch.cluster.metadata
Subinterfaces of Writeable in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement Writeable Modifier and Type Class Description classAliasMetaDataclassDiffableStringMapThis is aMap<String, String>that implements AbstractDiffable so it can be used for cluster state purposesstatic classDiffableStringMap.DiffableStringMapDiffRepresents differences between two DiffableStringMaps.classIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classIndexGraveyard.IndexGraveyardDiffA class representing a diff of two IndexGraveyard objects.static classIndexGraveyard.TombstoneAn individual tombstone entry for representing a deleted index.classIndexMetaDataclassIndexTemplateMetaDataclassMappingMetaDataMapping configuration for a type.classMetaDatastatic classMetaData.UnknownGatewayOnlyCustomclassProcessClusterEventTimeoutExceptionclassRepositoriesMetaDataContains metadata about registered snapshot repositories -
Uses of Writeable in org.elasticsearch.cluster.node
Classes in org.elasticsearch.cluster.node that implement Writeable Modifier and Type Class Description classDiscoveryNodeA discovery node represents a node that is part of the cluster.classDiscoveryNodesThis class holds allDiscoveryNodein the cluster and provides convenience methods to access, modify merge / diff discovery nodes. -
Uses of Writeable in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement Writeable Modifier and Type Class Description classAllocationIdUniquely identifies an allocation.classIllegalShardRoutingStateExceptionThis exception defines illegal states of shard routingclassIndexRoutingTableTheIndexRoutingTablerepresents routing information for a single index.classRecoverySourceRepresents the recovery source of a shard.static classRecoverySource.EmptyStoreRecoverySourceRecovery from a fresh copystatic classRecoverySource.ExistingStoreRecoverySourceRecovery from an existing on-disk storestatic classRecoverySource.LocalShardsRecoverySourcerecovery from other shards on same node (shrink index action)static classRecoverySource.PeerRecoverySourcepeer recovery from a primary shardstatic classRecoverySource.SnapshotRecoverySourcerecovery from a snapshotclassRoutingExceptionA baseExceptions for all exceptions thrown by routing related operations.classRoutingTableRepresents a global cluster-wide routing table for all indices including the version of the current routing state.classShardRoutingShardRoutingimmutably encapsulates information about shard indexRoutings like id, state, version, etc.classUnassignedInfoHolds additional information as to why the shard is in unassigned state.static classUnassignedInfo.AllocationStatusCaptures the status of an unsuccessful allocation attempt for the shard, causing it to remain in the unassigned state. -
Uses of Writeable in org.elasticsearch.cluster.routing.allocation
Classes in org.elasticsearch.cluster.routing.allocation that implement Writeable Modifier and Type Class Description classAbstractAllocationDecisionAn abstract class for representing various types of allocation decisions.classAllocateUnassignedDecisionRepresents the allocation decision by an allocator for an unassigned shard.classAllocationDecisionAn enum which represents the various decision types that can be taken by the allocators and deciders for allocating a shard to a node.classMoveDecisionRepresents a decision to move a started shard, either because it is no longer allowed to remain on its current node or because moving it to another node will form a better cluster balance.classNodeAllocationResultThis class represents the shard allocation decision and its explanation for a single node.static classNodeAllocationResult.ShardStoreInfoA class that captures metadata about a shard store on a node.classShardAllocationDecisionRepresents the decision taken for the allocation of a single shard. -
Uses of Writeable in org.elasticsearch.cluster.routing.allocation.command
Subinterfaces of Writeable in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Interface Description interfaceAllocationCommandA command to move shards in some way.Classes in org.elasticsearch.cluster.routing.allocation.command that implement Writeable Modifier and Type Class Description classAbstractAllocateAllocationCommandAbstract base class for allocating an unassigned shard to a nodeclassAllocateEmptyPrimaryAllocationCommandAllocates an unassigned empty primary shard to a specific node.classAllocateReplicaAllocationCommandAllocates an unassigned replica shard to a specific node.classAllocateStalePrimaryAllocationCommandAllocates an unassigned stale primary shard to a specific node.classBasePrimaryAllocationCommandAbstract base class for allocating an unassigned primary shard to a nodeclassCancelAllocationCommandA command that cancels relocation, or recovery of a given shard on a node.classMoveAllocationCommandA command that moves a shard from a specific node to another node.
Note: The shard needs to be in the stateShardRoutingState.STARTEDin order to be moved. -
Uses of Writeable in org.elasticsearch.cluster.routing.allocation.decider
Classes in org.elasticsearch.cluster.routing.allocation.decider that implement Writeable Modifier and Type Class Description classDecisionThis abstract class defining basicDecisionused during shard allocation process.static classDecision.MultiSimple class representing a list of decisionsstatic classDecision.SingleSimple class representing a single decisionstatic classDecision.TypeThis enumeration defines the possible types of decisions -
Uses of Writeable in org.elasticsearch.cluster.service
Classes in org.elasticsearch.cluster.service that implement Writeable Modifier and Type Class Description classPendingClusterTask -
Uses of Writeable in org.elasticsearch.common
Classes in org.elasticsearch.common that implement Writeable Modifier and Type Class Description classFieldMemoryStatsA reusable class to encodefield -> memory sizemappingsclassParsingExceptionException that can be used when parsing queries with a givenXContentParser.classRoundingA strategy for rounding date/time based values. -
Uses of Writeable in org.elasticsearch.common.blobstore
Classes in org.elasticsearch.common.blobstore that implement Writeable Modifier and Type Class Description classBlobStoreException -
Uses of Writeable in org.elasticsearch.common.breaker
Classes in org.elasticsearch.common.breaker that implement Writeable Modifier and Type Class Description classCircuitBreakingExceptionException thrown when the circuit breaker trips -
Uses of Writeable in org.elasticsearch.common.document
Classes in org.elasticsearch.common.document that implement Writeable Modifier and Type Class Description classDocumentField -
Uses of Writeable in org.elasticsearch.common.geo
Classes in org.elasticsearch.common.geo that implement Writeable Modifier and Type Class Description classGeoDistanceGeo distance calculation.classShapeRelationEnum representing the relationship between a Query / Filter Shape and indexed Shapes that will be used to determine if a Document should be matched or notclassSpatialStrategy -
Uses of Writeable in org.elasticsearch.common.geo.builders
Classes in org.elasticsearch.common.geo.builders that implement Writeable Modifier and Type Class Description classCircleBuilderclassEnvelopeBuilderclassGeometryCollectionBuilderclassLineStringBuilderclassMultiLineStringBuilderclassMultiPointBuilderclassMultiPolygonBuilderclassPointBuilderclassPolygonBuilderThePolygonBuilderimplements the groundwork to create polygons.classShapeBuilder<T extends Shape,G extends Geometry,E extends ShapeBuilder<T,G,E>>Basic class for building GeoJSON shapes like Polygons, Linestrings, etc -
Uses of Writeable in org.elasticsearch.common.io.stream
Subinterfaces of Writeable in org.elasticsearch.common.io.stream Modifier and Type Interface Description interfaceNamedWriteableAWriteableobject identified by its name.interfaceVersionedNamedWriteableANamedWriteablethat has a minimum version associated with it.Classes in org.elasticsearch.common.io.stream that implement Writeable Modifier and Type Class Description classNotSerializableExceptionWrapperThis exception can be used to wrap a given, not serializable exception to serialize viaStreamOutput.writeException(Throwable).Methods in org.elasticsearch.common.io.stream with type parameters of type Writeable Modifier and Type Method Description <T extends Writeable>
TStreamInput. readOptionalWriteable(Writeable.Reader<T> reader)<T extends Writeable>
voidStreamOutput. writeArray(T[] array)Writes the specified array ofWriteables.<T extends Writeable>
voidStreamOutput. writeOptionalArray(T[] array)Same asStreamOutput.writeArray(Writeable[])but the provided array may be null.Methods in org.elasticsearch.common.io.stream with parameters of type Writeable Modifier and Type Method Description <T extends Writeable>
voidStreamOutput. writeArray(T[] array)Writes the specified array ofWriteables.<T extends Writeable>
voidStreamOutput. writeOptionalArray(T[] array)Same asStreamOutput.writeArray(Writeable[])but the provided array may be null.voidStreamOutput. writeOptionalWriteable(Writeable writeable)Method parameters in org.elasticsearch.common.io.stream with type arguments of type Writeable Modifier and Type Method Description voidStreamOutput. writeCollection(Collection<? extends Writeable> collection)Writes a collection to this stream.voidStreamOutput. writeList(List<? extends Writeable> list)Writes a list ofWriteableobjects -
Uses of Writeable in org.elasticsearch.common.lucene.search.function
Classes in org.elasticsearch.common.lucene.search.function that implement Writeable Modifier and Type Class Description classCombineFunctionstatic classFieldValueFactorFunction.ModifierThe Type class encapsulates the modification types that can be applied to the score/value product.static classFunctionScoreQuery.ScoreMode -
Uses of Writeable in org.elasticsearch.common.settings
Classes in org.elasticsearch.common.settings that implement Writeable Modifier and Type Class Description classNoClassSettingsExceptionA specific type ofSettingsExceptionindicating failure to load a class based on a settings value.classSettingsExceptionA generic failure to handle settings. -
Uses of Writeable in org.elasticsearch.common.transport
Classes in org.elasticsearch.common.transport that implement Writeable Modifier and Type Class Description classBoundTransportAddressA bounded transport address is a tuple ofTransportAddress, one array that represents the addresses the transport is bound to, and the other is the published one that represents the address clients should communicate on.classTransportAddressA transport address used for IP socket address (wrapsInetSocketAddress). -
Uses of Writeable in org.elasticsearch.common.unit
Classes in org.elasticsearch.common.unit that implement Writeable Modifier and Type Class Description classByteSizeUnitASizeUnitrepresents size at a given unit of granularity and provides utility methods to convert across units.classByteSizeValueclassDistanceUnitThe DistanceUnit enumerates several units for measuring distances.classFuzzinessA unit class that encapsulates all in-exact search parsing and conversion from similarities to edit distances etc.classSizeValue -
Uses of Writeable in org.elasticsearch.common.util
Classes in org.elasticsearch.common.util that implement Writeable Modifier and Type Class Description static classCancellableThreads.ExecutionCancelledExceptionclassCuckooFilterAn approximate set membership datastructure CuckooFilters are similar to Bloom Filters in usage; values are inserted, and the Cuckoo can be asked if it has seen a particular value before.classSetBackedScalingCuckooFilterAn approximate set membership datastructure that scales as more unique values are inserted. -
Uses of Writeable in org.elasticsearch.common.util.concurrent
Classes in org.elasticsearch.common.util.concurrent that implement Writeable Modifier and Type Class Description classThreadContextA ThreadContext is a map of string headers and a transient map of keyed objects that are associated with a thread.classUncategorizedExecutionException -
Uses of Writeable in org.elasticsearch.common.xcontent
Classes in org.elasticsearch.common.xcontent that implement Writeable Modifier and Type Class Description classUnknownNamedObjectExceptionThrown whenNamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object)is called with an unregistered name. -
Uses of Writeable in org.elasticsearch.discovery
Classes in org.elasticsearch.discovery that implement Writeable Modifier and Type Class Description classDiscoveryStatsclassMasterNotDiscoveredExceptionclassPeersRequest -
Uses of Writeable in org.elasticsearch.discovery.zen
Classes in org.elasticsearch.discovery.zen that implement Writeable Modifier and Type Class Description static classMasterFaultDetection.MasterPingRequeststatic classMasterFaultDetection.MasterPingResponseResponsestatic classMembershipAction.JoinRequeststatic classMembershipAction.LeaveRequeststatic classNodesFaultDetection.PingRequeststatic classNodesFaultDetection.PingResponseclassPendingClusterStateStatsClass encapsulating stats about the PendingClusterStatsQueuestatic classPublishClusterStateAction.CommitClusterStateRequestclassPublishClusterStateStatsClass encapsulating stats about the PublishClusterStateActionstatic classUnicastZenPing.UnicastPingRequeststatic classUnicastZenPing.UnicastPingResponsestatic classZenDiscovery.RejoinClusterRequeststatic classZenPing.PingResponse -
Uses of Writeable in org.elasticsearch.env
Classes in org.elasticsearch.env that implement Writeable Modifier and Type Class Description classShardLockObtainFailedExceptionException used when the in-memory lock for a shard cannot be obtained -
Uses of Writeable in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement Writeable Modifier and Type Class Description classGatewayExceptionstatic classLocalAllocateDangledIndices.AllocateDangledRequeststatic classLocalAllocateDangledIndices.AllocateDangledResponsestatic classTransportNodesListGatewayMetaState.NodeGatewayMetaStatestatic classTransportNodesListGatewayMetaState.NodeRequeststatic classTransportNodesListGatewayMetaState.NodesGatewayMetaStatestatic classTransportNodesListGatewayMetaState.Requeststatic classTransportNodesListGatewayStartedShards.NodeGatewayStartedShardsstatic classTransportNodesListGatewayStartedShards.NodeRequeststatic classTransportNodesListGatewayStartedShards.NodesGatewayStartedShardsstatic classTransportNodesListGatewayStartedShards.Request -
Uses of Writeable in org.elasticsearch.http
Classes in org.elasticsearch.http that implement Writeable Modifier and Type Class Description classBindHttpExceptionclassHttpExceptionclassHttpInfoclassHttpStats -
Uses of Writeable in org.elasticsearch.index
Classes in org.elasticsearch.index that implement Writeable Modifier and Type Class Description classIndexA value class representing the basic required properties of an Elasticsearch index.classIndexNotFoundExceptionclassVersionType -
Uses of Writeable in org.elasticsearch.index.analysis
Classes in org.elasticsearch.index.analysis that implement Writeable Modifier and Type Class Description classNameOrDefinition -
Uses of Writeable in org.elasticsearch.index.cache.query
Classes in org.elasticsearch.index.cache.query that implement Writeable Modifier and Type Class Description classQueryCacheStats -
Uses of Writeable in org.elasticsearch.index.cache.request
Classes in org.elasticsearch.index.cache.request that implement Writeable Modifier and Type Class Description classRequestCacheStats -
Uses of Writeable in org.elasticsearch.index.engine
Classes in org.elasticsearch.index.engine that implement Writeable Modifier and Type Class Description classCommitStatsa class the returns dynamic information with respect to the last commit point of this shardclassDocumentMissingExceptionclassDocumentSourceMissingExceptionstatic classEngine.CommitIdclassEngineCreationFailureExceptionAn exception indicating that anEnginecreation failed.classEngineExceptionclassFlushFailedEngineExceptionclassRecoveryEngineExceptionclassRefreshFailedEngineExceptionclassSegmentclassSegmentsStatsclassSnapshotFailedEngineExceptionclassVersionConflictEngineException -
Uses of Writeable in org.elasticsearch.index.fielddata
Classes in org.elasticsearch.index.fielddata that implement Writeable Modifier and Type Class Description classFieldDataStats -
Uses of Writeable in org.elasticsearch.index.flush
Classes in org.elasticsearch.index.flush that implement Writeable Modifier and Type Class Description classFlushStats -
Uses of Writeable in org.elasticsearch.index.get
Classes in org.elasticsearch.index.get that implement Writeable Modifier and Type Class Description classGetResultclassGetStats -
Uses of Writeable in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement Writeable Modifier and Type Class Description classMapperExceptionclassMapperParsingExceptionclassStrictDynamicMappingException -
Uses of Writeable in org.elasticsearch.index.merge
Classes in org.elasticsearch.index.merge that implement Writeable Modifier and Type Class Description classMergeStats -
Uses of Writeable in org.elasticsearch.index.query
Subinterfaces of Writeable in org.elasticsearch.index.query Modifier and Type Interface Description interfaceMultiTermQueryBuilderinterfaceQueryBuilderinterfaceSpanQueryBuilderMarker interface for a specific type ofQueryBuilderthat allows to build span queries.Classes in org.elasticsearch.index.query that implement Writeable Modifier and Type Class Description classAbstractGeometryQueryBuilder<QB extends AbstractGeometryQueryBuilder<QB>>BaseQueryBuilderthat builds a Geometry QueryclassAbstractQueryBuilder<QB extends AbstractQueryBuilder<QB>>Base class for all classes producing lucene queries.classBaseTermQueryBuilder<QB extends BaseTermQueryBuilder<QB>>classBoolQueryBuilderA Query that matches documents matching boolean combinations of other queries.classBoostingQueryBuilderThe BoostingQuery class can be used to effectively demote results that match a given query.classCommonTermsQueryBuilderDeprecated.Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.classConstantScoreQueryBuilderA query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.classDisMaxQueryBuilderA query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.classDistanceFeatureQueryBuilderA query to boost scores based on their proximity to the given origin for date, date_nanos and geo_point field typesclassExistsQueryBuilderConstructs a query that only match on documents that the field has a value in them.classFieldMaskingSpanQueryBuilderclassFuzzyQueryBuilderA Query that does fuzzy matching for a specific value.classGeoBoundingBoxQueryBuilderCreates a Lucene query that will filter for all documents that lie within the specified bounding box.classGeoDistanceQueryBuilderFilter results of a query to include only those within a specific distance to some geo point.classGeoExecTypeSpecifies how a geo query should be run.classGeoPolygonQueryBuilderclassGeoShapeQueryBuilderDerivedAbstractGeometryQueryBuilderthat builds a lat, lon GeoShape QueryclassGeoValidationMethodThis enum is used to determine how to deal with invalid geo coordinates in geo related queries: On STRICT validation invalid coordinates cause an exception to be thrown.classIdsQueryBuilderA query that will return only documents matching specific ids (and a type).classInnerHitBuilderclassIntervalQueryBuilderBuilder forIntervalQueryclassIntervalsSourceProviderFactory class forIntervalsSourceBuilt-in sources includeIntervalsSourceProvider.Match, which analyzes a text string and converts it to a proximity source (phrase, ordered or unordered depending on how strict the matching should be);IntervalsSourceProvider.Combine, which allows proximity queries between different sub-sources; andIntervalsSourceProvider.Disjunction.static classIntervalsSourceProvider.Combinestatic classIntervalsSourceProvider.Disjunctionstatic classIntervalsSourceProvider.IntervalFilterstatic classIntervalsSourceProvider.Matchstatic classIntervalsSourceProvider.Prefixstatic classIntervalsSourceProvider.WildcardclassMatchAllQueryBuilderA query that matches on all documents.classMatchBoolPrefixQueryBuilderThe boolean prefix query analyzes the input text and creates a boolean query containing a Term query for each term, except for the last term, which is used to create a prefix queryclassMatchNoneQueryBuilderA query that matches no document.classMatchPhrasePrefixQueryBuilderMatch query is a query that analyzes the text and constructs a phrase prefix query as the result of the analysis.classMatchPhraseQueryBuilderMatch query is a query that analyzes the text and constructs a phrase query as the result of the analysis.classMatchQueryBuilderMatch query is a query that analyzes the text and constructs a query as the result of the analysis.classMoreLikeThisQueryBuilderA more like this query that finds documents that are "like" the provided set of document(s).static classMoreLikeThisQueryBuilder.ItemA single item to be used for aMoreLikeThisQueryBuilder.classMultiMatchQueryBuilderSame asMatchQueryBuilderbut supports multiple fields.static classMultiMatchQueryBuilder.TypeclassNestedQueryBuilderclassOperatorclassPrefixQueryBuilderA Query that matches documents containing terms with a specified prefix.classQueryShardExceptionException that is thrown when creating lucene queries on the shardclassQueryStringQueryBuilderA query that parses a query string and runs it.classRangeQueryBuilderA Query that matches documents within an range of terms.classRegexpQueryBuilderA Query that does fuzzy matching for a specific value.classScriptQueryBuilderclassSimpleQueryStringBuilderSimpleQuery is a query parser that acts similar to a query_string query, but won't throw exceptions for any weird string syntax.classSpanContainingQueryBuilderBuilder forSpanContainingQuery.classSpanFirstQueryBuilderclassSpanMultiTermQueryBuilderQuery that allows wrapping aMultiTermQueryBuilder(one of wildcard, fuzzy, prefix, term, range or regexp query) as aSpanQueryBuilderso it can be nested.classSpanNearQueryBuilderMatches spans which are near one another.static classSpanNearQueryBuilder.SpanGapQueryBuilderSpanGapQueryBuilder enables gaps in a SpanNearQuery.classSpanNotQueryBuilderclassSpanOrQueryBuilderSpan query that matches the union of its clauses.classSpanTermQueryBuilderA Span Query that matches documents containing a term.classSpanWithinQueryBuilderBuilder forSpanWithinQuery.classTermQueryBuilderA Query that matches documents containing a term.classTermsQueryBuilderA filter for a field based on several terms matching on any of them.classTermsSetQueryBuilderclassTypeQueryBuilderclassWildcardQueryBuilderImplements the wildcard search query.classWrapperQueryBuilderA Query builder which allows building a query given JSON string or binary data provided as input. -
Uses of Writeable in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement Writeable Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classExponentialDecayFunctionBuilderclassFieldValueFactorFunctionBuilderBuilder to constructfield_value_factorfunctions for a function score query.classFunctionScoreQueryBuilderA query that uses a filters with a script associated with them to compute the score.static classFunctionScoreQueryBuilder.FilterFunctionBuilderFunction to be associated with an optional filter, meaning it will be executed only for the documents that match the given filter.classGaussDecayFunctionBuilderclassLinearDecayFunctionBuilderclassRandomScoreFunctionBuilderA function that computes a random score for the matched documentsclassScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>>classScriptScoreFunctionBuilderA function that uses a script to compute or influence the score of documents that match with the inner query or filter.classScriptScoreQueryBuilderA query that computes a document score based on the provided scriptclassWeightBuilderA query that multiplies the weight to the score. -
Uses of Writeable in org.elasticsearch.index.rankeval
Subinterfaces of Writeable in org.elasticsearch.index.rankeval Modifier and Type Interface Description interfaceEvaluationMetricImplementations ofEvaluationMetricneed to provide a way to compute the quality metric for a result list returned by some search (@linkSearchHits) and a list of rated documents.interfaceMetricDetailDetails about a specificEvaluationMetricthat should be included in the resonse.Classes in org.elasticsearch.index.rankeval that implement Writeable Modifier and Type Class Description classEvalQueryQualityResult of the evaluation metric calculation on one particular query alone.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.classRankEvalSpecSpecification of the ranking evaluation request.
This class groups the queries to evaluate, including their document ratings, and the evaluation metric including its parameters.classRatedDocumentRepresents a document (specified by its _index/_id) and its corresponding rating with respect to a specific search query.classRatedRequestDefinition of a particular query in the ranking evaluation request.
This usually represents a single user search intent and consists of an id (ideally human readable and referencing the search intent), the list of indices to be queries and theSearchSourceBuilderthat will be used to create the search request for this search intent.
Alternatively, a template id and template parameters can be provided instead.
Finally, a list of rated documents for this query also needs to be provided.classRatedSearchHitCombines aSearchHitwith a document rating. -
Uses of Writeable in org.elasticsearch.index.recovery
Classes in org.elasticsearch.index.recovery that implement Writeable Modifier and Type Class Description classRecoveryStatsRecovery related statistics, starting at the shard level and allowing aggregation to indices and node level -
Uses of Writeable in org.elasticsearch.index.refresh
Classes in org.elasticsearch.index.refresh that implement Writeable Modifier and Type Class Description classRefreshStats -
Uses of Writeable in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement Writeable 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.static classBulkByScrollTask.StatusStatus of the reindex, update by query, or delete by query.static classBulkByScrollTask.StatusOrExceptionThe status of a slice of the 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.classRemoteInfostatic classScrollableHitSource.SearchFailureA failure during search.classUpdateByQueryRequestRequest to update some documents. -
Uses of Writeable in org.elasticsearch.index.search
Classes in org.elasticsearch.index.search that implement Writeable Modifier and Type Class Description static classMatchQuery.Typestatic classMatchQuery.ZeroTermsQuery -
Uses of Writeable in org.elasticsearch.index.search.stats
Classes in org.elasticsearch.index.search.stats that implement Writeable Modifier and Type Class Description classSearchStatsstatic classSearchStats.Stats -
Uses of Writeable in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement Writeable Modifier and Type Class Description static classGlobalCheckpointSyncAction.Requeststatic classReplicationTracker.CheckpointStatestatic classReplicationTracker.PrimaryContextRepresents the sequence number component of the primary context.classRetentionLeaseA "shard history retention lease" (or "retention lease" for short) is conceptually a marker containing a retaining sequence number such that all operations with sequence number at least that retaining sequence number will be retained during merge operations (which could otherwise merge away operations that have been soft deleted).static classRetentionLeaseActions.AddRequeststatic classRetentionLeaseActions.RemoveRequeststatic classRetentionLeaseActions.RenewRequeststatic classRetentionLeaseActions.ResponseclassRetentionLeaseAlreadyExistsExceptionstatic classRetentionLeaseBackgroundSyncAction.RequestclassRetentionLeaseInvalidRetainingSeqNoExceptionclassRetentionLeaseNotFoundExceptionclassRetentionLeasesRepresents a versioned collection of retention leases.classRetentionLeaseStatsRepresents retention lease stats.static classRetentionLeaseSyncAction.Requeststatic classRetentionLeaseSyncAction.ResponseclassSeqNoStats -
Uses of Writeable in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement Writeable Modifier and Type Class Description classDocsStatsclassIllegalIndexShardStateExceptionclassIndexingStatsstatic classIndexingStats.StatsclassIndexShardClosedExceptionclassIndexShardNotRecoveringExceptionclassIndexShardNotStartedExceptionclassIndexShardRecoveringExceptionclassIndexShardRecoveryExceptionclassIndexShardRelocatedExceptionclassIndexShardStartedExceptionstatic classPrimaryReplicaSyncer.ResyncRequeststatic classPrimaryReplicaSyncer.ResyncTask.StatusclassShardIdAllows for shard level components to be injected with the shard id.classShardNotFoundExceptionclassShardNotInPrimaryModeException -
Uses of Writeable in org.elasticsearch.index.snapshots
Classes in org.elasticsearch.index.snapshots that implement Writeable Modifier and Type Class Description classIndexShardRestoreExceptionGeneric shard restore exceptionclassIndexShardRestoreFailedExceptionThrown when restore of a shard failsclassIndexShardSnapshotExceptionGeneric shard snapshot exceptionclassIndexShardSnapshotFailedExceptionThrown when snapshot process is failed on a shard level -
Uses of Writeable in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement Writeable Modifier and Type Class Description static classStore.MetadataSnapshotRepresents a snapshot of the current directory build from the latest Lucene commit.classStoreFileMetaDataclassStoreStats -
Uses of Writeable in org.elasticsearch.index.translog
Classes in org.elasticsearch.index.translog that implement Writeable Modifier and Type Class Description classTranslogCorruptedExceptionclassTranslogExceptionclassTranslogStatsclassTruncatedTranslogException -
Uses of Writeable in org.elasticsearch.index.warmer
Classes in org.elasticsearch.index.warmer that implement Writeable Modifier and Type Class Description classWarmerStats -
Uses of Writeable in org.elasticsearch.indices
Classes in org.elasticsearch.indices that implement Writeable Modifier and Type Class Description classAliasFilterParsingExceptionclassIndexClosedExceptionException indicating that one or more requested indices are closed.classIndexCreationExceptionclassIndexPrimaryShardNotAllocatedExceptionThrown when some action cannot be performed because the primary shard of some shard group in an index has not been allocated post api action.classIndexTemplateMissingExceptionclassInvalidAliasNameExceptionclassInvalidIndexNameExceptionclassInvalidIndexTemplateExceptionclassInvalidTypeNameExceptionclassNodeIndicesStatsGlobal information on indices stats running on a specific node.classTermsLookupEncapsulates the parameters needed to fetch terms.classTypeMissingException -
Uses of Writeable in org.elasticsearch.indices.breaker
Classes in org.elasticsearch.indices.breaker that implement Writeable Modifier and Type Class Description classAllCircuitBreakerStatsStats class encapsulating all of the different circuit breaker statsclassCircuitBreakerStatsClass encapsulating stats about the circuit breaker -
Uses of Writeable in org.elasticsearch.indices.flush
Classes in org.elasticsearch.indices.flush that implement Writeable Modifier and Type Class Description classShardsSyncedFlushResultResult for all copies of a shardstatic classSyncedFlushService.InFlightOpsRequeststatic classSyncedFlushService.PreShardSyncedFlushRequeststatic classSyncedFlushService.ShardSyncedFlushRequeststatic classSyncedFlushService.ShardSyncedFlushResponseResponse for third step of synced flush (writing the sync id) for one shard copy -
Uses of Writeable in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement Writeable Modifier and Type Class Description classDelayRecoveryExceptionAn exception marking that this recovery attempt should be ignored (since probably, we already recovered).classRecoverFilesRecoveryExceptionclassRecoveryCleanFilesRequestclassRecoveryFailedExceptionclassRecoveryFileChunkRequestclassRecoveryFilesInfoRequestclassRecoveryResponseclassRecoveryStateKeeps track of state related to shard recovery.static classRecoveryState.Filestatic classRecoveryState.Indexstatic classRecoveryState.Timerstatic classRecoveryState.Translogstatic classRecoveryState.VerifyIndexclassRecoveryTranslogOperationsRequestclassStartRecoveryRequestRepresents a request for starting a peer recovery. -
Uses of Writeable in org.elasticsearch.indices.store
Classes in org.elasticsearch.indices.store that implement Writeable Modifier and Type Class Description static classTransportNodesListShardStoreMetaData.NodeRequeststatic classTransportNodesListShardStoreMetaData.NodesStoreFilesMetaDatastatic classTransportNodesListShardStoreMetaData.NodeStoreFilesMetaDatastatic classTransportNodesListShardStoreMetaData.Requeststatic classTransportNodesListShardStoreMetaData.StoreFilesMetaData -
Uses of Writeable in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement Writeable Modifier and Type Class Description classIngestInfoclassIngestMetadataHolds the ingest pipelines that are available in the clusterclassIngestProcessorExceptionA dedicated wrapper for exceptions encountered executing an ingest processor.classIngestStatsstatic classIngestStats.StatsclassPipelineConfigurationEncapsulates a pipeline's id and configuration as a blobclassProcessorInfo -
Uses of Writeable in org.elasticsearch.monitor.fs
Classes in org.elasticsearch.monitor.fs that implement Writeable Modifier and Type Class Description classFsInfostatic classFsInfo.DeviceStatsstatic classFsInfo.IoStatsstatic classFsInfo.Path -
Uses of Writeable in org.elasticsearch.monitor.jvm
Classes in org.elasticsearch.monitor.jvm that implement Writeable Modifier and Type Class Description classJvmInfostatic classJvmInfo.MemclassJvmStatsstatic classJvmStats.BufferPoolstatic classJvmStats.Classesstatic classJvmStats.GarbageCollectorstatic classJvmStats.GarbageCollectorsstatic classJvmStats.Memstatic classJvmStats.MemoryPoolstatic classJvmStats.Threads -
Uses of Writeable in org.elasticsearch.monitor.os
Classes in org.elasticsearch.monitor.os that implement Writeable Modifier and Type Class Description classOsInfoclassOsStatsstatic classOsStats.CgroupEncapsulates basic cgroup statistics.static classOsStats.Cgroup.CpuStatEncapsulates CPU time statistics.static classOsStats.Cpustatic classOsStats.Memstatic classOsStats.Swap -
Uses of Writeable in org.elasticsearch.monitor.process
Classes in org.elasticsearch.monitor.process that implement Writeable Modifier and Type Class Description classProcessInfoclassProcessStatsstatic classProcessStats.Cpustatic classProcessStats.Mem -
Uses of Writeable in org.elasticsearch.node
Classes in org.elasticsearch.node that implement Writeable Modifier and Type Class Description classAdaptiveSelectionStatsClass representing statistics about adaptive replica selection.classNodeClosedExceptionAn exception indicating that node is closed.static classResponseCollectorService.ComputedNodeStatsStruct-like class encapsulating a point-in-time snapshot of a particular node's statistics. -
Uses of Writeable in org.elasticsearch.persistent
Subinterfaces of Writeable in org.elasticsearch.persistent Modifier and Type Interface Description interfacePersistentTaskParamsParameters used to start persistent taskinterfacePersistentTaskStatePersistentTaskStaterepresents the state of the persistent tasks, as it is persisted in the cluster state.Classes in org.elasticsearch.persistent that implement Writeable Modifier and Type Class Description static classCompletionPersistentTaskAction.RequestclassPersistentTaskResponseResponse upon a successful start or an persistent taskclassPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasksstatic classPersistentTasksCustomMetaData.PersistentTask<P extends PersistentTaskParams>A record that represents a single running persistent taskstatic classPersistentTasksNodeService.Statusstatic classRemovePersistentTaskAction.Requeststatic classStartPersistentTaskAction.Requeststatic classUpdatePersistentTaskStatusAction.Request -
Uses of Writeable in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins that implement Writeable Modifier and Type Class Description classPluginInfoAn in-memory representation of the plugin descriptor. -
Uses of Writeable in org.elasticsearch.repositories
Classes in org.elasticsearch.repositories that implement Writeable Modifier and Type Class Description classIndexIdRepresents a single snapshotted index in the repository.classRepositoryCleanupResultclassRepositoryExceptionGeneric repository exceptionclassRepositoryMissingExceptionRepository missing exceptionclassRepositoryVerificationExceptionRepository verification exceptionstatic classVerifyNodeRepositoryAction.VerifyNodeRepositoryRequest -
Uses of Writeable in org.elasticsearch.rest.action.admin.indices
Classes in org.elasticsearch.rest.action.admin.indices that implement Writeable Modifier and Type Class Description classAliasesNotFoundException -
Uses of Writeable in org.elasticsearch.script
Classes in org.elasticsearch.script that implement Writeable Modifier and Type Class Description classGeneralScriptExceptionDeprecated.Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g.classScriptScriptrepresents used-defined input that can be used to compile and execute a script from theScriptServicebased on theScriptType.classScriptExceptionException from a scripting engine.classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.classScriptStatsclassScriptTypeScriptType represents the way a script is stored and retrieved from theScriptService.classStoredScriptSourceStoredScriptSourcerepresents user-defined parameters for a script saved in theClusterState. -
Uses of Writeable in org.elasticsearch.script.mustache
Classes in org.elasticsearch.script.mustache that implement Writeable Modifier and Type Class Description classMultiSearchTemplateRequestclassMultiSearchTemplateResponsestatic classMultiSearchTemplateResponse.ItemA search template response item, holding the actual search template response, or an error message if it failed.classSearchTemplateRequestA request to execute a search based on a search template.classSearchTemplateResponse -
Uses of Writeable in org.elasticsearch.search
Subinterfaces of Writeable in org.elasticsearch.search Modifier and Type Interface Description interfaceDocValueFormatA formatter for values as returned by the fielddata/doc-values APIs.Classes in org.elasticsearch.search that implement Writeable Modifier and Type Class Description static classDocValueFormat.DateTimestatic classDocValueFormat.DecimalclassMultiValueModeDefines what values to pick in the case a document contains multiple values for a particular field.classScrollA scroll enables scrolling of search request.classSearchContextMissingExceptionclassSearchExceptionclassSearchExtBuilderIntermediate serializable representation of a search ext section.classSearchHitA single search hit.static classSearchHit.NestedIdentityEncapsulates the nested identity of a hit.classSearchHitsclassSearchParseExceptionclassSearchPhaseResultThis class is a base class for all search related results.static classSearchService.CanMatchResponseclassSearchShardTargetThe target that the search request was executed on.classSearchSortValues -
Uses of Writeable in org.elasticsearch.search.aggregations
-
Uses of Writeable in org.elasticsearch.search.aggregations.bucket
Classes in org.elasticsearch.search.aggregations.bucket that implement Writeable Modifier and Type Class Description classInternalSingleBucketAggregationA base class for all the single bucket aggregations. -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.adjacency
Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement Writeable Modifier and Type Class Description classAdjacencyMatrixAggregationBuilderprotected static classAdjacencyMatrixAggregator.KeyedFilterclassInternalAdjacencyMatrixstatic classInternalAdjacencyMatrix.InternalBucket -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.composite
Classes in org.elasticsearch.search.aggregations.bucket.composite that implement Writeable Modifier and Type Class Description classCompositeAggregationBuilderclassCompositeValuesSourceBuilder<AB extends CompositeValuesSourceBuilder<AB>>AValuesSourcebuilder forCompositeAggregationBuilderclassDateHistogramValuesSourceBuilderACompositeValuesSourceBuilderthat builds aRoundingValuesSourcefrom aScriptor a field name using the provided interval.classGeoTileGridValuesSourceBuilderclassHistogramValuesSourceBuilderACompositeValuesSourceBuilderthat builds aHistogramValuesSourcefrom another numeric values source using the provided interval.classInternalCompositestatic classInternalComposite.InternalBucketclassTermsValuesSourceBuilder -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.filter
Classes in org.elasticsearch.search.aggregations.bucket.filter that implement Writeable Modifier and Type Class Description classFilterAggregationBuilderclassFiltersAggregationBuilderstatic classFiltersAggregator.KeyedFilterclassInternalFilterclassInternalFiltersstatic classInternalFilters.InternalBucket -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.geogrid
Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement Writeable Modifier and Type Class Description classGeoGridAggregationBuilderclassGeoHashGridAggregationBuilderclassGeoTileGridAggregationBuilderclassInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoGridBucket<B extends InternalGeoGridBucket>classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoHashGridBucketclassInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridBucket -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.global
Classes in org.elasticsearch.search.aggregations.bucket.global that implement Writeable Modifier and Type Class Description classGlobalAggregationBuilderclassInternalGlobalA global scope get (the document set on which we aggregate is all documents in the search context (ie. -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.histogram
Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement Writeable Modifier and Type Class Description classAutoDateHistogramAggregationBuilderstatic classAutoDateHistogramAggregationBuilder.RoundingInfoclassDateHistogramAggregationBuilderA builder for histograms on date fields.classDateHistogramIntervalThe interval the date histogram is based on.classDateIntervalWrapperA class that handles all the parsing, bwc and deprecations surrounding date histogram intervals.static classDateIntervalWrapper.IntervalTypeEnumclassExtendedBoundsclassHistogramAggregationBuilderA builder for histograms on numeric fields.classInternalAutoDateHistogramImplementation ofHistogram.static classInternalAutoDateHistogram.BucketclassInternalDateHistogramImplementation ofHistogram.static classInternalDateHistogram.BucketclassInternalHistogramImplementation ofHistogram.static classInternalHistogram.Bucket -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.missing
Classes in org.elasticsearch.search.aggregations.bucket.missing that implement Writeable Modifier and Type Class Description classInternalMissingclassMissingAggregationBuilder -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.nested
Classes in org.elasticsearch.search.aggregations.bucket.nested that implement Writeable Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.classNestedAggregationBuilderclassReverseNestedAggregationBuilder -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.range
Classes in org.elasticsearch.search.aggregations.bucket.range that implement Writeable Modifier and Type Class Description classAbstractRangeBuilder<AB extends AbstractRangeBuilder<AB,R>,R extends RangeAggregator.Range>classDateRangeAggregationBuilderclassGeoDistanceAggregationBuilderstatic classGeoDistanceAggregationBuilder.RangeclassInternalBinaryRangeA range aggregation for data that is encoded in doc values using a binary representation.static classInternalBinaryRange.BucketclassInternalDateRangestatic classInternalDateRange.BucketclassInternalGeoDistanceclassInternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>>static classInternalRange.BucketclassIpRangeAggregationBuilderclassRangeAggregationBuilderstatic classRangeAggregator.Range -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.sampler
Classes in org.elasticsearch.search.aggregations.bucket.sampler that implement Writeable Modifier and Type Class Description classDiversifiedAggregationBuilderclassInternalSamplerclassSamplerAggregationBuilderclassUnmappedSampler -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.significant
Classes in org.elasticsearch.search.aggregations.bucket.significant that implement Writeable Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.static classInternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>>classSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.static classSignificantStringTerms.BucketclassSignificantTermsAggregationBuilderclassSignificantTextAggregationBuilderclassUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field.protected static classUnmappedSignificantTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Classes in org.elasticsearch.search.aggregations.bucket.significant.heuristics that implement Writeable Modifier and Type Class Description classChiSquareclassGNDclassJLHScoreclassMutualInformationclassNXYSignificanceHeuristicclassPercentageScoreclassScriptHeuristicclassSignificanceHeuristicHeuristic for thatSignificantTermsuses to pick out significant terms. -
Uses of Writeable in org.elasticsearch.search.aggregations.bucket.terms
Classes in org.elasticsearch.search.aggregations.bucket.terms that implement Writeable Modifier and Type Class Description classDoubleTermsResult of theTermsAggregatorwhen the field is some kind of decimal number like a float, double, or distance.classIncludeExcludeDefines the include/exclude regular expression filtering for string terms aggregation.classInternalMappedRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classInternalRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>static classInternalRareTerms.Bucket<B extends InternalRareTerms.Bucket<B>>classInternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>static classInternalTerms.Bucket<B extends InternalTerms.Bucket<B>>classLongRareTermsResult of the RareTerms aggregation when the field is some kind of whole number like a integer, long, or a date.static classLongRareTerms.BucketclassLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.static classLongTerms.BucketclassRareTermsAggregationBuilderclassStringRareTermsstatic classStringRareTerms.BucketclassStringTermsResult of theTermsAggregatorwhen the field is a String.static classStringTerms.BucketclassTermsAggregationBuilderstatic classTermsAggregator.BucketCountThresholdsclassUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.protected static classUnmappedRareTerms.BucketclassUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped.protected static classUnmappedTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of Writeable in org.elasticsearch.search.aggregations.metrics
-
Uses of Writeable in org.elasticsearch.search.aggregations.pipeline
-
Uses of Writeable in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support that implement Writeable Modifier and Type Class Description classMultiValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Similar toValuesSourceAggregationBuilder, except it references multiple ValuesSources (e.g.static classMultiValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>classMultiValuesSourceFieldConfigclassValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>static classValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>classValuesSourceTypeclassValueType -
Uses of Writeable in org.elasticsearch.search.builder
Classes in org.elasticsearch.search.builder that implement Writeable Modifier and Type Class Description classSearchSourceBuilderA search source builder allowing to easily build search source.static classSearchSourceBuilder.IndexBooststatic classSearchSourceBuilder.ScriptFieldclassSearchSourceBuilderException -
Uses of Writeable in org.elasticsearch.search.collapse
Classes in org.elasticsearch.search.collapse that implement Writeable Modifier and Type Class Description classCollapseBuilderA builder that enables field collapsing on search request. -
Uses of Writeable in org.elasticsearch.search.dfs
Classes in org.elasticsearch.search.dfs that implement Writeable Modifier and Type Class Description classAggregatedDfsclassDfsPhaseExecutionExceptionclassDfsSearchResult -
Uses of Writeable in org.elasticsearch.search.fetch
Classes in org.elasticsearch.search.fetch that implement Writeable Modifier and Type Class Description classFetchPhaseExecutionExceptionclassFetchSearchResultclassQueryFetchSearchResultclassScrollQueryFetchSearchResultclassShardFetchRequestShard level fetch base request.classShardFetchSearchRequestShard level fetch request used with search.classStoredFieldsContextContext used to fetch thestored_fields. -
Uses of Writeable in org.elasticsearch.search.fetch.subphase
Classes in org.elasticsearch.search.fetch.subphase that implement Writeable Modifier and Type Class Description static classDocValueFieldsContext.FieldAndFormatWrapper around a field name and the format that should be used to display values of this field.classFetchSourceContextContext used to fetch the_source. -
Uses of Writeable in org.elasticsearch.search.fetch.subphase.highlight
Classes in org.elasticsearch.search.fetch.subphase.highlight that implement Writeable Modifier and Type Class Description classAbstractHighlighterBuilder<HB extends AbstractHighlighterBuilder<?>>This abstract class holds parameters shared byHighlightBuilderandHighlightBuilder.Fieldand provides the common setters, equality, hashCode calculation and common serializationclassHighlightBuilderA builder for search highlighting.static classHighlightBuilder.BoundaryScannerTypestatic classHighlightBuilder.Fieldstatic classHighlightBuilder.OrderclassHighlightFieldA field highlighted with its highlighted fragments. -
Uses of Writeable in org.elasticsearch.search.internal
Classes in org.elasticsearch.search.internal that implement Writeable Modifier and Type Class Description classAliasFilterRepresents aQueryBuilderand a list of alias names that filters the builder is composed of.classInternalScrollSearchRequestclassInternalSearchResponseSearchResponseSectionssubclass that can be serialized over the wire.classShardSearchRequestShard level request that represents a search. -
Uses of Writeable in org.elasticsearch.search.profile
Classes in org.elasticsearch.search.profile that implement Writeable Modifier and Type Class Description classProfileResultThis class is the internal representation of a profiled Query, corresponding to a single node in the query tree.classProfileShardResultclassSearchProfileShardResultsA container class to hold all the profile results across all shards. -
Uses of Writeable in org.elasticsearch.search.profile.aggregation
Classes in org.elasticsearch.search.profile.aggregation that implement Writeable Modifier and Type Class Description classAggregationProfileShardResultA container class to hold the profile results for a single shard in the request. -
Uses of Writeable in org.elasticsearch.search.profile.query
Classes in org.elasticsearch.search.profile.query that implement Writeable Modifier and Type Class Description classCollectorResultPublic interface and serialization container for profiled timings of the Collectors used in the search.classQueryProfileShardResultA container class to hold the profile results for a single shard in the request. -
Uses of Writeable in org.elasticsearch.search.query
Classes in org.elasticsearch.search.query that implement Writeable Modifier and Type Class Description classQueryPhaseExecutionExceptionclassQuerySearchRequestclassQuerySearchResultclassScrollQuerySearchResult -
Uses of Writeable in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement Writeable Modifier and Type Class Description classQueryRescoreModeclassQueryRescorerBuilderclassRescorerBuilder<RB extends RescorerBuilder<RB>>The abstract base builder for instances ofRescorerBuilder. -
Uses of Writeable in org.elasticsearch.search.searchafter
Classes in org.elasticsearch.search.searchafter that implement Writeable Modifier and Type Class Description classSearchAfterBuilder -
Uses of Writeable in org.elasticsearch.search.slice
Classes in org.elasticsearch.search.slice that implement Writeable Modifier and Type Class Description classSliceBuilderA slice builder allowing to split a scroll in multiple partitions. -
Uses of Writeable in org.elasticsearch.search.sort
Classes in org.elasticsearch.search.sort that implement Writeable Modifier and Type Class Description classFieldSortBuilderA sort builder to sort based on a document field.classGeoDistanceSortBuilderA geo distance based sorting on a geo point like field.classNestedSortBuilderclassScoreSortBuilderA sort builder allowing to sort by score.classScriptSortBuilderScript sort builder allows to sort based on a custom script expression.static classScriptSortBuilder.ScriptSortTypeclassSortBuilder<T extends SortBuilder<T>>classSortModeElasticsearch supports sorting by array or multi-valued fields.classSortOrderA sorting order. -
Uses of Writeable in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement Writeable Modifier and Type Class Description classSortByAn enum representing the valid sorting optionsclassSuggestTop level suggest result, containing the result for each suggestion.static classSuggest.Suggestion<T extends Suggest.Suggestion.Entry>The suggestion responses corresponding with the suggestions in the request.static classSuggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option>Represents a part from the suggest text with suggested options.static classSuggest.Suggestion.Entry.OptionContains the suggested text with its document frequency and score.classSuggestBuilderDefines how to perform suggesting.classSuggestionBuilder<T extends SuggestionBuilder<T>>Base class for the different suggestion implementations. -
Uses of Writeable in org.elasticsearch.search.suggest.completion
Classes in org.elasticsearch.search.suggest.completion that implement Writeable Modifier and Type Class Description classCompletionStatsclassCompletionSuggestionSuggestion response forCompletionSuggesterresults Response format for each entry: { "text" : STRING "score" : FLOAT "contexts" : CONTEXTS } CONTEXTS : { "CONTEXT_NAME" : ARRAY, ..static classCompletionSuggestion.Entrystatic classCompletionSuggestion.Entry.OptionclassCompletionSuggestionBuilderDefines a suggest command based on a prefix, typically to provide "auto-complete" functionality for users as they type search terms.classFuzzyOptionsFuzzy options for completion suggesterclassRegexOptionsRegular expression options for completion suggester -
Uses of Writeable in org.elasticsearch.search.suggest.phrase
Subinterfaces of Writeable in org.elasticsearch.search.suggest.phrase Modifier and Type Interface Description static interfacePhraseSuggestionBuilder.CandidateGeneratorPhraseSuggestionBuilder.CandidateGeneratorinterface.Classes in org.elasticsearch.search.suggest.phrase that implement Writeable Modifier and Type Class Description classDirectCandidateGeneratorBuilderclassLaplaceAn additive smoothing model.classLinearInterpolationLinear interpolation smoothing model.classPhraseSuggestionSuggestion entry returned from thePhraseSuggester.static classPhraseSuggestion.Entrystatic classPhraseSuggestion.Entry.OptionclassPhraseSuggestionBuilderDefines the actual suggest command for phrase suggestions (phrase).classSmoothingModelclassStupidBackoffA "stupid-backoff" smoothing model similar to Katz's Backoff. -
Uses of Writeable in org.elasticsearch.search.suggest.term
Classes in org.elasticsearch.search.suggest.term that implement Writeable Modifier and Type Class Description classTermSuggestionThe suggestion responses corresponding with the suggestions in the request.static classTermSuggestion.EntryRepresents a part from the suggest text with suggested options.static classTermSuggestion.Entry.OptionContains the suggested text with its document frequency and score.classTermSuggestionBuilderDefines the actual suggest command.static classTermSuggestionBuilder.StringDistanceImplAn enum representing the valid string edit distance algorithms for determining suggestions.static classTermSuggestionBuilder.SuggestModeAn enum representing the valid suggest modes. -
Uses of Writeable in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement Writeable Modifier and Type Class Description classConcurrentSnapshotExecutionExceptionThrown when a user tries to multiple conflicting snapshot/restore operations at the same time.classInvalidSnapshotNameExceptionThrown on the attempt to create a snapshot with invalid nameclassRestoreInfoInformation about successfully completed restore operation.classSnapshotBasic information about a snapshot - a SnapshotId and the repository that the snapshot belongs to.classSnapshotCreationExceptionThrown when snapshot creation fails completelyclassSnapshotExceptionGeneric snapshot exceptionclassSnapshotIdSnapshotId - snapshot name + snapshot UUIDclassSnapshotInfoInformation about a snapshotclassSnapshotInProgressExceptionThrown on the attempt to execute an action that requires that no snapshot is in progress.classSnapshotMissingExceptionThrown if requested snapshot doesn't existclassSnapshotRestoreExceptionSnapshot restore exceptionclassSnapshotShardFailureStores information about failures that occurred during shard snapshotting processstatic classSnapshotShardsService.UpdateIndexShardSnapshotStatusRequestInternal request that is used to send changes in snapshot status to master -
Uses of Writeable in org.elasticsearch.tasks
Subinterfaces of Writeable in org.elasticsearch.tasks Modifier and Type Interface Description static interfaceTask.StatusReport of the internal status of a task.Classes in org.elasticsearch.tasks that implement Writeable Modifier and Type Class Description classRawTaskStatusRaw, unparsed status from the task results index.classTaskCancelledExceptionA generic exception that can be thrown by a task when it's cancelled by the task manager APIclassTaskIdTask id that consists of node id and id of the task on the nodeclassTaskInfoInformation about a currently running task.classTaskResultInformation about a running task or a task that stored its result. -
Uses of Writeable in org.elasticsearch.threadpool
Classes in org.elasticsearch.threadpool that implement Writeable Modifier and Type Class Description static classThreadPool.InfoclassThreadPoolInfoclassThreadPoolStatsstatic classThreadPoolStats.Stats -
Uses of Writeable in org.elasticsearch.transport
Classes in org.elasticsearch.transport that implement Writeable Modifier and Type Class Description classActionNotFoundTransportExceptionAn exception indicating that a transport action was not found.classActionTransportExceptionAn action invocation failure.classBindTransportExceptionclassBytesTransportRequestA specialized, bytes only request, that can potentially be optimized on the network layer, specifically for the same large buffer send to several nodes.classConnectTransportExceptionclassNodeDisconnectedExceptionclassNodeNotConnectedExceptionAn exception indicating that a message is sent to a node that is not connected.classNodeShouldNotConnectExceptionclassNoSuchRemoteClusterExceptionAn exception that remote cluster is missing or connectivity to the remote connection is failingclassNotSerializableTransportExceptionclassReceiveTimeoutTransportExceptionclassRemoteConnectionInfoThis class encapsulates all remote cluster information to be rendered on_remote/inforequests.classRemoteTransportExceptionA remote exception for an action.classResponseHandlerFailureTransportExceptionA failure to handle the response of a transaction action.classSendRequestTransportExceptionstatic classTcpTransport.HttpRequestOnTransportExceptionA helper exception to mark an incoming connection as potentially being HTTP so an appropriate error code can be returnedclassTransportExceptionclassTransportInfoclassTransportMessageclassTransportRequeststatic classTransportRequest.EmptyclassTransportResponsestatic classTransportResponse.EmptyclassTransportSerializationExceptionstatic classTransportService.HandshakeResponseclassTransportStats
-