Uses of Class
org.elasticsearch.common.Nullable
-
-
Uses of Nullable in org.apache.lucene.search.uhighlight
Constructor parameters in org.apache.lucene.search.uhighlight with annotations of type Nullable Constructor Description CustomUnifiedHighlighter(IndexSearcher searcher, Analyzer analyzer, UnifiedHighlighter.OffsetSource offsetSource, PassageFormatter passageFormatter, Locale breakIteratorLocale, BreakIterator breakIterator, String fieldValue, int noMatchSize)Creates a new instance ofCustomUnifiedHighlighterCustomUnifiedHighlighter(IndexSearcher searcher, Analyzer analyzer, UnifiedHighlighter.OffsetSource offsetSource, PassageFormatter passageFormatter, Locale breakIteratorLocale, BreakIterator breakIterator, String fieldValue, int noMatchSize)Creates a new instance ofCustomUnifiedHighlighter -
Uses of Nullable in org.elasticsearch
Method parameters in org.elasticsearch with annotations of type Nullable Modifier and Type Method Description static voidElasticsearchException. generateFailureXContent(XContentBuilder builder, ToXContent.Params params, Exception e, boolean detailed)Render any exception as a xcontent, encapsulated within a field or object named "error".static booleanExceptionsHelper. reThrowIfNotNull(Throwable e)Throws the specified exception. -
Uses of Nullable in org.elasticsearch.action
Methods in org.elasticsearch.action with annotations of type Nullable Modifier and Type Method Description StringShardOperationFailedException. index()The index the operation failed on.Method parameters in org.elasticsearch.action with annotations of type Nullable Modifier and Type Method Description StringDocWriteResponse. getLocation(String routing)Return the relative URI for the location of the document suitable for use in theLocationheader.Constructor parameters in org.elasticsearch.action with annotations of type Nullable Constructor Description ShardOperationFailedException(String index, int shardId, String reason, RestStatus status, Throwable cause)UnavailableShardsException(ShardId shardId, String message, Object... args) -
Uses of Nullable in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation with annotations of type Nullable Modifier and Type Method Description ClusterInfoClusterAllocationExplanation. getClusterInfo()Returns the cluster disk info for the cluster, ornullif none available.StringClusterAllocationExplainRequest. getCurrentNode()Returns the node holding the replica shard to be explained.DiscoveryNodeClusterAllocationExplanation. getCurrentNode()Returns the currently assigned node, ornullif the shard is unassigned.StringClusterAllocationExplainRequest. getIndex()Returns the index name of the shard to explain, ornullto use any unassigned shard (seeClusterAllocationExplainRequest.useAnyUnassignedShard()).DiscoveryNodeClusterAllocationExplanation. getRelocationTargetNode()Returns the relocating target node, ornullif the shard is not in theShardRoutingState.RELOCATINGstate.IntegerClusterAllocationExplainRequest. getShard()Returns the shard id of the shard to explain, ornullto use any unassigned shard (seeClusterAllocationExplainRequest.useAnyUnassignedShard()).UnassignedInfoClusterAllocationExplanation. getUnassignedInfo()Returns the unassigned info for the shard, ornullif the shard is active.BooleanClusterAllocationExplainRequest. isPrimary()Returnstrueif explaining the primary shard for the shard id (seeClusterAllocationExplainRequest.getShard()),falseif explaining a replica shard copy for the shard id, ornullto use any unassigned shard (seeClusterAllocationExplainRequest.useAnyUnassignedShard()).Constructor parameters in org.elasticsearch.action.admin.cluster.allocation with annotations of type Nullable Constructor Description ClusterAllocationExplanation(ShardRouting shardRouting, DiscoveryNode currentNode, DiscoveryNode relocationTargetNode, ClusterInfo clusterInfo, ShardAllocationDecision shardAllocationDecision)ClusterAllocationExplanation(ShardRouting shardRouting, DiscoveryNode currentNode, DiscoveryNode relocationTargetNode, ClusterInfo clusterInfo, ShardAllocationDecision shardAllocationDecision)ClusterAllocationExplanation(ShardRouting shardRouting, DiscoveryNode currentNode, DiscoveryNode relocationTargetNode, ClusterInfo clusterInfo, ShardAllocationDecision shardAllocationDecision) -
Uses of Nullable in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info with annotations of type Nullable Modifier and Type Method Description StringNodeInfo. getHostname()System's hostname.HttpInfoNodeInfo. getHttp()IngestInfoNodeInfo. getIngest()JvmInfoNodeInfo. getJvm()JVM level information.OsInfoNodeInfo. getOs()Operating System level information.PluginsAndModulesNodeInfo. getPlugins()ProcessInfoNodeInfo. getProcess()Process level information.SettingsNodeInfo. getSettings()The settings of the node.ThreadPoolInfoNodeInfo. getThreadPool()ByteSizeValueNodeInfo. getTotalIndexingBuffer()TransportInfoNodeInfo. getTransport() -
Uses of Nullable in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats with annotations of type Nullable Modifier and Type Method Description AdaptiveSelectionStatsNodeStats. getAdaptiveSelectionStats()AllCircuitBreakerStatsNodeStats. getBreaker()DiscoveryStatsNodeStats. getDiscoveryStats()FsInfoNodeStats. getFs()File system level stats.StringNodeStats. getHostname()HttpStatsNodeStats. getHttp()NodeIndicesStatsNodeStats. getIndices()Indices level stats.IngestStatsNodeStats. getIngestStats()JvmStatsNodeStats. getJvm()JVM level statistics.OsStatsNodeStats. getOs()Operating System level statistics.ProcessStatsNodeStats. getProcess()Process level statistics.ScriptStatsNodeStats. getScriptStats()ThreadPoolStatsNodeStats. getThreadPool()Thread Pool level statistics.TransportStatsNodeStats. getTransport() -
Uses of Nullable in org.elasticsearch.action.admin.cluster.snapshots.create
Constructor parameters in org.elasticsearch.action.admin.cluster.snapshots.create with annotations of type Nullable Constructor Description CreateSnapshotResponse(SnapshotInfo snapshotInfo) -
Uses of Nullable in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats with annotations of type Nullable Modifier and Type Method Description ClusterHealthStatusClusterStatsNodeResponse. clusterStatus()Cluster Health Status, only populated on master nodes.Constructor parameters in org.elasticsearch.action.admin.cluster.stats with annotations of type Nullable Constructor Description ClusterStatsNodeResponse(DiscoveryNode node, ClusterHealthStatus clusterStatus, NodeInfo nodeInfo, NodeStats nodeStats, ShardStats[] shardsStats) -
Uses of Nullable in org.elasticsearch.action.admin.indices.alias
Method parameters in org.elasticsearch.action.admin.indices.alias with annotations of type Nullable Modifier and Type Method Description AliasAlias. writeIndex(Boolean writeIndex)Sets whether an alias is pointing to a write-index -
Uses of Nullable in org.elasticsearch.action.admin.indices.stats
Fields in org.elasticsearch.action.admin.indices.stats with annotations of type Nullable Modifier and Type Field Description CompletionStatsCommonStats. completionDocsStatsCommonStats. docsFieldDataStatsCommonStats. fieldDataFlushStatsCommonStats. flushGetStatsCommonStats. getIndexingStatsCommonStats. indexingMergeStatsCommonStats. mergeQueryCacheStatsCommonStats. queryCacheRecoveryStatsCommonStats. recoveryStatsRefreshStatsCommonStats. refreshRequestCacheStatsCommonStats. requestCacheSearchStatsCommonStats. searchSegmentsStatsCommonStats. segmentsStoreStatsCommonStats. storeTranslogStatsCommonStats. translogWarmerStatsCommonStats. warmerMethods in org.elasticsearch.action.admin.indices.stats with annotations of type Nullable Modifier and Type Method Description CommitStatsShardStats. getCommitStats()CompletionStatsCommonStats. getCompletion()DocsStatsCommonStats. getDocs()FieldDataStatsCommonStats. getFieldData()FlushStatsCommonStats. getFlush()GetStatsCommonStats. getGet()IndexingStatsCommonStats. getIndexing()MergeStatsCommonStats. getMerge()QueryCacheStatsCommonStats. getQueryCache()RecoveryStatsCommonStats. getRecoveryStats()RefreshStatsCommonStats. getRefresh()RequestCacheStatsCommonStats. getRequestCache()SearchStatsCommonStats. getSearch()SegmentsStatsCommonStats. getSegments()SeqNoStatsShardStats. getSeqNoStats()StoreStatsCommonStats. getStore()TranslogStatsCommonStats. getTranslog()WarmerStatsCommonStats. getWarmer() -
Uses of Nullable in org.elasticsearch.action.bulk
Method parameters in org.elasticsearch.action.bulk with annotations of type Nullable Modifier and Type Method Description BulkRequestBulkRequest. add(byte[] data, int from, int length, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(byte[] data, int from, int length, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(byte[] data, int from, int length, String defaultIndex, XContentType xContentType)Adds a framed data in binary formatBulkRequestBulkRequest. add(BytesReference data, String defaultIndex, boolean allowExplicitIndex, XContentType xContentType)Adds a framed data in binary formatBulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, boolean allowExplicitIndex, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, boolean allowExplicitIndex, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType)BulkRequestBulkRequest. add(BytesReference data, String defaultIndex, XContentType xContentType)Adds a framed data in binary formatBulkRequestBuilderBulkRequestBuilder. add(byte[] data, int from, int length, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBuilderBulkRequestBuilder. add(byte[] data, int from, int length, String defaultIndex, String defaultType, XContentType xContentType)Deprecated.BulkRequestBuilderBulkRequestBuilder. add(byte[] data, int from, int length, String defaultIndex, XContentType xContentType)Adds a framed data in binary formatvoidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultType, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)Parse the provideddataassuming the provided default values.voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)Parse the provideddataassuming the provided default values.voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)Parse the provideddataassuming the provided default values.voidBulkRequestParser. parse(BytesReference data, String defaultIndex, String defaultRouting, FetchSourceContext defaultFetchSourceContext, String defaultPipeline, boolean allowExplicitIndex, XContentType xContentType, Consumer<IndexRequest> indexRequestConsumer, Consumer<UpdateRequest> updateRequestConsumer, Consumer<DeleteRequest> deleteRequestConsumer)Parse the provideddataassuming the provided default values.Constructor parameters in org.elasticsearch.action.bulk with annotations of type Nullable Constructor Description BulkRequest(String globalIndex)BulkRequest(String globalIndex, String globalType)Deprecated.Types are in the process of being removed.BulkRequest(String globalIndex, String globalType)Deprecated.Types are in the process of being removed.BulkRequestBuilder(ElasticsearchClient client, BulkAction action, String globalIndex)BulkRequestBuilder(ElasticsearchClient client, BulkAction action, String globalIndex, String globalType)Deprecated.BulkRequestBuilder(ElasticsearchClient client, BulkAction action, String globalIndex, String globalType)Deprecated. -
Uses of Nullable in org.elasticsearch.action.delete
Constructor parameters in org.elasticsearch.action.delete with annotations of type Nullable Constructor Description DeleteRequestBuilder(ElasticsearchClient client, DeleteAction action, String index) -
Uses of Nullable in org.elasticsearch.action.explain
Method parameters in org.elasticsearch.action.explain with annotations of type Nullable Modifier and Type Method Description ExplainRequestBuilderExplainRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.ExplainRequestBuilderExplainRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.ExplainRequestBuilderExplainRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.ExplainRequestBuilderExplainRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements. -
Uses of Nullable in org.elasticsearch.action.get
Method parameters in org.elasticsearch.action.get with annotations of type Nullable Modifier and Type Method Description MultiGetRequestMultiGetRequest. add(String index, String type, String id)Deprecated.Types are in the process of being removed, useMultiGetRequest.add(String, String)instead.MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)MultiGetRequestMultiGetRequest. add(String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting, XContentParser parser, boolean allowExplicitIndex)MultiGetRequestBuilderMultiGetRequestBuilder. add(String index, String type, Iterable<String> ids)MultiGetRequestBuilderMultiGetRequestBuilder. add(String index, String type, String id)MultiGetRequestBuilderMultiGetRequestBuilder. add(String index, String type, String... ids)static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting)static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting)static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting)static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting)static voidMultiGetRequest. parseIds(XContentParser parser, List<MultiGetRequest.Item> items, String defaultIndex, String defaultType, String[] defaultFields, FetchSourceContext defaultFetchSource, String defaultRouting)GetRequestBuilderGetRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.GetRequestBuilderGetRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.GetRequestBuilderGetRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.GetRequestBuilderGetRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.GetRequestBuilderGetRequestBuilder. setType(String type)Sets the type of the document to fetch.GetRequestGetRequest. type(String type)Deprecated.Types are in the process of being removed.Constructor parameters in org.elasticsearch.action.get with annotations of type Nullable Constructor Description GetRequestBuilder(ElasticsearchClient client, GetAction action, String index)Item(String index, String type, String id)Deprecated.Types are in the process of being removed, useinstead. -
Uses of Nullable in org.elasticsearch.action.index
Method parameters in org.elasticsearch.action.index with annotations of type Nullable Modifier and Type Method Description voidIndexRequest. process(Version indexCreatedVersion, MappingMetaData mappingMd, String concreteIndex)Constructor parameters in org.elasticsearch.action.index with annotations of type Nullable Constructor Description IndexRequestBuilder(ElasticsearchClient client, IndexAction action, String index) -
Uses of Nullable in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with annotations of type Nullable Modifier and Type Method Description StringSearchShardIterator. getClusterAlias()Returns the alias of the cluster where the shard is located.StringMultiSearchResponse.Item. getFailureMessage()The actual failure message, null if its not a failure.Map<String,ProfileShardResult>SearchResponse. getProfileResults()If profiling was enabled, this returns an object containing the profile results from each shard.SearchResponseMultiSearchResponse.Item. getResponse()The actual search response, null if its a failure.SearchShardTargetShardSearchFailure. shard()The search shard target the failure occurred on.Method parameters in org.elasticsearch.action.search with annotations of type Nullable Modifier and Type Method Description SearchRequestBuilderSearchRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchRequestBuilderSearchRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchRequestBuilderSearchRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchRequestBuilderSearchRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.Constructor parameters in org.elasticsearch.action.search with annotations of type Nullable Constructor Description SearchShardIterator(String clusterAlias, ShardId shardId, List<ShardRouting> shards, OriginalIndices originalIndices)Creates aPlainShardIteratorinstance that iterates over a subset of the given shards this the a givenshardId.ShardSearchFailure(Exception e, SearchShardTarget shardTarget) -
Uses of Nullable in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication with annotations of type Nullable Modifier and Type Method Description protected ClusterBlockLevelTransportReplicationAction. globalBlockLevel()Cluster level block to check before request execution.ClusterBlockLevelTransportReplicationAction. indexBlockLevel()Index level block to check before request execution.StringReplicationResponse.ShardInfo.Failure. nodeId()RequestTReplicationOperation.PrimaryResult. replicaRequest()ShardIdReplicationRequest. shardId()Constructor parameters in org.elasticsearch.action.support.replication with annotations of type Nullable Constructor Description Failure(ShardId shardId, String nodeId, Exception cause, RestStatus status, boolean primary)ReplicatedWriteRequest(ShardId shardId)ReplicationRequest(ShardId shardId)Creates a new request with resolved shard idWritePrimaryResult(ReplicaRequest request, Response finalResponse, Translog.Location location, Exception operationFailure, IndexShard primary, org.apache.logging.log4j.Logger logger)WritePrimaryResult(ReplicaRequest request, Response finalResponse, Translog.Location location, Exception operationFailure, IndexShard primary, org.apache.logging.log4j.Logger logger)WritePrimaryResult(ReplicaRequest request, Response finalResponse, Translog.Location location, Exception operationFailure, IndexShard primary, org.apache.logging.log4j.Logger logger)WriteReplicaResult(ReplicaRequest request, Translog.Location location, Exception operationFailure, IndexShard replica, org.apache.logging.log4j.Logger logger)WriteReplicaResult(ReplicaRequest request, Translog.Location location, Exception operationFailure, IndexShard replica, org.apache.logging.log4j.Logger logger) -
Uses of Nullable in org.elasticsearch.action.support.single.shard
Fields in org.elasticsearch.action.support.single.shard with annotations of type Nullable Modifier and Type Field Description protected StringSingleShardRequest. indexThe concrete index name Whether index property is optional depends on the concrete implementation.Methods in org.elasticsearch.action.support.single.shard with annotations of type Nullable Modifier and Type Method Description StringSingleShardRequest. index()protected abstract ShardsIteratorTransportSingleShardAction. shards(ClusterState state, TransportSingleShardAction.InternalRequest request)Returns the candidate shards to execute the operation on ornullthe execute the operation locally (the node that received the request) -
Uses of Nullable in org.elasticsearch.action.termvectors
Method parameters in org.elasticsearch.action.termvectors with annotations of type Nullable Modifier and Type Method Description MultiTermVectorsRequestMultiTermVectorsRequest. add(String index, String type, String id)voidMultiTermVectorsRequest. add(TermVectorsRequest template, XContentParser parser)MultiTermVectorsRequestBuilderMultiTermVectorsRequestBuilder. add(String index, String type, Iterable<String> ids)MultiTermVectorsRequestBuilderMultiTermVectorsRequestBuilder. add(String index, String type, String... ids)voidTermVectorsResponse. setFields(Fields termVectorsByField, Set<String> selectedFields, EnumSet<TermVectorsRequest.Flag> flags, Fields topLevelFields, AggregatedDfs dfs, TermVectorsFilter termVectorsFilter)Constructor parameters in org.elasticsearch.action.termvectors with annotations of type Nullable Constructor Description FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)FilterSettings(Integer maxNumTerms, Integer minTermFreq, Integer maxTermFreq, Integer minDocFreq, Integer maxDocFreq, Integer minWordLength, Integer maxWordLength)TermVectorsFilter(Fields termVectorsByField, Fields topLevelFields, Set<String> selectedFields, AggregatedDfs dfs) -
Uses of Nullable in org.elasticsearch.action.update
Method parameters in org.elasticsearch.action.update with annotations of type Nullable Modifier and Type Method Description static GetResultUpdateHelper. extractGetResult(UpdateRequest request, String concreteIndex, long seqNo, long primaryTerm, long version, Map<String,Object> source, XContentType sourceContentType, BytesReference sourceAsBytes)AppliesUpdateRequest.fetchSource()to the _source of the updated document to be returned in a update response.UpdateRequestUpdateRequest. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestUpdateRequest. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestUpdateRequest. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestUpdateRequest. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestUpdateRequest. script(String script, String scriptLang, ScriptType scriptType, Map<String,Object> scriptParams)Deprecated.UseUpdateRequest.script(Script)insteadUpdateRequestUpdateRequest. script(String script, String scriptLang, ScriptType scriptType, Map<String,Object> scriptParams)Deprecated.UseUpdateRequest.script(Script)insteadUpdateRequestUpdateRequest. script(String script, ScriptType scriptType, Map<String,Object> scriptParams)Deprecated.UseUpdateRequest.script(Script)insteadUpdateRequestBuilderUpdateRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestBuilderUpdateRequestBuilder. setFetchSource(String[] includes, String[] excludes)Indicate that _source should be returned, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestBuilderUpdateRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.UpdateRequestBuilderUpdateRequestBuilder. setFetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements. -
Uses of Nullable in org.elasticsearch.client
Method parameters in org.elasticsearch.client with annotations of type Nullable Modifier and Type Method Description voidValidationException. addValidationErrors(ValidationException exception)Adds validation errors from an existingValidationExceptionto the accumulating validation errorsAnalyzeRequestBuilderIndicesAdminClient. prepareAnalyze(String index, String text)Analyze text under the provided index.BulkRequestBuilderClient. prepareBulk(String globalIndex, String globalType)Executes a bulk of index / delete operations with default index and/or typeBulkRequestBuilderClient. prepareBulk(String globalIndex, String globalType)Executes a bulk of index / delete operations with default index and/or typeGetRequestBuilderClient. prepareGet(String index, String type, String id)Gets the document that was indexed from an index with a type (optional) and id.IndexRequestBuilderClient. prepareIndex(String index, String type, String id)Index a document associated with a given index and type.Constructor parameters in org.elasticsearch.client with annotations of type Nullable Constructor Description NodesResponseHeader(int total, int successful, int failed, List<ElasticsearchException> failures) -
Uses of Nullable in org.elasticsearch.client.core
Constructor parameters in org.elasticsearch.client.core with annotations of type Nullable Constructor Description PageParams(Integer from, Integer size)Constructs paging parametersPageParams(Integer from, Integer size)Constructs paging parameters -
Uses of Nullable in org.elasticsearch.client.indexlifecycle
Constructor parameters in org.elasticsearch.client.indexlifecycle with annotations of type Nullable Constructor Description SetPriorityAction(Integer recoveryPriority) -
Uses of Nullable in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices with annotations of type Nullable Modifier and Type Method Description ExceptionCloseIndexResponse.IndexResult. getException()CloseIndexResponse.ShardResult[]CloseIndexResponse.IndexResult. getShards()IntegerIndexTemplateMetaData. version()Method parameters in org.elasticsearch.client.indices with annotations of type Nullable Modifier and Type Method Description voidGetIndexTemplatesRequest. setMasterNodeTimeout(TimeValue masterNodeTimeout) -
Uses of Nullable in org.elasticsearch.client.license
Constructor parameters in org.elasticsearch.client.license with annotations of type Nullable Constructor Description StartTrialRequest(boolean acknowledge, String licenseType) -
Uses of Nullable in org.elasticsearch.client.migration
Constructor parameters in org.elasticsearch.client.migration with annotations of type Nullable Constructor Description DeprecationIssue(DeprecationInfoResponse.DeprecationIssue.Level level, String message, String url, String details) -
Uses of Nullable in org.elasticsearch.client.ml
Methods in org.elasticsearch.client.ml with annotations of type Nullable Modifier and Type Method Description DateFlushJobResponse. getLastFinalizedBucketEnd()Provides the timestamp (in milliseconds-since-the-epoch) of the end of the last bucket that was processed.Method parameters in org.elasticsearch.client.ml with annotations of type Nullable Modifier and Type Method Description GetDataFrameAnalyticsRequestGetDataFrameAnalyticsRequest. setPageParams(PageParams pageParams)GetDataFrameAnalyticsStatsRequestGetDataFrameAnalyticsStatsRequest. setPageParams(PageParams pageParams)StartDataFrameAnalyticsRequestStartDataFrameAnalyticsRequest. setTimeout(TimeValue timeout)StopDataFrameAnalyticsRequestStopDataFrameAnalyticsRequest. setTimeout(TimeValue timeout)Constructor parameters in org.elasticsearch.client.ml with annotations of type Nullable Constructor Description EstimateMemoryUsageResponse(ByteSizeValue expectedMemoryWithoutDisk, ByteSizeValue expectedMemoryWithDisk)EstimateMemoryUsageResponse(ByteSizeValue expectedMemoryWithoutDisk, ByteSizeValue expectedMemoryWithDisk)EvaluateDataFrameRequest(String index, QueryConfig queryConfig, Evaluation evaluation)EvaluateDataFrameRequest(List<String> indices, QueryConfig queryConfig, Evaluation evaluation)FlushJobResponse(boolean flushed, Date lastFinalizedBucketEnd)GetDataFrameAnalyticsStatsResponse(List<DataFrameAnalyticsStats> analyticsStats, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)GetDataFrameAnalyticsStatsResponse(List<DataFrameAnalyticsStats> analyticsStats, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of Nullable in org.elasticsearch.client.ml.calendars
Methods in org.elasticsearch.client.ml.calendars with annotations of type Nullable Modifier and Type Method Description StringCalendar. getDescription()Constructor parameters in org.elasticsearch.client.ml.calendars with annotations of type Nullable Constructor Description Calendar(String id, List<String> jobIds, String description)jobIdscan be a mix of job groups and job Ids -
Uses of Nullable in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed with annotations of type Nullable Modifier and Type Method Description TimeValueDelayedDataCheckConfig. getCheckWindow()TimeValueChunkingConfig. getTimeSpan()Constructor parameters in org.elasticsearch.client.ml.datafeed with annotations of type Nullable Constructor Description DatafeedStats(String datafeedId, DatafeedState datafeedState, NodeAttributes node, String assignmentExplanation, DatafeedTimingStats timingStats)DatafeedStats(String datafeedId, DatafeedState datafeedState, NodeAttributes node, String assignmentExplanation, DatafeedTimingStats timingStats)DatafeedStats(String datafeedId, DatafeedState datafeedState, NodeAttributes node, String assignmentExplanation, DatafeedTimingStats timingStats)DatafeedTimingStats(String jobId, long searchCount, long bucketCount, double totalSearchTimeMs, Double avgSearchTimePerBucketMs, Double exponentialAvgSearchTimePerHourMs)DatafeedTimingStats(String jobId, long searchCount, long bucketCount, double totalSearchTimeMs, Double avgSearchTimePerBucketMs, Double exponentialAvgSearchTimePerHourMs) -
Uses of Nullable in org.elasticsearch.client.ml.dataframe
Constructor parameters in org.elasticsearch.client.ml.dataframe with annotations of type Nullable Constructor Description DataFrameAnalyticsStats(String id, DataFrameAnalyticsState state, String failureReason, List<PhaseProgress> progress, NodeAttributes node, String assignmentExplanation)DataFrameAnalyticsStats(String id, DataFrameAnalyticsState state, String failureReason, List<PhaseProgress> progress, NodeAttributes node, String assignmentExplanation)DataFrameAnalyticsStats(String id, DataFrameAnalyticsState state, String failureReason, List<PhaseProgress> progress, NodeAttributes node, String assignmentExplanation)DataFrameAnalyticsStats(String id, DataFrameAnalyticsState state, String failureReason, List<PhaseProgress> progress, NodeAttributes node, String assignmentExplanation) -
Uses of Nullable in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config with annotations of type Nullable Modifier and Type Method Description LongAnalysisLimits. getCategorizationExamplesLimit()Gets the limit to the number of examples that are stored per categoryStringMlFilter.Builder. getId()LongAnalysisLimits. getModelMemoryLimit()Maximum size of the model in MB before the anomaly detector will drop new samples to prevent the model using any more memory. -
Uses of Nullable in org.elasticsearch.client.ml.job.process
Constructor parameters in org.elasticsearch.client.ml.job.process with annotations of type Nullable Constructor Description TimingStats(String jobId, long bucketCount, double totalBucketProcessingTimeMs, Double minBucketProcessingTimeMs, Double maxBucketProcessingTimeMs, Double avgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimePerHourMs)TimingStats(String jobId, long bucketCount, double totalBucketProcessingTimeMs, Double minBucketProcessingTimeMs, Double maxBucketProcessingTimeMs, Double avgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimePerHourMs)TimingStats(String jobId, long bucketCount, double totalBucketProcessingTimeMs, Double minBucketProcessingTimeMs, Double maxBucketProcessingTimeMs, Double avgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimePerHourMs)TimingStats(String jobId, long bucketCount, double totalBucketProcessingTimeMs, Double minBucketProcessingTimeMs, Double maxBucketProcessingTimeMs, Double avgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimePerHourMs)TimingStats(String jobId, long bucketCount, double totalBucketProcessingTimeMs, Double minBucketProcessingTimeMs, Double maxBucketProcessingTimeMs, Double avgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimeMs, Double exponentialAvgBucketProcessingTimePerHourMs) -
Uses of Nullable in org.elasticsearch.client.rollup.job.config
Methods in org.elasticsearch.client.rollup.job.config with annotations of type Nullable Modifier and Type Method Description HistogramGroupConfigGroupConfig. getHistogram()TermsGroupConfigGroupConfig. getTerms()Method parameters in org.elasticsearch.client.rollup.job.config with annotations of type Nullable Modifier and Type Method Description static RollupJobConfigRollupJobConfig. fromXContent(XContentParser parser, String optionalJobId) -
Uses of Nullable in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security with annotations of type Nullable Modifier and Type Method Description InstantCreateApiKeyResponse. getExpiration()char[]PutUserRequest. getPassword()Constructor parameters in org.elasticsearch.client.security with annotations of type Nullable Constructor Description ChangePasswordRequest(String username, char[] password, RefreshPolicy refreshPolicy)CreateApiKeyRequest(String name, List<Role> roles, TimeValue expiration, RefreshPolicy refreshPolicy)Create API Key request constructorCreateApiKeyRequest(String name, List<Role> roles, TimeValue expiration, RefreshPolicy refreshPolicy)Create API Key request constructorCreateApiKeyRequest(String name, List<Role> roles, TimeValue expiration, RefreshPolicy refreshPolicy)Create API Key request constructorCreateTokenRequest(String grantType, String scope, String username, char[] password, String refreshToken, char[] kerberosTicket)General purpose constructor.CreateTokenRequest(String grantType, String scope, String username, char[] password, String refreshToken, char[] kerberosTicket)General purpose constructor.CreateTokenRequest(String grantType, String scope, String username, char[] password, String refreshToken, char[] kerberosTicket)General purpose constructor.CreateTokenRequest(String grantType, String scope, String username, char[] password, String refreshToken, char[] kerberosTicket)General purpose constructor.CreateTokenRequest(String grantType, String scope, String username, char[] password, String refreshToken, char[] kerberosTicket)General purpose constructor.DeletePrivilegesRequest(String application, String[] privileges, RefreshPolicy refreshPolicy)Creates a newDeletePrivilegesRequest.DeleteRoleMappingRequest(String name, RefreshPolicy refreshPolicy)Constructor for DeleteRoleMappingRequestGetPrivilegesRequest(String applicationName, String... privilegeNames)GetPrivilegesRequest(String applicationName, String... privilegeNames)HasPrivilegesRequest(Set<String> clusterPrivileges, Set<IndicesPrivileges> indexPrivileges, Set<ApplicationResourcePrivileges> applicationPrivileges)HasPrivilegesRequest(Set<String> clusterPrivileges, Set<IndicesPrivileges> indexPrivileges, Set<ApplicationResourcePrivileges> applicationPrivileges)HasPrivilegesRequest(Set<String> clusterPrivileges, Set<IndicesPrivileges> indexPrivileges, Set<ApplicationResourcePrivileges> applicationPrivileges)InvalidateApiKeyResponse(List<String> invalidatedApiKeys, List<String> previouslyInvalidatedApiKeys, List<ElasticsearchException> errors)Constructor for API keys invalidation responseInvalidateTokenRequest(String accessToken, String refreshToken, String realmName, String username)InvalidateTokenRequest(String accessToken, String refreshToken, String realmName, String username)InvalidateTokenRequest(String accessToken, String refreshToken, String realmName, String username)InvalidateTokenRequest(String accessToken, String refreshToken, String realmName, String username)InvalidateTokenResponse(int invalidatedTokens, int previouslyInvalidatedTokens, List<ElasticsearchException> errors)ParsedUser(String username, Collection<String> roles, Map<String,Object> metadata, Boolean enabled, String fullName, String email)ParsedUser(String username, Collection<String> roles, Map<String,Object> metadata, Boolean enabled, String fullName, String email)PutPrivilegesRequest(List<ApplicationPrivilege> privileges, RefreshPolicy refreshPolicy)PutRoleMappingRequest(String name, boolean enabled, List<String> roles, List<TemplateRoleName> templates, RoleMapperExpression rules, Map<String,Object> metadata, RefreshPolicy refreshPolicy)PutRoleMappingRequest(String name, boolean enabled, List<String> roles, List<TemplateRoleName> templates, RoleMapperExpression rules, Map<String,Object> metadata, RefreshPolicy refreshPolicy)PutRoleMappingRequest(String name, boolean enabled, List<String> roles, RoleMapperExpression rules, Map<String,Object> metadata, RefreshPolicy refreshPolicy)Deprecated.PutRoleMappingRequest(String name, boolean enabled, List<String> roles, RoleMapperExpression rules, Map<String,Object> metadata, RefreshPolicy refreshPolicy)Deprecated.PutRoleRequest(Role role, RefreshPolicy refreshPolicy)PutUserRequest(User user, char[] password, boolean enabled, RefreshPolicy refreshPolicy)PutUserRequest(User user, char[] password, boolean enabled, RefreshPolicy refreshPolicy) -
Uses of Nullable in org.elasticsearch.client.security.support
Constructor parameters in org.elasticsearch.client.security.support with annotations of type Nullable Constructor Description CertificateInfo(String path, String format, String alias, String subjectDn, String serialNumber, boolean hasPrivateKey, String expiry) -
Uses of Nullable in org.elasticsearch.client.security.user
Methods in org.elasticsearch.client.security.user with annotations of type Nullable Modifier and Type Method Description StringUser. getEmail()StringUser. getFullName()Constructor parameters in org.elasticsearch.client.security.user with annotations of type Nullable Constructor Description User(String username, Collection<String> roles, Map<String,Object> metadata, String fullName, String email)Builds the user to be utilized with security APIs.User(String username, Collection<String> roles, Map<String,Object> metadata, String fullName, String email)Builds the user to be utilized with security APIs. -
Uses of Nullable in org.elasticsearch.client.security.user.privileges
Methods in org.elasticsearch.client.security.user.privileges with annotations of type Nullable Modifier and Type Method Description StringIndicesPrivileges. getQuery()A query limiting the visible documents in the indices.Method parameters in org.elasticsearch.client.security.user.privileges with annotations of type Nullable Modifier and Type Method Description IndicesPrivileges.BuilderIndicesPrivileges.Builder. deniedFields(String... deniedFields)IndicesPrivileges.BuilderIndicesPrivileges.Builder. deniedFields(Collection<String> deniedFields)IndicesPrivileges.BuilderIndicesPrivileges.Builder. grantedFields(String... grantedFields)IndicesPrivileges.BuilderIndicesPrivileges.Builder. grantedFields(Collection<String> grantedFields)IndicesPrivileges.BuilderIndicesPrivileges.Builder. query(String query)Constructor parameters in org.elasticsearch.client.security.user.privileges with annotations of type Nullable Constructor Description ApplicationPrivilege(String application, String name, Collection<String> actions, Map<String,Object> metadata) -
Uses of Nullable in org.elasticsearch.client.slm
Methods in org.elasticsearch.client.slm with annotations of type Nullable Modifier and Type Method Description Map<String,Object>SnapshotLifecyclePolicy. getConfig()SnapshotRetentionConfigurationSnapshotLifecyclePolicy. getRetentionPolicy()SnapshotLifecyclePolicyMetadata.SnapshotInProgressSnapshotLifecyclePolicyMetadata. getSnapshotInProgress() -
Uses of Nullable in org.elasticsearch.client.support
Method parameters in org.elasticsearch.client.support with annotations of type Nullable Modifier and Type Method Description BulkRequestBuilderAbstractClient. prepareBulk(String globalIndex, String globalType)BulkRequestBuilderAbstractClient. prepareBulk(String globalIndex, String globalType)IndexRequestBuilderAbstractClient. prepareIndex(String index, String type, String id) -
Uses of Nullable in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform with annotations of type Nullable Modifier and Type Method Description org.elasticsearch.client.transform.GetTransformResponse.InvalidTransformsGetTransformResponse. getInvalidTransforms()Constructor parameters in org.elasticsearch.client.transform with annotations of type Nullable Constructor Description AcknowledgedTasksResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)AcknowledgedTasksResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)GetTransformResponse(List<TransformConfig> transformConfigurations, int count, org.elasticsearch.client.transform.GetTransformResponse.InvalidTransforms invalidTransforms)GetTransformStatsResponse(List<TransformStats> transformsStats, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)GetTransformStatsResponse(List<TransformStats> transformsStats, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StartTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StartTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StopTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures)StopTransformResponse(boolean acknowledged, List<TaskOperationFailure> taskFailures, List<? extends ElasticsearchException> nodeFailures) -
Uses of Nullable in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms with annotations of type Nullable Modifier and Type Method Description InstantTransformCheckpointingInfo. getChangesLastDetectedAt()StringTransformConfig. getDescription()StringTransformConfigUpdate. getDescription()DoubleTransformProgress. getPercentComplete()LongTransformProgress. getRemainingDocs()LongTransformProgress. getTotalDocs() -
Uses of Nullable in org.elasticsearch.client.watcher
Constructor parameters in org.elasticsearch.client.watcher with annotations of type Nullable Constructor Description ActionStatus(ActionStatus.AckStatus ackStatus, ActionStatus.Execution lastExecution, ActionStatus.Execution lastSuccessfulExecution, ActionStatus.Throttle lastThrottle)ActionStatus(ActionStatus.AckStatus ackStatus, ActionStatus.Execution lastExecution, ActionStatus.Execution lastSuccessfulExecution, ActionStatus.Throttle lastThrottle)ActionStatus(ActionStatus.AckStatus ackStatus, ActionStatus.Execution lastExecution, ActionStatus.Execution lastSuccessfulExecution, ActionStatus.Throttle lastThrottle) -
Uses of Nullable in org.elasticsearch.client.xpack
Methods in org.elasticsearch.client.xpack with annotations of type Nullable Modifier and Type Method Description Map<String,Object>XPackInfoResponse.FeatureSetsInfo.FeatureSet. nativeCodeInfo()Deprecated.Use ML info api to find native code infoConstructor parameters in org.elasticsearch.client.xpack with annotations of type Nullable Constructor Description FeatureSet(String name, String description, boolean available, boolean enabled, Map<String,Object> nativeCodeInfo)FeatureSet(String name, String description, boolean available, boolean enabled, Map<String,Object> nativeCodeInfo)XPackInfoResponse(XPackInfoResponse.BuildInfo buildInfo, XPackInfoResponse.LicenseInfo licenseInfo, XPackInfoResponse.FeatureSetsInfo featureSetsInfo)XPackInfoResponse(XPackInfoResponse.BuildInfo buildInfo, XPackInfoResponse.LicenseInfo licenseInfo, XPackInfoResponse.FeatureSetsInfo featureSetsInfo)XPackInfoResponse(XPackInfoResponse.BuildInfo buildInfo, XPackInfoResponse.LicenseInfo licenseInfo, XPackInfoResponse.FeatureSetsInfo featureSetsInfo) -
Uses of Nullable in org.elasticsearch.cluster
Fields in org.elasticsearch.cluster with annotations of type Nullable Modifier and Type Field Description ClusterStateClusterStateTaskExecutor.ClusterTasksResult. resultingStateMethods in org.elasticsearch.cluster with annotations of type Nullable Modifier and Type Method Description TimeValueClusterStateTaskConfig. timeout()The timeout for this cluster state update task configuration.TimeValueClusterStateUpdateTask. timeout()If the cluster state update task wasn't processed by the provided timeout, callClusterStateTaskListener.onFailure(String, Exception).TimeValueLocalClusterUpdateTask. timeout()Method parameters in org.elasticsearch.cluster with annotations of type Nullable Modifier and Type Method Description voidAckedClusterStateTaskListener. onAllNodesAcked(Exception e)Called once all the nodes have acknowledged the cluster state update request.voidAckedClusterStateUpdateTask. onAllNodesAcked(Exception e)Called once all the nodes have acknowledged the cluster state update request.voidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener, Predicate<ClusterState> statePredicate, TimeValue timeOutValue)Wait for the next cluster state which satisfies statePredicatevoidClusterStateObserver. waitForNextChange(ClusterStateObserver.Listener listener, TimeValue timeOutValue)Constructor parameters in org.elasticsearch.cluster with annotations of type Nullable Constructor Description ClusterStateObserver(ClusterState initialState, ClusterApplierService clusterApplierService, TimeValue timeout, org.apache.logging.log4j.Logger logger, ThreadContext contextHolder)ClusterStateObserver(ClusterState initialState, ClusterService clusterService, TimeValue timeout, org.apache.logging.log4j.Logger logger, ThreadContext contextHolder)ClusterStateObserver(ClusterService clusterService, TimeValue timeout, org.apache.logging.log4j.Logger logger, ThreadContext contextHolder) -
Uses of Nullable in org.elasticsearch.cluster.action.shard
Method parameters in org.elasticsearch.cluster.action.shard with annotations of type Nullable Modifier and Type Method Description voidShardStateAction. localShardFailed(ShardRouting shardRouting, String message, Exception failure, ActionListener<Void> listener)Send a shard failed request to the master node to update the cluster state when a shard on the local node failed.voidShardStateAction. localShardFailed(ShardRouting shardRouting, String message, Exception failure, ActionListener<Void> listener, ClusterState currentState)Send a shard failed request to the master node to update the cluster state when a shard on the local node failed.voidShardStateAction. remoteShardFailed(ShardId shardId, String allocationId, long primaryTerm, boolean markAsStale, String message, Exception failure, ActionListener<Void> listener)Send a shard failed request to the master node to update the cluster state with the failure of a shard on another node. -
Uses of Nullable in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block with annotations of type Nullable Modifier and Type Method Description ClusterBlockClusterBlocks. getIndexBlockWithId(String index, int blockId) -
Uses of Nullable in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination with annotations of type Nullable Modifier and Type Method Description ClusterStateCoordinator. getApplierState()Method parameters in org.elasticsearch.cluster.coordination with annotations of type Nullable Modifier and Type Method Description voidClusterStatePublisher.AckListener. onNodeAck(DiscoveryNode node, Exception e)Should be called whenever the cluster coordination layer receives confirmation from a node that it has successfully applied the cluster state.voidPreVoteCollector. update(PreVoteResponse preVoteResponse, DiscoveryNode leader) -
Uses of Nullable in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with annotations of type Nullable Modifier and Type Method Description MappingMetaDataIndexMetaData. defaultMapping()Get the default mapping.DiscoveryNodeFiltersIndexMetaData. excludeFilters()DiscoveryNodeFiltersIndexMetaData. getInitialRecoveryFilters()IntegerIndexTemplateMetaData. getVersion()IndexMetaDataAliasOrIndex.Alias. getWriteIndex()DiscoveryNodeFiltersIndexMetaData. includeFilters()MappingMetaDataIndexMetaData. mapping()Return the concrete mapping for this index ornullif this index has no mappings at all.MappingMetaDataIndexMetaData. mappingOrDefault()Sometimes, the default mapping exists and an actual mapping is not created yet (introduced), in this case, we want to return the default mapping in case it has some default mapping definitions.DiscoveryNodeFiltersIndexMetaData. requireFilters()IntegerIndexTemplateMetaData. version()Method parameters in org.elasticsearch.cluster.metadata with annotations of type Nullable Modifier and Type Method Description StringMetaData. resolveIndexRouting(String routing, String aliasOrIndex)Returns indexing routing for the given index.Map<String,Set<String>>IndexNameExpressionResolver. resolveSearchRouting(ClusterState state, String routing, String... expressions)Resolves the search routing if in the expression aliases are used.StringMetaData. resolveWriteIndexRouting(String routing, String aliasOrIndex)Returns indexing routing for the givenaliasOrIndex.voidAliasAction.NewAliasValidator. validate(String alias, String indexRouting, String filter, Boolean writeIndex)voidAliasAction.NewAliasValidator. validate(String alias, String indexRouting, String filter, Boolean writeIndex)voidAliasAction.NewAliasValidator. validate(String alias, String indexRouting, String filter, Boolean writeIndex)voidAliasValidator. validateAlias(String alias, String index, String indexRouting, Function<String,IndexMetaData> indexLookup)Validate a proposed alias.AliasMetaData.BuilderAliasMetaData.Builder. writeIndex(Boolean writeIndex)Constructor parameters in org.elasticsearch.cluster.metadata with annotations of type Nullable Constructor Description Add(String index, String alias, String filter, String indexRouting, String searchRouting, Boolean writeIndex)Build the operation.Add(String index, String alias, String filter, String indexRouting, String searchRouting, Boolean writeIndex)Build the operation.Add(String index, String alias, String filter, String indexRouting, String searchRouting, Boolean writeIndex)Build the operation.Add(String index, String alias, String filter, String indexRouting, String searchRouting, Boolean writeIndex)Build the operation. -
Uses of Nullable in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node with annotations of type Nullable Modifier and Type Method Description DiscoveryNodeDiscoveryNodes.Builder. get(String nodeId)Get a node by its idDiscoveryNodeDiscoveryNodes. getMasterNode()Returns the master node, ornullif there is no master nodeDiscoveryNodeDiscoveryNodes.Delta. newMasterNode()DiscoveryNodeDiscoveryNodes.Delta. previousMasterNode() -
Uses of Nullable in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing with annotations of type Nullable Modifier and Type Method Description AllocationIdShardRouting. allocationId()An id that uniquely identifies an allocation.ShardRoutingIndexShardRoutingTable. getByAllocationId(String allocationId)ShardRoutingRoutingNodes. getByAllocationId(ShardId shardId, String allocationId)ShardRoutingRoutingTable. getByAllocationId(ShardId shardId, String allocationId)ShardRoutingRoutingNode. getByShardId(ShardId id)StringUnassignedInfo. getDetails()Builds a string representation of the message and the failure if exists.ExceptionUnassignedInfo. getFailure()Returns additional failure exception details if exists.StringUnassignedInfo. getMessage()Returns optional details explaining the reasons.RecoverySourceShardRouting. recoverySource()Returns recovery source for the given shard.UnassignedInfoShardRouting. unassignedInfo()Additional metadata on why the shard is/was unassigned.Method parameters in org.elasticsearch.cluster.routing with annotations of type Nullable Modifier and Type Method Description ShardIteratorIndexShardRoutingTable. activeInitializingShardsRankedIt(ResponseCollectorService collector, Map<String,Long> nodeSearchCounts)Returns an iterator over active and initializing shards, ordered by the adaptive replica selection formula.ShardIteratorIndexShardRoutingTable. activeInitializingShardsRankedIt(ResponseCollectorService collector, Map<String,Long> nodeSearchCounts)Returns an iterator over active and initializing shards, ordered by the adaptive replica selection formula.static intOperationRouting. generateShardId(IndexMetaData indexMetaData, String id, String routing)static intOperationRouting. generateShardId(IndexMetaData indexMetaData, String id, String routing)ShardIteratorOperationRouting. getShards(ClusterState clusterState, String index, int shardId, String preference)ShardIteratorOperationRouting. getShards(ClusterState clusterState, String index, String id, String routing, String preference)ShardIteratorOperationRouting. getShards(ClusterState clusterState, String index, String id, String routing, String preference)ShardIteratorOperationRouting. indexShards(ClusterState clusterState, String index, String id, String routing)ShardRoutingRoutingNodes.UnassignedShards.UnassignedIterator. initialize(String nodeId, String existingAllocationId, long expectedShardSize, RoutingChangesObserver routingChangesObserver)Initializes the current unassigned shard and moves it from the unassigned list.ShardRoutingShardRouting. initialize(String nodeId, String existingAllocationId, long expectedShardSize)Initializes an unassigned shard on a node.ShardRoutingRoutingNodes. initializeShard(ShardRouting unassignedShard, String nodeId, String existingAllocationId, long expectedSize, RoutingChangesObserver routingChangesObserver)Moves a shard from unassigned to initialize stateGroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts)GroupShardsIterator<ShardIterator>OperationRouting. searchShards(ClusterState clusterState, String[] concreteIndices, Map<String,Set<String>> routing, String preference, ResponseCollectorService collectorService, Map<String,Long> nodeCounts)ShardIdOperationRouting. shardId(ClusterState clusterState, String index, String id, String routing)Constructor parameters in org.elasticsearch.cluster.routing with annotations of type Nullable Constructor Description UnassignedInfo(UnassignedInfo.Reason reason, String message, Exception failure, int failedAllocations, long unassignedTimeNanos, long unassignedTimeMillis, boolean delayed, UnassignedInfo.AllocationStatus lastAllocationStatus, Set<String> failedNodeIds)UnassignedInfo(UnassignedInfo.Reason reason, String message, Exception failure, int failedAllocations, long unassignedTimeNanos, long unassignedTimeMillis, boolean delayed, UnassignedInfo.AllocationStatus lastAllocationStatus, Set<String> failedNodeIds) -
Uses of Nullable in org.elasticsearch.cluster.routing.allocation
Fields in org.elasticsearch.cluster.routing.allocation with annotations of type Nullable Modifier and Type Field Description protected List<NodeAllocationResult>AbstractAllocationDecision. nodeDecisionsprotected DiscoveryNodeAbstractAllocationDecision. targetNodeMethods in org.elasticsearch.cluster.routing.allocation with annotations of type Nullable Modifier and Type Method Description AllocationDecisionMoveDecision. getAllocationDecision()Returns theAllocationDecisionfor moving this shard to another node.StringAllocateUnassignedDecision. getAllocationId()Gets the allocation id for the existing shard copy that the allocator is assigning the shard to.StringNodeAllocationResult.ShardStoreInfo. getAllocationId()Gets the allocation id for the shard copy, if it exists.UnassignedInfo.AllocationStatusAllocateUnassignedDecision. getAllocationStatus()Returns the status of an unsuccessful allocation attempt.DecisionNodeAllocationResult. getCanAllocateDecision()The decision details for allocating to this node.DecisionMoveDecision. getClusterRebalanceDecision()Returns the decision for being allowed to rebalance the shard.ExceptionFailedShard. getFailure()The exception, if present, causing the shard to fail.StringFailedShard. getMessage()The failure message, if available, explaining why the shard failed.List<NodeAllocationResult>AbstractAllocationDecision. getNodeDecisions()Gets the sorted list of individual node-level decisions that went into making the ultimate decision whether to allocate or move the shard.NodeAllocationResult.ShardStoreInfoNodeAllocationResult. getShardStoreInfo()Get the shard store information for the node, if it exists.ExceptionNodeAllocationResult.ShardStoreInfo. getStoreException()Gets the store exception when trying to read the store, if there was an error.DiscoveryNodeAbstractAllocationDecision. getTargetNode()Get the node that the allocator will assign the shard to, returningnullif there is no node to which the shard will be assigned or moved.Method parameters in org.elasticsearch.cluster.routing.allocation with annotations of type Nullable Modifier and Type Method Description static AllocateUnassignedDecisionAllocateUnassignedDecision. delayed(long remainingDelay, long totalDelay, List<NodeAllocationResult> decisions)Returns a NO decision for a delayed shard allocation on a replica shard, with the individual node-level decisions that comprised the final NO decision, if in explain mode.static AllocateUnassignedDecisionAllocateUnassignedDecision. fromDecision(Decision decision, DiscoveryNode assignedNode, List<NodeAllocationResult> nodeDecisions)Creates aAllocateUnassignedDecisionfrom the givenDecisionand the assigned node, if any.static AllocateUnassignedDecisionAllocateUnassignedDecision. fromDecision(Decision decision, DiscoveryNode assignedNode, List<NodeAllocationResult> nodeDecisions)Creates aAllocateUnassignedDecisionfrom the givenDecisionand the assigned node, if any.static AllocateUnassignedDecisionAllocateUnassignedDecision. no(UnassignedInfo.AllocationStatus allocationStatus, List<NodeAllocationResult> decisions)Returns a NO decision with the givenUnassignedInfo.AllocationStatus, and the individual node-level decisions that comprised the final NO decision if in explain mode.static AllocateUnassignedDecisionAllocateUnassignedDecision. no(UnassignedInfo.AllocationStatus allocationStatus, List<NodeAllocationResult> decisions, boolean reuseStore)Returns a NO decision with the givenUnassignedInfo.AllocationStatus, and the individual node-level decisions that comprised the final NO decision if in explain mode.static MoveDecisionMoveDecision. rebalance(Decision canRebalanceDecision, AllocationDecision allocationDecision, DiscoveryNode assignedNode, int currentNodeRanking, List<NodeAllocationResult> nodeDecisions)Creates a decision for whether to move the shard to a different node to form a better cluster balance.static AllocateUnassignedDecisionAllocateUnassignedDecision. throttle(List<NodeAllocationResult> decisions)Returns a THROTTLE decision, with the individual node-level decisions that comprised the final THROTTLE decision if in explain mode.static AllocateUnassignedDecisionAllocateUnassignedDecision. yes(DiscoveryNode assignedNode, String allocationId, List<NodeAllocationResult> decisions, boolean reuseStore)Creates a YES decision with the given individual node-level decisions that comprised the final YES decision, along with the node id to which the shard is assigned and the allocation id for the shard, if available.static AllocateUnassignedDecisionAllocateUnassignedDecision. yes(DiscoveryNode assignedNode, String allocationId, List<NodeAllocationResult> decisions, boolean reuseStore)Creates a YES decision with the given individual node-level decisions that comprised the final YES decision, along with the node id to which the shard is assigned and the allocation id for the shard, if available.Constructor parameters in org.elasticsearch.cluster.routing.allocation with annotations of type Nullable Constructor Description AbstractAllocationDecision(DiscoveryNode targetNode, List<NodeAllocationResult> nodeDecisions)AbstractAllocationDecision(DiscoveryNode targetNode, List<NodeAllocationResult> nodeDecisions)NodeAllocationResult(DiscoveryNode node, NodeAllocationResult.ShardStoreInfo shardStoreInfo, Decision decision) -
Uses of Nullable in org.elasticsearch.cluster.routing.allocation.command
Method parameters in org.elasticsearch.cluster.routing.allocation.command with annotations of type Nullable Modifier and Type Method Description protected voidAbstractAllocateAllocationCommand. initializeUnassignedShard(RoutingAllocation allocation, RoutingNodes routingNodes, RoutingNode routingNode, ShardRouting shardRouting, UnassignedInfo unassignedInfo, RecoverySource recoverySource)Initializes an unassigned shard on a node and removes it from the unassignedprotected voidAbstractAllocateAllocationCommand. initializeUnassignedShard(RoutingAllocation allocation, RoutingNodes routingNodes, RoutingNode routingNode, ShardRouting shardRouting, UnassignedInfo unassignedInfo, RecoverySource recoverySource)Initializes an unassigned shard on a node and removes it from the unassigned -
Uses of Nullable in org.elasticsearch.cluster.routing.allocation.decider
Methods in org.elasticsearch.cluster.routing.allocation.decider with annotations of type Nullable Modifier and Type Method Description abstract StringDecision. getExplanation()Get the explanation for this decision.StringDecision.Multi. getExplanation()StringDecision.Single. getExplanation()Returns the explanation string, fully formatted.abstract StringDecision. label()Get the description label for this decision.StringDecision.Multi. label()StringDecision.Single. label()Method parameters in org.elasticsearch.cluster.routing.allocation.decider with annotations of type Nullable Modifier and Type Method Description static DecisionDecision. single(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a simple decisionstatic DecisionDecision. single(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a simple decisionstatic DecisionDecision. single(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a simple decisionConstructor parameters in org.elasticsearch.cluster.routing.allocation.decider with annotations of type Nullable Constructor Description Single(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a newDecision.Singledecision of a given typeSingle(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a newDecision.Singledecision of a given typeSingle(Decision.Type type, String label, String explanation, Object... explanationParams)Creates a newDecision.Singledecision of a given type -
Uses of Nullable in org.elasticsearch.cluster.service
Method parameters in org.elasticsearch.cluster.service with annotations of type Nullable Modifier and Type Method Description voidClusterApplierService. addTimeoutListener(TimeValue timeout, TimeoutClusterStateListener listener)Adds a cluster state listener that is expected to be removed during a short period of time.voidTaskBatcher. submitTasks(List<? extends TaskBatcher.BatchedTask> tasks, TimeValue timeout) -
Uses of Nullable in org.elasticsearch.common
Method parameters in org.elasticsearch.common with annotations of type Nullable Modifier and Type Method Description static StringStrings. coalesceToEmpty(String s)static booleanStrings. isNullOrEmpty(String s) -
Uses of Nullable in org.elasticsearch.common.blobstore
Methods in org.elasticsearch.common.blobstore with annotations of type Nullable Modifier and Type Method Description BlobPathBlobPath. parent()Returns this path's parent path. -
Uses of Nullable in org.elasticsearch.common.compress
Methods in org.elasticsearch.common.compress with annotations of type Nullable Modifier and Type Method Description static CompressorCompressorFactory. compressor(BytesReference bytes) -
Uses of Nullable in org.elasticsearch.common.io.stream
Methods in org.elasticsearch.common.io.stream with annotations of type Nullable Modifier and Type Method Description ObjectStreamInput. readGenericValue()Reads a value of unspecified type.Map<String,Object>StreamInput. readMap()If the returned map contains any entries it will be mutable.<C extends NamedWriteable>
CStreamInput. readNamedWriteable(Class<C> categoryClass)Reads aNamedWriteablefrom the current stream, by first reading its name and then looking for the corresponding entry in the registry by name, so that the proper object can be read and returned.<C extends NamedWriteable>
CStreamInput. readNamedWriteable(Class<C> categoryClass, String name)Reads aNamedWriteablefrom the current stream with the given name.BooleanStreamInput. readOptionalBoolean()BytesReferenceStreamInput. readOptionalBytesReference()Reads an optional bytes reference from this stream.DoubleStreamInput. readOptionalDouble()FloatStreamInput. readOptionalFloat()InstantStreamInput. readOptionalInstant()Read an optionalInstantfrom the stream.LongStreamInput. readOptionalLong()<C extends NamedWriteable>
CStreamInput. readOptionalNamedWriteable(Class<C> categoryClass)Reads an optionalNamedWriteable.SecureStringStreamInput. readOptionalSecureString()StringStreamInput. readOptionalString()String[]StreamInput. readOptionalStringArray()TextStreamInput. readOptionalText()TimeValueStreamInput. readOptionalTimeValue()Read an optionalTimeValuefrom the stream, returning null if no TimeValue was written.IntegerStreamInput. readOptionalVInt()<T extends Writeable>
TStreamInput. readOptionalWriteable(Writeable.Reader<T> reader)Method parameters in org.elasticsearch.common.io.stream with annotations of type Nullable Modifier and Type Method Description voidStreamOutput. writeBytesReference(BytesReference bytes)Writes the bytes reference, including a length header.voidStreamOutput. writeGenericValue(Object value)Notice: when serialization a map, the stream out map with the stream in map maybe have the different key-value orders, they will maybe have different stream order.voidStreamOutput. writeMap(Map<String,Object> map)voidStreamOutput. writeMapWithConsistentOrder(Map<String,? extends Object> map)write map to stream with consistent order to make sure every map generated bytes order are same.<T> voidStreamOutput. writeOptionalArray(Writeable.Writer<T> writer, T[] array)Same asStreamOutput.writeArray(Writer, Object[])but the provided array may be null.<T extends Writeable>
voidStreamOutput. writeOptionalArray(T[] array)Same asStreamOutput.writeArray(Writeable[])but the provided array may be null.voidStreamOutput. writeOptionalBoolean(Boolean b)voidStreamOutput. writeOptionalBytesReference(BytesReference bytes)Writes an optional bytes reference including a length header.voidStreamOutput. writeOptionalDouble(Double v)voidStreamOutput. writeOptionalFloat(Float floatValue)voidStreamOutput. writeOptionalInstant(Instant instant)Writes anInstantto the stream, which could possibly be nullvoidStreamOutput. writeOptionalInt(Integer integer)Writes an optionalInteger.voidStreamOutput. writeOptionalLong(Long l)voidStreamOutput. writeOptionalNamedWriteable(NamedWriteable namedWriteable)Write an optionalNamedWriteableto the stream.voidStreamOutput. writeOptionalSecureString(SecureString secureStr)voidStreamOutput. writeOptionalString(String str)voidStreamOutput. writeOptionalStringArray(String[] array)Writes a string array, for nullable string, writes false.voidStreamOutput. writeOptionalText(Text text)voidStreamOutput. writeOptionalTimeValue(TimeValue timeValue)Write an optionalTimeValueto the stream.voidStreamOutput. writeOptionalTimeZone(org.joda.time.DateTimeZone timeZone)Write an optional DateTimeZone to the stream.voidStreamOutput. writeOptionalVInt(Integer integer)voidStreamOutput. writeOptionalWriteable(Writeable writeable)voidStreamOutput. writeOptionalZoneId(ZoneId timeZone)Write an optional ZoneId to the stream.voidStreamOutput. writeStringArrayNullable(String[] array)Writes a string array, for nullable string, writes it as 0 (empty string). -
Uses of Nullable in org.elasticsearch.common.lucene
Method parameters in org.elasticsearch.common.lucene with annotations of type Nullable Modifier and Type Method Description static BitsLucene. asSequentialAccessBits(int maxDoc, ScorerSupplier scorerSupplier)Return aBitsview of the provided scorer.static BitsLucene. asSequentialAccessBits(int maxDoc, ScorerSupplier scorerSupplier, long estimatedGetCount)Given aScorerSupplier, return aBitsinstance that will match all documents contained in the set.static VersionLucene. parseVersion(String version, Version defaultVersion, org.apache.logging.log4j.Logger logger) -
Uses of Nullable in org.elasticsearch.common.lucene.index
Constructor parameters in org.elasticsearch.common.lucene.index with annotations of type Nullable Constructor Description FilterableTermsEnum(IndexReader reader, String field, int docsEnumFlag, Query filter)FreqTermsEnum(IndexReader reader, String field, boolean needDocFreq, boolean needTotalTermFreq, Query filter, BigArrays bigArrays) -
Uses of Nullable in org.elasticsearch.common.lucene.search
Method parameters in org.elasticsearch.common.lucene.search with annotations of type Nullable Modifier and Type Method Description static QueryQueries. applyMinimumShouldMatch(BooleanQuery query, String minimumShouldMatch)static BooleanQueryQueries. filtered(Query query, Query filter)static BooleanQueryQueries. filtered(Query query, Query filter)static QueryQueries. maybeApplyMinimumShouldMatch(Query query, String minimumShouldMatch)Potentially apply minimum should match value if we have a query that it can be applied to, otherwise return the original query. -
Uses of Nullable in org.elasticsearch.common.settings
Method parameters in org.elasticsearch.common.settings with annotations of type Nullable Modifier and Type Method Description static <T> Setting<List<T>>Setting. listSetting(String key, Setting<List<T>> fallbackSetting, Function<String,T> singleValueParser, Function<Settings,List<String>> defaultStringValue, Setting.Property... properties) -
Uses of Nullable in org.elasticsearch.common.util
Method parameters in org.elasticsearch.common.util with annotations of type Nullable Modifier and Type Method Description voidCancellableThreads.OnCancel. onCancel(String reason, Exception beforeCancelException)Called when some running operations are cancelled orCancellableThreads.checkForCancel()is explicitly called.Constructor parameters in org.elasticsearch.common.util with annotations of type Nullable Constructor Description BigArrays(PageCacheRecycler recycler, CircuitBreakerService breakerService, String breakerName)BigArrays(PageCacheRecycler recycler, CircuitBreakerService breakerService, String breakerName, boolean checkBreaker) -
Uses of Nullable in org.elasticsearch.common.util.concurrent
Method parameters in org.elasticsearch.common.util.concurrent with annotations of type Nullable Modifier and Type Method Description static booleanFutureUtils. cancel(Future<?> toCancel)Cancel execution of this future without interrupting a running thread.protected booleanBaseFuture. set(V value)Subclasses should invoke this method to set the result of the computation tovalue. -
Uses of Nullable in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent with annotations of type Nullable Modifier and Type Method Description XContentLocationXContentParseException. getLocation()Constructor parameters in org.elasticsearch.common.xcontent with annotations of type Nullable Constructor Description ObjectParser(String name, boolean ignoreUnknownFields, Supplier<Value> valueSupplier)Creates a new ObjectParser instance with a name.ObjectParser(String name, Supplier<Value> valueSupplier)Creates a new ObjectParser instance with a name.ObjectParser(String name, ObjectParser.UnknownFieldConsumer<Value> unknownFieldConsumer, Supplier<Value> valueSupplier)Creates a new ObjectParser instance with a name. -
Uses of Nullable in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway with annotations of type Nullable Modifier and Type Method Description IndexMetaDataMetaStateService. loadIndexState(Index index)Loads the index state for the provided index name, returning null if doesn't exists.Method parameters in org.elasticsearch.gateway with annotations of type Nullable Modifier and Type Method Description ActionFuture<TransportNodesListGatewayMetaState.NodesGatewayMetaState>TransportNodesListGatewayMetaState. list(String[] nodesIds, TimeValue timeout) -
Uses of Nullable in org.elasticsearch.index
Methods in org.elasticsearch.index with annotations of type Nullable Modifier and Type Method Description IndexShardIndexService. getShardOrNull(int shardId)Return the shard with the provided id, or null if there is no such shard. -
Uses of Nullable in org.elasticsearch.index.codec
Constructor parameters in org.elasticsearch.index.codec with annotations of type Nullable Constructor Description CodecService(MapperService mapperService, org.apache.logging.log4j.Logger logger) -
Uses of Nullable in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine with annotations of type Nullable Modifier and Type Method Description CircuitBreakerServiceEngineConfig. getCircuitBreakerService()Returns the circuit breaker service for this engine, ornullif none is to be used.StringSegment. getMergeId()If set, a string representing that the segment is part of a merge, with the value representing the group of segments that represent this merge.BooleanSegment. isCompound()abstract booleanEngine. maybeRefresh(String source)Synchronously refreshes the engine for new search operations to reflect the latest changes unless another thread is already refreshing the engine concurrently.abstract voidEngine. refresh(String source)Synchronously refreshes the engine for new search operations to reflect the latest changes.Method parameters in org.elasticsearch.index.engine with annotations of type Nullable Modifier and Type Method Description protected voidInternalEngine. commitIndexWriter(IndexWriter writer, Translog translog, String syncId)Commits the specified index writer.voidEngine. failEngine(String reason, Exception failure)fail engine due to some error.default voidEngine.EventListener. onFailedEngine(String reason, Exception e)Called when a fatal exception occurred -
Uses of Nullable in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata with annotations of type Nullable Modifier and Type Method Description FieldMemoryStatsFieldDataStats. getFields()Method parameters in org.elasticsearch.index.fielddata with annotations of type Nullable Modifier and Type Method Description SortFieldIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)Returns theSortFieldto use for sorting.Constructor parameters in org.elasticsearch.index.fielddata with annotations of type Nullable Constructor Description FieldDataStats(long memorySize, long evictions, FieldMemoryStats fields) -
Uses of Nullable in org.elasticsearch.index.fielddata.fieldcomparator
Constructor parameters in org.elasticsearch.index.fielddata.fieldcomparator with annotations of type Nullable Constructor Description DoubleValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)FloatValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested)LongValuesComparatorSource(IndexNumericFieldData indexFieldData, Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, Function<SortedNumericDocValues,SortedNumericDocValues> converter) -
Uses of Nullable in org.elasticsearch.index.fielddata.ordinals
Method parameters in org.elasticsearch.index.fielddata.ordinals with annotations of type Nullable Modifier and Type Method Description SortFieldGlobalOrdinalsIndexFieldData.Consumer. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldGlobalOrdinalsIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse) -
Uses of Nullable in org.elasticsearch.index.fielddata.plain
Method parameters in org.elasticsearch.index.fielddata.plain with annotations of type Nullable Modifier and Type Method Description SortFieldAbstractLatLonPointDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldBinaryDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldBytesBinaryDVIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldConstantIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldPagedBytesIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse)SortFieldSortedSetDVOrdinalsIndexFieldData. sortField(Object missingValue, MultiValueMode sortMode, IndexFieldData.XFieldComparatorSource.Nested nested, boolean reverse) -
Uses of Nullable in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with annotations of type Nullable Modifier and Type Method Description StringSourceToParse. routing()Method parameters in org.elasticsearch.index.mapper with annotations of type Nullable Modifier and Type Method Description protected ObjectMapperObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings)protected ObjectMapperRootObjectMapper.Builder. createMapper(String name, String fullPath, boolean enabled, ObjectMapper.Nested nested, ObjectMapper.Dynamic dynamic, Map<String,Mapper> mappers, Settings settings)DocValueFormatBooleanFieldMapper.BooleanFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatDateFieldMapper.DateFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatIpFieldMapper.IpFieldType. docValueFormat(String format, ZoneId timeZone)DocValueFormatMappedFieldType. docValueFormat(String format, ZoneId timeZone)Return aDocValueFormatthat can be used to display and parse values as returned by the fielddata API.DocumentMapperDocumentMapperParser. parse(String type, CompressedXContent source)DocumentMapperDocumentMapperParser. parse(String type, CompressedXContent source, String defaultSource)longDateFieldMapper.DateFieldType. parseToLong(Object value, boolean roundUp, ZoneId zone, DateMathParser forcedDateParser, QueryRewriteContext context)longDateFieldMapper.DateFieldType. parseToLong(Object value, boolean roundUp, ZoneId zone, DateMathParser forcedDateParser, QueryRewriteContext context)QueryMappedFieldType. prefixQuery(String value, MultiTermQuery.RewriteMethod method, QueryShardContext context)QueryDateFieldMapper.DateFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser forcedDateParser, QueryShardContext context)QueryDateFieldMapper.DateFieldType. rangeQuery(Object lowerTerm, Object upperTerm, boolean includeLower, boolean includeUpper, ShapeRelation relation, ZoneId timeZone, DateMathParser forcedDateParser, QueryShardContext context)QueryRangeType. rangeQuery(String field, boolean hasDocValues, Object from, Object to, boolean includeFrom, boolean includeTo, ShapeRelation relation, ZoneId timeZone, DateMathParser dateMathParser, QueryShardContext context)QueryRangeType. rangeQuery(String field, boolean hasDocValues, Object from, Object to, boolean includeFrom, boolean includeTo, ShapeRelation relation, ZoneId timeZone, DateMathParser dateMathParser, QueryShardContext context)QueryMappedFieldType. regexpQuery(String value, int flags, int maxDeterminizedStates, MultiTermQuery.RewriteMethod method, QueryShardContext context)QueryDateFieldMapper.DateFieldType. termQuery(Object value, QueryShardContext context)QueryIpFieldMapper.IpFieldType. termQuery(Object value, QueryShardContext context)abstract QueryMappedFieldType. termQuery(Object value, QueryShardContext context)Generates a query that will only match documents that contain the given value.QueryMappedFieldType. termsQuery(List<?> values, QueryShardContext context)Build a constant-scoring query that matches all values.QueryMappedFieldType. wildcardQuery(String value, MultiTermQuery.RewriteMethod method, QueryShardContext context)Constructor parameters in org.elasticsearch.index.mapper with annotations of type Nullable Constructor Description SourceToParse(String index, String type, String id, BytesReference source, XContentType xContentType, String routing) -
Uses of Nullable in org.elasticsearch.index.query
Constructor parameters in org.elasticsearch.index.query with annotations of type Nullable Constructor Description AbstractGeometryQueryBuilder(String fieldName, Supplier<Geometry> supplier, String indexedShapeId, String indexedShapeType)AbstractGeometryQueryBuilder(String fieldName, Geometry shape, String indexedShapeId, String indexedShapeType)GeoShapeQueryBuilder(String fieldName, Supplier<Geometry> shapeSupplier, String indexedShapeId, String indexedShapeType)Item(String index, String id)Constructor for a given item / document requestItem(String index, String type, String id)Deprecated.Types are in the process of being removed, useItem(java.lang.String,java.lang.String)instead.Item(String index, String type, String id)Deprecated.Types are in the process of being removed, useItem(java.lang.String,java.lang.String)instead.Item(String index, String type, XContentBuilder doc)Deprecated.Types are in the process of being removed, useItem(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)instead.Item(String index, String type, XContentBuilder doc)Deprecated.Types are in the process of being removed, useItem(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)instead.Item(String index, XContentBuilder doc)Constructor for an artificial document request, that is not present in the index.MoreLikeThisQueryBuilder(String[] fields, String[] likeTexts, MoreLikeThisQueryBuilder.Item[] likeItems)Sets the field names that will be used when generating the 'More Like This' query.MoreLikeThisQueryBuilder(String[] fields, String[] likeTexts, MoreLikeThisQueryBuilder.Item[] likeItems)Sets the field names that will be used when generating the 'More Like This' query.MoreLikeThisQueryBuilder(String[] fields, String[] likeTexts, MoreLikeThisQueryBuilder.Item[] likeItems)Sets the field names that will be used when generating the 'More Like This' query. -
Uses of Nullable in org.elasticsearch.index.query.support
Method parameters in org.elasticsearch.index.query.support with annotations of type Nullable Modifier and Type Method Description static MultiTermQuery.RewriteMethodQueryParsers. parseRewriteMethod(String rewriteMethod, MultiTermQuery.RewriteMethod defaultRewriteMethod, DeprecationHandler deprecationHandler)static MultiTermQuery.RewriteMethodQueryParsers. parseRewriteMethod(String rewriteMethod, MultiTermQuery.RewriteMethod defaultRewriteMethod, DeprecationHandler deprecationHandler)static MultiTermQuery.RewriteMethodQueryParsers. parseRewriteMethod(String rewriteMethod, DeprecationHandler deprecationHandler)static voidQueryParsers. setRewriteMethod(MultiTermQuery query, MultiTermQuery.RewriteMethod rewriteMethod) -
Uses of Nullable in org.elasticsearch.index.reindex
Methods in org.elasticsearch.index.reindex with annotations of type Nullable Modifier and Type Method Description StringScrollableHitSource.SearchFailure. getNodeId()StringRemoteInfo. getPassword()StringRemoteInfo. getPathPrefix()StringScrollableHitSource.Hit. getRouting()The routing on the hit if there is any or null if there isn't.BytesReferenceScrollableHitSource.Hit. getSource()The source of the hit.StringRemoteInfo. getUsername()XContentTypeScrollableHitSource.Hit. getXContentType()The content type of the hit source.Method parameters in org.elasticsearch.index.reindex with annotations of type Nullable Modifier and Type Method Description SelfAbstractBulkIndexByScrollRequest. setScript(Script script)Script to modify the documents before they are processed.voidBulkByScrollTask. setWorker(float requestsPerSecond, Integer sliceId)Sets this task to be a worker task that performs search requestsConstructor parameters in org.elasticsearch.index.reindex with annotations of type Nullable Constructor Description BulkByScrollResponse(Iterable<BulkByScrollResponse> toMerge, String reasonCancelled)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId, RestStatus status)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId, RestStatus status)SearchFailure(Throwable reason, String index, Integer shardId, String nodeId, RestStatus status)Status(Integer sliceId, long total, long updated, long created, long deleted, int batches, long versionConflicts, long noops, long bulkRetries, long searchRetries, TimeValue throttled, float requestsPerSecond, String reasonCancelled, TimeValue throttledUntil)Status(List<BulkByScrollTask.StatusOrException> sliceStatuses, String reasonCancelled)Constructor merging many statuses. -
Uses of Nullable in org.elasticsearch.index.search.stats
Methods in org.elasticsearch.index.search.stats with annotations of type Nullable Modifier and Type Method Description Map<String,SearchStats.Stats>SearchStats. getGroupStats()Constructor parameters in org.elasticsearch.index.search.stats with annotations of type Nullable Constructor Description SearchStats(SearchStats.Stats totalStats, long openContexts, Map<String,SearchStats.Stats> groupStats) -
Uses of Nullable in org.elasticsearch.index.shard
Fields in org.elasticsearch.index.shard with annotations of type Nullable Modifier and Type Field Description AllocationIdShardStateMetaData. allocationIdExceptionIndexShard.ShardFailure. causeMethods in org.elasticsearch.index.shard with annotations of type Nullable Modifier and Type Method Description static ShardIdShardUtils. extractShardId(DirectoryReader reader)Tries to extract the shard id from a reader if possible, when its not possible, will return null.static ShardIdShardUtils. extractShardId(LeafReader reader)Tries to extract the shard id from a reader if possible, when its not possible, will return null.Map<String,IndexingStats.Stats>IndexingStats. getTypeStats()Method parameters in org.elasticsearch.index.shard with annotations of type Nullable Modifier and Type Method Description default voidIndexEventListener. afterIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Called after the index shard has been closed.default voidIndexEventListener. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Called before the index shard gets closed.voidIndexShard. failShard(String reason, Exception e)Fails the shard and marks the shard store as corrupted ifeis caused by index corruptiondefault voidIndexEventListener. indexShardStateChanged(IndexShard indexShard, IndexShardState previousState, IndexShardState currentState, String reason)Called after a shard'sIndexShardStatechanges.default voidIndexEventListener. indexShardStateChanged(IndexShard indexShard, IndexShardState previousState, IndexShardState currentState, String reason)Called after a shard'sIndexShardStatechanges.default voidIndexEventListener. shardRoutingChanged(IndexShard indexShard, ShardRouting oldRouting, ShardRouting newRouting)Called when the shard routing has changed state.Constructor parameters in org.elasticsearch.index.shard with annotations of type Nullable Constructor Description IndexingStats(IndexingStats.Stats totalStats, Map<String,IndexingStats.Stats> typeStats)IndexShard(ShardRouting shardRouting, IndexSettings indexSettings, ShardPath path, Store store, Supplier<Sort> indexSortSupplier, IndexCache indexCache, MapperService mapperService, SimilarityService similarityService, EngineFactory engineFactory, IndexEventListener indexEventListener, CheckedFunction<DirectoryReader,DirectoryReader,IOException> indexReaderWrapper, ThreadPool threadPool, BigArrays bigArrays, Engine.Warmer warmer, List<SearchOperationListener> searchOperationListener, List<IndexingOperationListener> listeners, Runnable globalCheckpointSyncer, RetentionLeaseSyncer retentionLeaseSyncer, CircuitBreakerService circuitBreakerService)ShardFailure(ShardRouting routing, String reason, Exception cause) -
Uses of Nullable in org.elasticsearch.indices
Methods in org.elasticsearch.indices with annotations of type Nullable Modifier and Type Method Description CompletionStatsNodeIndicesStats. getCompletion()DocsStatsNodeIndicesStats. getDocs()FieldDataStatsNodeIndicesStats. getFieldData()FlushStatsNodeIndicesStats. getFlush()GetStatsNodeIndicesStats. getGet()IndexingStatsNodeIndicesStats. getIndexing()MergeStatsNodeIndicesStats. getMerge()QueryCacheStatsNodeIndicesStats. getQueryCache()RecoveryStatsNodeIndicesStats. getRecoveryStats()RefreshStatsNodeIndicesStats. getRefresh()RequestCacheStatsNodeIndicesStats. getRequestCache()SearchStatsNodeIndicesStats. getSearch()SegmentsStatsNodeIndicesStats. getSegments()StoreStatsNodeIndicesStats. getStore()TranslogStatsNodeIndicesStats. getTranslog()WarmerStatsNodeIndicesStats. getWarmer()IndexServiceIndicesService. indexService(Index index)Returns an IndexService for the specified index if exists otherwise returnsnull.IndexMetaDataIndicesService. verifyIndexIsDeleted(Index index, ClusterState clusterState)Verify that the contents on disk for the given index is deleted; if not, delete the contents. -
Uses of Nullable in org.elasticsearch.indices.cluster
Methods in org.elasticsearch.indices.cluster with annotations of type Nullable Modifier and Type Method Description TIndicesClusterStateService.AllocatedIndex. getShardOrNull(int shardId)Returns shard with given id.UIndicesClusterStateService.AllocatedIndices. indexService(Index index)Returns an IndexService for the specified index if exists otherwise returnsnull. -
Uses of Nullable in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery with annotations of type Nullable Modifier and Type Method Description DiscoveryNodeRecoveryState. getSourceNode()Returns recovery source node (only non-null if peer recovery)Method parameters in org.elasticsearch.indices.recovery with annotations of type Nullable Modifier and Type Method Description voidPeerRecoverySourceService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)voidPeerRecoveryTargetService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Constructor parameters in org.elasticsearch.indices.recovery with annotations of type Nullable Constructor Description RecoveryFailedException(ShardId shardId, DiscoveryNode sourceNode, DiscoveryNode targetNode, String extraInfo, Throwable cause)RecoveryFailedException(RecoveryState state, String extraInfo, Throwable cause)RecoveryFailedException(StartRecoveryRequest request, String extraInfo, Throwable cause)RecoveryState(ShardRouting shardRouting, DiscoveryNode targetNode, DiscoveryNode sourceNode) -
Uses of Nullable in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest with annotations of type Nullable Modifier and Type Method Description StringPipeline. getDescription()An optional description of what this pipeline is doing to the data gets processed by this pipeline.IntegerPipeline. getVersion()An optional version stored with the pipeline so that it can be used to determine if the pipeline should be updated / replaced.Constructor parameters in org.elasticsearch.ingest with annotations of type Nullable Constructor Description Pipeline(String id, String description, Integer version, CompoundProcessor compoundProcessor)Pipeline(String id, String description, Integer version, CompoundProcessor compoundProcessor) -
Uses of Nullable in org.elasticsearch.monitor.fs
Methods in org.elasticsearch.monitor.fs with annotations of type Nullable Modifier and Type Method Description DiskUsageFsInfo. getLeastDiskEstimate()DiskUsageFsInfo. getMostDiskEstimate()Method parameters in org.elasticsearch.monitor.fs with annotations of type Nullable Modifier and Type Method Description FsInfoFsProbe. stats(FsInfo previous, ClusterInfo clusterInfo)Constructor parameters in org.elasticsearch.monitor.fs with annotations of type Nullable Constructor Description FsInfo(long timestamp, FsInfo.IoStats ioStats, FsInfo.Path[] paths, DiskUsage leastUsage, DiskUsage mostUsage)FsInfo(long timestamp, FsInfo.IoStats ioStats, FsInfo.Path[] paths, DiskUsage leastUsage, DiskUsage mostUsage)Path(String path, String mount, long total, long free, long available) -
Uses of Nullable in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent with annotations of type Nullable Modifier and Type Method Description StringPersistentTasksCustomMetaData.Assignment. getExecutorNode()StringPersistentTasksCustomMetaData.PersistentTask. getExecutorNode()PPersistentTasksCustomMetaData.PersistentTask. getParams()PersistentTaskStatePersistentTasksCustomMetaData.PersistentTask. getState()voidStartPersistentTaskAction.Request. setParams(PersistentTaskParams params)Method parameters in org.elasticsearch.persistent with annotations of type Nullable Modifier and Type Method Description <Params extends PersistentTaskParams>
voidNodePersistentTasksExecutor. executeTask(Params params, PersistentTaskState state, AllocatedPersistentTask task, PersistentTasksExecutor<Params> executor)protected abstract voidPersistentTasksExecutor. nodeOperation(AllocatedPersistentTask task, Params params, PersistentTaskState state)This operation will be executed on the executor node.voidPersistentTasksService. sendCompletionRequest(String taskId, long taskAllocationId, Exception taskFailure, ActionListener<PersistentTasksCustomMetaData.PersistentTask<?>> listener)Notifies the master node about the completion of a persistent task.voidAllocatedPersistentTask. waitForPersistentTask(Predicate<PersistentTasksCustomMetaData.PersistentTask<?>> predicate, TimeValue timeout, PersistentTasksService.WaitForPersistentTaskListener<?> listener)Waits for a given persistent task to comply with a given predicate, then call back the listener accordingly.voidPersistentTasksService. waitForPersistentTaskCondition(String taskId, Predicate<PersistentTasksCustomMetaData.PersistentTask<?>> predicate, TimeValue timeout, PersistentTasksService.WaitForPersistentTaskListener<?> listener)Waits for a given persistent task to comply with a given predicate, then call back the listener accordingly.voidPersistentTasksService. waitForPersistentTasksCondition(Predicate<PersistentTasksCustomMetaData> predicate, TimeValue timeout, ActionListener<Boolean> listener)Waits for persistent tasks to comply with a given predicate, then call back the listener accordingly. -
Uses of Nullable in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories with annotations of type Nullable Modifier and Type Method Description SnapshotStateRepositoryData. getSnapshotState(SnapshotId snapshotId)Returns theSnapshotStatefor the given snapshot. -
Uses of Nullable in org.elasticsearch.rest
Methods in org.elasticsearch.rest with annotations of type Nullable Modifier and Type Method Description XContentTypeRestRequest. getXContentType()TheXContentTypethat was parsed from theContent-Typeheader.Method parameters in org.elasticsearch.rest with annotations of type Nullable Modifier and Type Method Description XContentBuilderRestChannel. newBuilder(XContentType xContentType, boolean useFiltering)XContentBuilderRestChannel. newBuilder(XContentType xContentType, XContentType responseContentType, boolean useFiltering)XContentBuilderRestChannel. newBuilder(XContentType xContentType, XContentType responseContentType, boolean useFiltering) -
Uses of Nullable in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache with annotations of type Nullable Modifier and Type Method Description StringMultiSearchTemplateResponse.Item. getFailureMessage()The actual failure message, null if its not a failure.SearchTemplateResponseMultiSearchTemplateResponse.Item. getResponse()The actual search response, null if its a failure. -
Uses of Nullable in org.elasticsearch.search
Methods in org.elasticsearch.search with annotations of type Nullable Modifier and Type Method Description StringSearchShardTarget. getClusterAlias()StringSearchHits. getCollapseField()In case field collapsing was performed, returns the field used for field collapsing, null otherwiseObject[]SearchHits. getCollapseValues()In case field collapsing was performed, returns the values of the field that field collapsing was performed on, null otherwiseStringSearchShardTarget. getNodeId()SortField[]SearchHits. getSortFields()In case documents were sorted by field(s), returns information about such field(s), null otherwiseTotalHitsSearchHits. getTotalHits()The total number of hits for the query or null if the tracking of total hits is disabled in the request.Constructor parameters in org.elasticsearch.search with annotations of type Nullable Constructor Description SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore)SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore, SortField[] sortFields, String collapseField, Object[] collapseValues)SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore, SortField[] sortFields, String collapseField, Object[] collapseValues)SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore, SortField[] sortFields, String collapseField, Object[] collapseValues)SearchHits(SearchHit[] hits, TotalHits totalHits, float maxScore, SortField[] sortFields, String collapseField, Object[] collapseValues)SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location)SearchParseException(SearchShardTarget shardTarget, String msg, XContentLocation location, Throwable cause)SearchShardTarget(String nodeId, ShardId shardId, String clusterAlias, OriginalIndices originalIndices) -
Uses of Nullable in org.elasticsearch.search.aggregations.metrics
Method parameters in org.elasticsearch.search.aggregations.metrics with annotations of type Nullable Modifier and Type Method Description TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.TopHitsAggregationBuilderTopHitsAggregationBuilder. fetchSource(FetchSourceContext fetchSourceContext)Indicate how the _source should be fetched. -
Uses of Nullable in org.elasticsearch.search.aggregations.pipeline
Methods in org.elasticsearch.search.aggregations.pipeline with annotations of type Nullable Modifier and Type Method Description static HoltWintersModel.SeasonalityTypeHoltWintersModel.SeasonalityType. parse(String text)Parse a string SeasonalityType into the byte enumMethod parameters in org.elasticsearch.search.aggregations.pipeline with annotations of type Nullable Modifier and Type Method Description protected voidMovAvgModel.AbstractModelParser. checkUnrecognizedParams(Map<String,Object> settings)abstract MovAvgModelMovAvgModel.AbstractModelParser. parse(Map<String,Object> settings, String pipelineName, int windowSize)Parse a settings hash that is specific to this modelprotected booleanMovAvgModel.AbstractModelParser. parseBoolParam(Map<String,Object> settings, String name, boolean defaultValue)Extracts a boolean from the settings map, otherwise throws an exceptionprotected doubleMovAvgModel.AbstractModelParser. parseDoubleParam(Map<String,Object> settings, String name, double defaultValue)Extracts a 0-1 inclusive double from the settings map, otherwise throws an exceptionprotected intMovAvgModel.AbstractModelParser. parseIntegerParam(Map<String,Object> settings, String name, int defaultValue)Extracts an integer from the settings map, otherwise throws an exception -
Uses of Nullable in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support with annotations of type Nullable Modifier and Type Method Description VSValuesSourceConfig. toValuesSource(QueryShardContext context)VSValuesSourceConfig. toValuesSource(QueryShardContext context, Function<Object,ValuesSource> resolveMissingAny)Get a value source given its configuration. -
Uses of Nullable in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder with annotations of type Nullable Modifier and Type Method Description IntegerSearchSourceBuilder. trackTotalHitsUpTo()Returns the total hit count that should be tracked or null if the value is unset.Method parameters in org.elasticsearch.search.builder with annotations of type Nullable Modifier and Type Method Description SearchSourceBuilderSearchSourceBuilder. docValueField(String name, String format)Adds a field to load from the doc values and return as part of the search request.SearchSourceBuilderSearchSourceBuilder. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchSourceBuilderSearchSourceBuilder. fetchSource(String[] includes, String[] excludes)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchSourceBuilderSearchSourceBuilder. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchSourceBuilderSearchSourceBuilder. fetchSource(String include, String exclude)Indicate that _source should be returned with every hit, with an "include" and/or "exclude" set which can include simple wildcard elements.SearchSourceBuilderSearchSourceBuilder. fetchSource(FetchSourceContext fetchSourceContext)Indicate how the _source should be fetched. -
Uses of Nullable in org.elasticsearch.search.fetch.subphase
Constructor parameters in org.elasticsearch.search.fetch.subphase with annotations of type Nullable Constructor Description FieldAndFormat(String field, String format)Sole constructor. -
Uses of Nullable in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal with annotations of type Nullable Modifier and Type Method Description abstract List<String>SearchContext. groupStats()Constructor parameters in org.elasticsearch.search.internal with annotations of type Nullable Constructor Description ShardSearchRequest(OriginalIndices originalIndices, SearchRequest searchRequest, ShardId shardId, int numberOfShards, AliasFilter aliasFilter, float indexBoost, long nowInMillis, String clusterAlias, String[] indexRoutings) -
Uses of Nullable in org.elasticsearch.search.lookup
Constructor parameters in org.elasticsearch.search.lookup with annotations of type Nullable Constructor Description SearchLookup(MapperService mapperService, Function<MappedFieldType,IndexFieldData<?>> fieldDataLookup, String[] types) -
Uses of Nullable in org.elasticsearch.search.suggest
Methods in org.elasticsearch.search.suggest with annotations of type Nullable Modifier and Type Method Description StringSuggestBuilder. getGlobalText()Gets the global suggest textMethod parameters in org.elasticsearch.search.suggest with annotations of type Nullable Modifier and Type Method Description SuggestBuilderSuggestBuilder. setGlobalText(String globalText)Sets the text to provide suggestions for. -
Uses of Nullable in org.elasticsearch.search.suggest.completion
Constructor parameters in org.elasticsearch.search.suggest.completion with annotations of type Nullable Constructor Description CompletionStats(long size, FieldMemoryStats fields) -
Uses of Nullable in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots with annotations of type Nullable Modifier and Type Method Description StringSnapshotException. getRepositoryName()StringSnapshotException. getSnapshotName()StringSnapshotShardFailure. nodeId()Returns node id where failure occurredStringSnapshotInfo. reason()Returns snapshot failure reason;nullif the snapshot succeeded.SnapshotStateSnapshotInfo. state()Returns snapshot state;nullif the state is unknown.Map<String,Object>SnapshotInfo. userMetadata()Returns the custom metadata that was attached to this snapshot at creation time.VersionSnapshotInfo. version()Returns the version of elasticsearch that the snapshot was created with.Method parameters in org.elasticsearch.snapshots with annotations of type Nullable Modifier and Type Method Description voidSnapshotShardsService. beforeIndexShardClosed(ShardId shardId, IndexShard indexShard, Settings indexSettings)Constructor parameters in org.elasticsearch.snapshots with annotations of type Nullable Constructor Description SnapshotShardFailure(String nodeId, ShardId shardId, String reason)Constructs new snapshot shard failure object -
Uses of Nullable in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks with annotations of type Nullable Modifier and Type Method Description StringCancellableTask. getReasonCancelled()The reason the task was cancelled or null if it hasn't been cancelled. -
Uses of Nullable in org.elasticsearch.threadpool
Methods in org.elasticsearch.threadpool with annotations of type Nullable Modifier and Type Method Description TimeValueThreadPool.Info. getKeepAlive()SizeValueThreadPool.Info. getQueueSize()Constructor parameters in org.elasticsearch.threadpool with annotations of type Nullable Constructor Description Info(String name, ThreadPool.ThreadPoolType type, int min, int max, TimeValue keepAlive, SizeValue queueSize)Info(String name, ThreadPool.ThreadPoolType type, int min, int max, TimeValue keepAlive, SizeValue queueSize) -
Uses of Nullable in org.elasticsearch.transport
Method parameters in org.elasticsearch.transport with annotations of type Nullable Modifier and Type Method Description static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. buildSingleChannelProfile(TransportRequestOptions.Type channelType, TimeValue connectTimeout, TimeValue handshakeTimeout, TimeValue pingInterval, Boolean compressionEnabled)Builds a connection profile that is dedicated to a single channel type.static ConnectionProfileConnectionProfile. resolveConnectionProfile(ConnectionProfile profile, ConnectionProfile fallbackProfile)takes aConnectionProfileresolves it to a fully specified (i.e., no nulls) profileConstructor parameters in org.elasticsearch.transport with annotations of type Nullable Constructor Description TransportInfo(BoundTransportAddress address, Map<String,BoundTransportAddress> profileAddresses)TransportInfo(BoundTransportAddress address, Map<String,BoundTransportAddress> profileAddresses, boolean cnameInPublishAddress)TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders)Build the service.TransportService(Settings settings, Transport transport, ThreadPool threadPool, TransportInterceptor transportInterceptor, Function<BoundTransportAddress,DiscoveryNode> localNodeFactory, ClusterSettings clusterSettings, Set<String> taskHeaders, ConnectionManager connectionManager)
-