A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages

A

ABORTED - org.elasticsearch.client.watcher.ExecutionPhase
 
ABORTING - org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Something (internal or external) has requested the indexer abort and shutdown.
AbstractIndicesPrivileges - Class in org.elasticsearch.client.security.user.privileges
 
AbstractIndicesPrivileges.FieldSecurity - Class in org.elasticsearch.client.security.user.privileges
 
AbstractResultResponse<T extends ToXContent> - Class in org.elasticsearch.client.ml
Abstract class that provides a list of results and their count.
accessToken(String) - Static method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
ACKABLE - org.elasticsearch.client.watcher.ActionStatus.AckStatus.State
 
ACKED - org.elasticsearch.client.watcher.ActionStatus.AckStatus.State
 
ACKNOWLEDGED - org.elasticsearch.client.watcher.ExecutionState
 
ACKNOWLEDGED - Static variable in class org.elasticsearch.client.ml.ForecastJobResponse
 
AcknowledgedResponse - Class in org.elasticsearch.client.core
 
AcknowledgedResponse(boolean) - Constructor for class org.elasticsearch.client.core.AcknowledgedResponse
 
acknowledgeHeader() - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
acknowledgeMessages() - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
ackStatus() - Method in class org.elasticsearch.client.watcher.ActionStatus
 
AckStatus(DateTime, ActionStatus.AckStatus.State) - Constructor for class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
ackWatch(AckWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Acknowledges a watch.
ackWatchAsync(AckWatchRequest, RequestOptions, ActionListener<AckWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously acknowledges a watch.
AckWatchRequest - Class in org.elasticsearch.client.watcher
A request to explicitly acknowledge a watch.
AckWatchRequest(String, String...) - Constructor for class org.elasticsearch.client.watcher.AckWatchRequest
 
AckWatchResponse - Class in org.elasticsearch.client.watcher
The response from an 'ack watch' request.
AckWatchResponse(WatchStatus) - Constructor for class org.elasticsearch.client.watcher.AckWatchResponse
 
actions(String...) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
actions(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
ACTIONS - org.elasticsearch.client.watcher.ExecutionPhase
 
ACTIONS - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
ACTIONS_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.DetectionRule
 
actionStatus(String) - Method in class org.elasticsearch.client.watcher.WatchStatus
 
ActionStatus - Class in org.elasticsearch.client.watcher
 
ActionStatus(ActionStatus.AckStatus, ActionStatus.Execution, ActionStatus.Execution, ActionStatus.Throttle) - Constructor for class org.elasticsearch.client.watcher.ActionStatus
 
ActionStatus.AckStatus - Class in org.elasticsearch.client.watcher
 
ActionStatus.AckStatus.State - Enum in org.elasticsearch.client.watcher
 
ActionStatus.Execution - Class in org.elasticsearch.client.watcher
 
ActionStatus.Throttle - Class in org.elasticsearch.client.watcher
 
activateWatch(ActivateWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Activate a watch from the cluster See the docs for more.
activateWatchAsync(ActivateWatchRequest, RequestOptions, ActionListener<ActivateWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously activates a watch from the cluster See the docs for more.
ActivateWatchRequest - Class in org.elasticsearch.client.watcher
A request to explicitly activate a watch.
ActivateWatchRequest(String) - Constructor for class org.elasticsearch.client.watcher.ActivateWatchRequest
 
ActivateWatchResponse - Class in org.elasticsearch.client.watcher
Response from an 'activate watch' request.
ActivateWatchResponse(WatchStatus) - Constructor for class org.elasticsearch.client.watcher.ActivateWatchResponse
 
ACTIVE - org.elasticsearch.client.ccr.FollowInfoResponse.Status
 
ACTIVE - org.elasticsearch.client.license.LicenseStatus
 
ACTIVE - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
ACTUAL - org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
ACTUAL - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
ACTUAL - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
add(TermVectorsRequest) - Method in class org.elasticsearch.client.core.MultiTermVectorsRequest
Adds another TermVectorsRequest to this MultiTermVectorsRequest
ADD_ITEMS - Static variable in class org.elasticsearch.client.ml.UpdateFilterRequest
 
addCharFilter(String) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
addCharFilter(Map<String, Object>) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
addDoc(byte[]) - Method in class org.elasticsearch.client.ml.PostDataRequest.JsonBuilder
Add a document via a byte[] array
addDoc(String) - Method in class org.elasticsearch.client.ml.PostDataRequest.JsonBuilder
Add a document via a serialized JSON String
addDoc(Map<String, Object>) - Method in class org.elasticsearch.client.ml.PostDataRequest.JsonBuilder
Add a document via an object map
addExclude(String) - Method in class org.elasticsearch.client.graph.VertexRequest
Adds a term that should be excluded from results
addExpression(RoleMapperExpression) - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression.Builder
 
addExpression(RoleMapperExpression) - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AnyRoleMapperExpression.Builder
 
addFeatures(GetIndexRequest.Feature...) - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
addInclude(String, float) - Method in class org.elasticsearch.client.graph.VertexRequest
Adds a term to the set of allowed values - the boost defines the relative importance when pursuing connections in subsequent Hops.
addMaxIndexAgeCondition(TimeValue) - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Adds condition to check if the index is at least age old
addMaxIndexDocsCondition(long) - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Adds condition to check if the index has at least numDocs
addMaxIndexSizeCondition(ByteSizeValue) - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Adds a size-based condition to check if the index size is at least size.
addTokenFilter(String) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
addTokenFilter(Map<String, Object>) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
addValidationError(String) - Method in exception org.elasticsearch.client.ValidationException
Add a new validation error to the accumulating validation errors
addValidationErrors(ValidationException) - Method in exception org.elasticsearch.client.ValidationException
Adds validation errors from an existing ValidationException to the accumulating validation errors
addVertexRequest(String) - Method in class org.elasticsearch.client.graph.Hop
Add a field in which this Hop will look for terms that are highly linked to previous hops and optionally the guiding query.
ADVANCE_TIME - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
AGGREGATIONS - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
alias(Alias) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds an alias that will be associated with the index when it gets created
alias(Alias) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Adds an alias that will be added when the index gets created.
ALIAS - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
aliases() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
aliases() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
aliases() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
aliases(String) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(String, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(Collection<Alias>) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds aliases that will be associated with the index when it gets created
aliases(Map<String, ?>) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(Map<String, ?>) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(BytesReference) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
aliases(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(XContentBuilder) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the aliases that will be associated with the index when it gets created
aliases(XContentBuilder) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Sets the aliases that will be associated with the index when it gets created
ALIASES - org.elasticsearch.client.indices.GetIndexRequest.Feature
 
ALL - org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
 
ALL - org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
ALL - Static variable in class org.elasticsearch.client.ml.DeleteForecastRequest
 
ALL - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
ALL - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
ALL_ARRAY - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
ALL_ARRAY - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
AllocateAction - Class in org.elasticsearch.client.indexlifecycle
 
AllocateAction(Integer, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class org.elasticsearch.client.indexlifecycle.AllocateAction
 
ALLOW_NO_DATAFEEDS - Static variable in class org.elasticsearch.client.ml.GetDatafeedRequest
 
ALLOW_NO_DATAFEEDS - Static variable in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
ALLOW_NO_DATAFEEDS - Static variable in class org.elasticsearch.client.ml.StopDatafeedRequest
 
ALLOW_NO_FORECASTS - Static variable in class org.elasticsearch.client.ml.DeleteForecastRequest
 
ALLOW_NO_JOBS - Static variable in class org.elasticsearch.client.ml.CloseJobRequest
 
ALLOW_NO_JOBS - Static variable in class org.elasticsearch.client.ml.GetJobRequest
 
ALLOW_NO_JOBS - Static variable in class org.elasticsearch.client.ml.GetJobStatsRequest
 
ALLOW_NO_JOBS - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
allowRestrictedIndices - Variable in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
 
allowRestrictedIndices() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
True if the privileges cover restricted internal indices too.
allowRestrictedIndices(boolean) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
AllRoleMapperExpression - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
An expression that evaluates to true if-and-only-if all its children evaluate to true.
AllRoleMapperExpression.Builder - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
 
ALREADY_USING_BASIC - org.elasticsearch.client.license.StartBasicResponse.Status
 
ANALYSIS_CONFIG - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
Serialisation names
ANALYSIS_CONFIG - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
ANALYSIS_LIMITS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
AnalysisConfig - Class in org.elasticsearch.client.ml.job.config
Analysis configuration options that describe which fields are analyzed and which functions are used to detect anomalies.
AnalysisConfig.Builder - Class in org.elasticsearch.client.ml.job.config
 
AnalysisLimits - Class in org.elasticsearch.client.ml.job.config
Analysis limits for autodetect.
AnalysisLimits(Long) - Constructor for class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
AnalysisLimits(Long, Long) - Constructor for class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
analyze(AnalyzeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Calls the analyze API See Analyze API on elastic.co
analyzeAsync(AnalyzeRequest, RequestOptions, ActionListener<AnalyzeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously calls the analyze API See Analyze API on elastic.co
ANOMALY_CAUSE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
ANOMALY_DETECTOR_JOB_TYPE - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
AnomalyCause - Class in org.elasticsearch.client.ml.job.results
Anomaly Cause POJO.
AnomalyRecord - Class in org.elasticsearch.client.ml.job.results
Anomaly Record POJO.
ANY - org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
AnyRoleMapperExpression - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
An expression that evaluates to true if at least one of its children evaluate to true.
AnyRoleMapperExpression.Builder - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
 
ApiKey - Class in org.elasticsearch.client.security.support
API key information
ApiKey(String, String, Instant, Instant, boolean, String, String) - Constructor for class org.elasticsearch.client.security.support.ApiKey
 
appendOn(Detector, StringBuilder) - Static method in class org.elasticsearch.client.ml.job.config.DefaultDetectorDescription
Appends to the given StringBuilder the default description for the given detector
application(String) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
ApplicationPrivilege - Class in org.elasticsearch.client.security.user.privileges
Represents an application specific privilege.
ApplicationPrivilege(String, String, Collection<String>, Map<String, Object>) - Constructor for class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
ApplicationPrivilege.Builder - Class in org.elasticsearch.client.security.user.privileges
 
applicationResourcePrivileges(Collection<ApplicationResourcePrivileges>) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
applicationResourcePrivileges(ApplicationResourcePrivileges...) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
ApplicationResourcePrivileges - Class in org.elasticsearch.client.security.user.privileges
Represents privileges over resources that are scoped under an application.
ApplicationResourcePrivileges(String, Collection<String>, Collection<String>) - Constructor for class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
Constructs privileges for resources under an application scope.
APPLICATIONS - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
APPLIES_TO_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.RuleCondition
 
ASSIGNMENT_EXPLANATION - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
ATTRIBUTES - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
authenticate(RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Authenticate the current user and return all the information about the authenticated user.
authenticateAsync(RequestOptions, ActionListener<AuthenticateResponse>) - Method in class org.elasticsearch.client.SecurityClient
Authenticate the current user asynchronously and return all the information about the authenticated user.
AuthenticateRequest - Class in org.elasticsearch.client.security
Empty request object required to make the authenticate call.
AuthenticateResponse - Class in org.elasticsearch.client.security
The response for the authenticate call.
AuthenticateResponse(User, boolean, AuthenticateResponse.RealmInfo, AuthenticateResponse.RealmInfo) - Constructor for class org.elasticsearch.client.security.AuthenticateResponse
 
AuthenticateResponse.RealmInfo - Class in org.elasticsearch.client.security
 
AUTO - org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
 
AutoFollowedCluster(long, long) - Constructor for class org.elasticsearch.client.ccr.AutoFollowStats.AutoFollowedCluster
 
AutoFollowStats - Class in org.elasticsearch.client.ccr
 
AutoFollowStats.AutoFollowedCluster - Class in org.elasticsearch.client.ccr
 
available() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
AVG - org.elasticsearch.client.ml.job.config.DetectorFunction
 
AVG - Static variable in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
AWAITS_EXECUTION - org.elasticsearch.client.watcher.ExecutionPhase
 
AWAITS_SUCCESSFUL_EXECUTION - org.elasticsearch.client.watcher.ActionStatus.AckStatus.State
 

B

BACKGROUND_PERSIST_INTERVAL - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
BASIC_SELF_GENERATED_LICENSE_EXPIRATION_MILLIS - Static variable in class org.elasticsearch.client.xpack.XPackInfoResponse
Value of the license's expiration time if it should never expire.
BroadcastResponse - Class in org.elasticsearch.client.core
Represents a response to a request that is broadcast to a collection of shards.
BroadcastResponse.Shards - Class in org.elasticsearch.client.core
Represents the results of a collection of shards on which a request was executed against.
Bucket - Class in org.elasticsearch.client.ml.job.results
Bucket Result POJO
BUCKET_ALLOCATION_FAILURES_COUNT_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
BUCKET_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
BUCKET_INFLUENCERS - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
BUCKET_SPAN - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
 
BucketInfluencer - Class in org.elasticsearch.client.ml.job.results
 
buckets() - Method in class org.elasticsearch.client.ml.GetBucketsResponse
The retrieved buckets
BUCKETS - Static variable in class org.elasticsearch.client.ml.GetBucketsResponse
 
build() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
build() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
build() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
build() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
Create a config
build() - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
Builds a job.
build() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.config.RuleScope.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
build() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
build() - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression.Builder
 
build() - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AnyRoleMapperExpression.Builder
 
build() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
build() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
build() - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
BUILD - org.elasticsearch.client.xpack.XPackInfoRequest.Category
 
builder() - Static method in class org.elasticsearch.client.ml.job.config.Detector
 
builder() - Static method in class org.elasticsearch.client.ml.job.config.RuleScope
 
builder() - Static method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression
 
builder() - Static method in class org.elasticsearch.client.security.support.expressiondsl.expressions.AnyRoleMapperExpression
 
builder() - Static method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
builder() - Static method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
builder() - Static method in class org.elasticsearch.client.security.user.privileges.Role
 
builder(String) - Static method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
builder(String) - Static method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
builder(String) - Static method in class org.elasticsearch.client.ml.job.config.Job
 
builder(String) - Static method in class org.elasticsearch.client.ml.job.config.MlFilter
Creates a new Builder object for creating an MlFilter object
builder(String, String) - Static method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
builder(List<Detector>) - Static method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
Builder() - Constructor for class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
Builder() - Constructor for class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
Builder() - Constructor for class org.elasticsearch.client.ml.job.config.Detector.Builder
 
Builder() - Constructor for class org.elasticsearch.client.ml.job.config.RuleScope.Builder
 
Builder() - Constructor for class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
Builder() - Constructor for class org.elasticsearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression.Builder
 
Builder() - Constructor for class org.elasticsearch.client.security.support.expressiondsl.expressions.AnyRoleMapperExpression.Builder
 
Builder() - Constructor for class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
Builder(String) - Constructor for class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
Builder(String) - Constructor for class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
Builder(String) - Constructor for class org.elasticsearch.client.ml.job.config.Job.Builder
 
Builder(String) - Constructor for class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
New JobUpdate.Builder object for the existing job
Builder(String) - Constructor for class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
Builder(String) - Constructor for class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
Builder(String, String) - Constructor for class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
Builder(String, String) - Constructor for class org.elasticsearch.client.ml.job.config.Detector.Builder
 
Builder(List<Detector>) - Constructor for class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
Builder(List<RuleCondition>) - Constructor for class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
Builder(IndexTemplateMetaData) - Constructor for class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
Builder(DatafeedConfig) - Constructor for class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
Builder(DatafeedUpdate) - Constructor for class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
Builder(AnalysisConfig) - Constructor for class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
Builder(CategorizationAnalyzerConfig) - Constructor for class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
Builder(Detector) - Constructor for class org.elasticsearch.client.ml.job.config.Detector.Builder
 
Builder(DetectorFunction, String) - Constructor for class org.elasticsearch.client.ml.job.config.Detector.Builder
 
Builder(Job) - Constructor for class org.elasticsearch.client.ml.job.config.Job.Builder
 
Builder(RuleScope) - Constructor for class org.elasticsearch.client.ml.job.config.RuleScope.Builder
 
Builder(RuleScope.Builder) - Constructor for class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
Builder(ModelSizeStats) - Constructor for class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
Builder(ModelSnapshot) - Constructor for class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
BuildInfo(String, String) - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
bulk(BulkRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
bulk(BulkRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a bulk request using the Bulk API.
bulkAsync(BulkRequest, ActionListener<BulkResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
bulkAsync(BulkRequest, RequestOptions, ActionListener<BulkResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a bulk request using the Bulk API.
BY - org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
 
BY_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
BY_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
BY_FIELD_NAME_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
BY_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
BY_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
byFields() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
byId(String) - Static method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
Execute an existing watch on the cluster

C

CALC_INTERIM - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
Calendar - Class in org.elasticsearch.client.ml.calendars
A simple calendar object for scheduled (special) events.
Calendar(String, List<String>, String) - Constructor for class org.elasticsearch.client.ml.calendars.Calendar
jobIds can be a mix of job groups and job Ids
CALENDAR_TYPE - Static variable in class org.elasticsearch.client.ml.calendars.Calendar
 
calendars() - Method in class org.elasticsearch.client.ml.GetCalendarsResponse
The collection of Calendar objects found in the query
cancel(CancelTasksRequest, RequestOptions) - Method in class org.elasticsearch.client.TasksClient
Cancel one or more cluster tasks using the Task Management API.
cancelAsync(CancelTasksRequest, RequestOptions, ActionListener<CancelTasksResponse>) - Method in class org.elasticsearch.client.TasksClient
Asynchronously cancel one or more cluster tasks using the Task Management API.
CARDINALITY - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
categories() - Method in class org.elasticsearch.client.ml.GetCategoriesResponse
The retrieved categories
CATEGORIES - Static variable in class org.elasticsearch.client.ml.GetCategoriesResponse
 
CATEGORIES - Static variable in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
CATEGORIZATION_ANALYZER - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
CATEGORIZATION_ANALYZER - Static variable in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
CATEGORIZATION_EXAMPLES_LIMIT - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
CATEGORIZATION_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
CATEGORIZATION_FILTERS - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
CategorizationAnalyzerConfig - Class in org.elasticsearch.client.ml.job.config
Configuration for the categorization analyzer.
CategorizationAnalyzerConfig.Builder - Class in org.elasticsearch.client.ml.job.config
 
CategorizationAnalyzerConfig.NameOrDefinition - Class in org.elasticsearch.client.ml.job.config
Simple store of either a name of a built-in analyzer element or a custom definition.
CATEGORY_ID - Static variable in class org.elasticsearch.client.ml.GetCategoriesRequest
 
CATEGORY_ID - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
CategoryDefinition - Class in org.elasticsearch.client.ml.job.results
 
cause() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
cause(String) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The cause for this index template creation.
CAUSES - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
ccr() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed CCR APIs that are shipped with the Elastic Stack distribution of Elasticsearch.
CcrClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic ccr related methods
CcrStatsRequest - Class in org.elasticsearch.client.ccr
 
CcrStatsRequest() - Constructor for class org.elasticsearch.client.ccr.CcrStatsRequest
 
CcrStatsResponse - Class in org.elasticsearch.client.ccr
 
CcrStatsResponse(AutoFollowStats, IndicesFollowStats) - Constructor for class org.elasticsearch.client.ccr.CcrStatsResponse
 
CertificateInfo - Class in org.elasticsearch.client.security.support
Simple model of an X.509 certificate
CertificateInfo(String, String, String, String, String, boolean, String) - Constructor for class org.elasticsearch.client.security.support.CertificateInfo
 
changePassword(RequestOptions, ChangePasswordRequest) - Method in class org.elasticsearch.client.SecurityClient
Change the password of a user of a native realm or built-in user synchronously.
changePassword(ChangePasswordRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
changePasswordAsync(RequestOptions, ChangePasswordRequest, ActionListener<Boolean>) - Method in class org.elasticsearch.client.SecurityClient
Change the password of a user of a native realm or built-in user asynchronously.
changePasswordAsync(ChangePasswordRequest, RequestOptions, ActionListener<EmptyResponse>) - Method in class org.elasticsearch.client.SecurityClient
ChangePasswordRequest - Class in org.elasticsearch.client.security
Request object to change the password of a user of a native realm or a built-in user.
ChangePasswordRequest(String, char[], RefreshPolicy) - Constructor for class org.elasticsearch.client.security.ChangePasswordRequest
 
CHARSET - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
CHARSET - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
CHECK_WINDOW - Static variable in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
checked() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
CHUNKING_CONFIG - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
ChunkingConfig - Class in org.elasticsearch.client.ml.datafeed
The description of how searches should be chunked.
ChunkingConfig.Mode - Enum in org.elasticsearch.client.ml.datafeed
 
clearCache(ClearIndicesCacheRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
clearCache(ClearIndicesCacheRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Clears the cache of one or more indices using the Clear Cache API.
clearCacheAsync(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
clearCacheAsync(ClearIndicesCacheRequest, RequestOptions, ActionListener<ClearIndicesCacheResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously clears the cache of one or more indices using the Clear Cache API.
clearRealmCache(ClearRealmCacheRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Clears the cache in one or more realms.
clearRealmCacheAsync(ClearRealmCacheRequest, RequestOptions, ActionListener<ClearRealmCacheResponse>) - Method in class org.elasticsearch.client.SecurityClient
Clears the cache in one or more realms asynchronously.
ClearRealmCacheRequest - Class in org.elasticsearch.client.security
Request for clearing the cache of one or more realms
ClearRealmCacheRequest(List<String>, List<String>) - Constructor for class org.elasticsearch.client.security.ClearRealmCacheRequest
Create a new request to clear cache of realms
ClearRealmCacheResponse - Class in org.elasticsearch.client.security
Response for a clear realm cache request.
ClearRealmCacheResponse(List<SecurityNodesResponse.Node>, NodesResponseHeader, String) - Constructor for class org.elasticsearch.client.security.ClearRealmCacheResponse
 
clearRolesCache(ClearRolesCacheRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Clears the roles cache for a set of roles.
clearRolesCacheAsync(ClearRolesCacheRequest, RequestOptions, ActionListener<ClearRolesCacheResponse>) - Method in class org.elasticsearch.client.SecurityClient
Clears the roles cache for a set of roles asynchronously.
ClearRolesCacheRequest - Class in org.elasticsearch.client.security
The request used to clear the cache for native roles stored in an index.
ClearRolesCacheRequest(String...) - Constructor for class org.elasticsearch.client.security.ClearRolesCacheRequest
Sets the roles for which caches will be evicted.
ClearRolesCacheResponse - Class in org.elasticsearch.client.security
The response object that will be returned when clearing the roles cache
ClearRolesCacheResponse(List<SecurityNodesResponse.Node>, NodesResponseHeader, String) - Constructor for class org.elasticsearch.client.security.ClearRolesCacheResponse
 
clearScroll(ClearScrollRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
clearScroll(ClearScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Clears one or more scroll ids using the Clear Scroll API.
clearScrollAsync(ClearScrollRequest, ActionListener<ClearScrollResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
clearScrollAsync(ClearScrollRequest, RequestOptions, ActionListener<ClearScrollResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously clears one or more scroll ids using the Clear Scroll API.
clientCredentialsGrant() - Static method in class org.elasticsearch.client.security.CreateTokenRequest
 
close() - Method in class org.elasticsearch.client.RestHighLevelClient
 
close(CloseIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
close(CloseIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Closes an index using the Close Index API.
closeAllJobsRequest() - Static method in class org.elasticsearch.client.ml.CloseJobRequest
Explicitly close all jobs
closeAsync(CloseIndexRequest, ActionListener<AcknowledgedResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
closeAsync(CloseIndexRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously closes an index using the Close Index API.
CLOSED - org.elasticsearch.client.ml.job.config.JobState
 
closeJob(CloseJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Closes one or more Machine Learning Jobs.
closeJobAsync(CloseJobRequest, RequestOptions, ActionListener<CloseJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Closes one or more Machine Learning Jobs asynchronously, notifies listener on completion A closed job cannot receive data or perform analysis operations, but you can still explore and navigate results.
CloseJobRequest - Class in org.elasticsearch.client.ml
Request to close Machine Learning Jobs
CloseJobRequest(String...) - Constructor for class org.elasticsearch.client.ml.CloseJobRequest
Close the specified Jobs via their unique jobIds
CloseJobResponse - Class in org.elasticsearch.client.ml
Response indicating if the Job(s) closed or not
CloseJobResponse(boolean) - Constructor for class org.elasticsearch.client.ml.CloseJobResponse
 
CLOSING - org.elasticsearch.client.ml.job.config.JobState
 
cluster() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a ClusterClient which can be used to access the Cluster API.
CLUSTER - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
ClusterClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Cluster API.
ClusterPrivilegeName() - Constructor for class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
clusterPrivileges(String...) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
clusterPrivileges(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
COLUMN_NAMES - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
COLUMN_NAMES - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
compareTo(OverallBucket.JobInfo) - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
COMPLETED - Static variable in class org.elasticsearch.client.tasks.GetTaskResponse
 
CompositeRoleMapperExpression - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
Expression of role mapper expressions which can be combined by operators like AND, OR
CompositeType - Enum in org.elasticsearch.client.security.support.expressiondsl.expressions
 
CONDITION - org.elasticsearch.client.watcher.ExecutionPhase
 
CONDITIONS_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.DetectionRule
 
Connection - Class in org.elasticsearch.client.graph
A Connection links exactly two Vertex objects.
Connection(Vertex, Vertex, double, long) - Constructor for class org.elasticsearch.client.graph.Connection
 
Connection.ConnectionId - Class in org.elasticsearch.client.graph
An identifier (implements hashcode and equals) that represents a unique key for a Connection
ConnectionId(Vertex.VertexId, Vertex.VertexId) - Constructor for class org.elasticsearch.client.graph.Connection.ConnectionId
 
CONTENT_TYPE - Static variable in class org.elasticsearch.client.ml.PostDataRequest
 
convertExistsResponse(Response) - Static method in class org.elasticsearch.client.RestHighLevelClient
 
CORRELATED_BY_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
CORRELATED_BY_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
count - Variable in class org.elasticsearch.client.ml.AbstractResultResponse
 
count() - Method in class org.elasticsearch.client.ml.AbstractResultResponse
 
count(CountRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a count request using the Count API.
COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
COUNT - Static variable in class org.elasticsearch.client.ml.AbstractResultResponse
 
COUNT - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
countAsync(CountRequest, RequestOptions, ActionListener<CountResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a count request using the Count API.
CountRequest - Class in org.elasticsearch.client.core
Encapsulates a request to _count API against one, several or all indices.
CountRequest() - Constructor for class org.elasticsearch.client.core.CountRequest
 
CountRequest(String...) - Constructor for class org.elasticsearch.client.core.CountRequest
Constructs a new count request against the indices.
CountRequest(String[], SearchSourceBuilder) - Constructor for class org.elasticsearch.client.core.CountRequest
Constructs a new search request against the provided indices with the given search source.
CountResponse - Class in org.elasticsearch.client.core
A response to _count API request.
CountResponse(long, Boolean, CountResponse.ShardStats) - Constructor for class org.elasticsearch.client.core.CountResponse
 
CountResponse.ShardStats - Class in org.elasticsearch.client.core
Encapsulates _shards section of count api response.
create() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
create(boolean) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Set to true to force only creation, not an update of an index template.
create(CreateSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Creates a snapshot.
create(CreateIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.create(CreateIndexRequest, RequestOptions) should be used instead, which accepts a new request object and also uses request options instead of headers.
create(CreateIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.create(CreateIndexRequest, RequestOptions) should be used instead, which accepts a new request object.
create(CreateIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Creates an index using the Create Index API.
CREATE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
CREATE_INDEX - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
CREATE_TIME - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
createApiKey(CreateApiKeyRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Create an API Key.
See the docs for more.
createApiKeyAsync(CreateApiKeyRequest, RequestOptions, ActionListener<CreateApiKeyResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously creates an API key.
See the docs for more.
CreateApiKeyRequest - Class in org.elasticsearch.client.security
Request to create API key
CreateApiKeyRequest(String, List<Role>, TimeValue, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.CreateApiKeyRequest
Create API Key request constructor
CreateApiKeyResponse - Class in org.elasticsearch.client.security
Response for create API key
CreateApiKeyResponse(String, String, SecureString, Instant) - Constructor for class org.elasticsearch.client.security.CreateApiKeyResponse
 
createAsync(CreateSnapshotRequest, RequestOptions, ActionListener<CreateSnapshotResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously creates a snapshot.
createAsync(CreateIndexRequest, ActionListener<CreateIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.createAsync(CreateIndexRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object and also uses request objects instead of headers.
createAsync(CreateIndexRequest, RequestOptions, ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.createAsync(CreateIndexRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
createAsync(CreateIndexRequest, RequestOptions, ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously creates an index using the Create Index API.
CREATED - Static variable in class org.elasticsearch.client.security.InvalidateTokenResponse
 
createId(String, String) - Static method in class org.elasticsearch.client.graph.Vertex
A convenience method for creating a Vertex.VertexId
CreateIndexRequest - Class in org.elasticsearch.client.indices
A request to create an index.
CreateIndexRequest(String) - Constructor for class org.elasticsearch.client.indices.CreateIndexRequest
Constructs a new request to create an index with the specified name.
CreateIndexResponse - Class in org.elasticsearch.client.indices
A response for a create index action.
CreateIndexResponse(boolean, boolean, String) - Constructor for class org.elasticsearch.client.indices.CreateIndexResponse
 
createNextHop(QueryBuilder) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Add a stage in the graph exploration.
createRepository(PutRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Creates a snapshot repository.
createRepositoryAsync(PutRepositoryRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously creates a snapshot repository.
createTime(Operator, long) - Static method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
createToken(CreateTokenRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Creates an OAuth2 token.
createTokenAsync(CreateTokenRequest, RequestOptions, ActionListener<CreateTokenResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously creates an OAuth2 token.
CreateTokenRequest - Class in org.elasticsearch.client.security
Request to create a new OAuth2 token from the Elasticsearch cluster.
CreateTokenRequest(String, String, String, char[], String) - Constructor for class org.elasticsearch.client.security.CreateTokenRequest
General purpose constructor.
CreateTokenResponse - Class in org.elasticsearch.client.security
Response when creating a new OAuth2 token in the Elasticsearch cluster.
CreateTokenResponse(String, String, TimeValue, String, String) - Constructor for class org.elasticsearch.client.security.CreateTokenResponse
 
CRITICAL - org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
 
CUSTOM_RULES_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
CUSTOM_SETTINGS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 

D

DATA_DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
DataCounts - Class in org.elasticsearch.client.ml.job.process
Job processed record counts.
DataCounts(String, long, long, long, long, long, long, long, long, long, long, Date, Date, Date, Date, Date) - Constructor for class org.elasticsearch.client.ml.job.process.DataCounts
 
DataCounts(DataCounts) - Constructor for class org.elasticsearch.client.ml.job.process.DataCounts
 
DataDescription - Class in org.elasticsearch.client.ml.job.config
Describes the format of the data used in the job and how it should be interpreted by the ML job.
DataDescription(DataDescription.DataFormat, String, String, Character, Character) - Constructor for class org.elasticsearch.client.ml.job.config.DataDescription
 
DataDescription.Builder - Class in org.elasticsearch.client.ml.job.config
 
DataDescription.DataFormat - Enum in org.elasticsearch.client.ml.job.config
Enum of the acceptable data formats.
DATAFEED_IDS - Static variable in class org.elasticsearch.client.ml.GetDatafeedRequest
 
DatafeedConfig - Class in org.elasticsearch.client.ml.datafeed
The datafeed configuration object.
DatafeedConfig.Builder - Class in org.elasticsearch.client.ml.datafeed
 
datafeeds() - Method in class org.elasticsearch.client.ml.GetDatafeedResponse
The collection of DatafeedConfig objects found in the query
DatafeedState - Enum in org.elasticsearch.client.ml.datafeed
Datafeed State POJO
datafeedStats() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
The collection of DatafeedStats objects found in the query
DatafeedStats - Class in org.elasticsearch.client.ml.datafeed
Datafeed Statistics POJO
DatafeedStats(String, DatafeedState, NodeAttributes, String) - Constructor for class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
DatafeedUpdate - Class in org.elasticsearch.client.ml.datafeed
A datafeed update contains partial properties to update a DatafeedConfig.
DatafeedUpdate.Builder - Class in org.elasticsearch.client.ml.datafeed
 
DateHistogramGroupConfig - Class in org.elasticsearch.client.rollup.job.config
The configuration object for the histograms in the rollup config { "groups": [ "date_histogram": { "field" : "foo", "interval" : "1d", "delay": "30d", "time_zone" : "EST" } ] }
DateHistogramGroupConfig(String, DateHistogramInterval) - Constructor for class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Create a new DateHistogramGroupConfig using the given field and interval parameters.
DateHistogramGroupConfig(String, DateHistogramInterval, DateHistogramInterval, String) - Constructor for class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Create a new DateHistogramGroupConfig using the given configuration parameters.
deactivateWatch(DeactivateWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Deactivate an existing watch See the docs for more.
deactivateWatchAsync(DeactivateWatchRequest, RequestOptions, ActionListener<DeactivateWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously deactivate an existing watch See the docs for more.
DeactivateWatchRequest - Class in org.elasticsearch.client.watcher
 
DeactivateWatchRequest(String) - Constructor for class org.elasticsearch.client.watcher.DeactivateWatchRequest
 
DeactivateWatchResponse - Class in org.elasticsearch.client.watcher
 
DeactivateWatchResponse(WatchStatus) - Constructor for class org.elasticsearch.client.watcher.DeactivateWatchResponse
 
declareCommonNodesResponseParsing(ConstructingObjectParser<T, Void>) - Static method in class org.elasticsearch.client.NodesResponse
 
declareCommonNodesResponseParsing(ConstructingObjectParser<T, Void>) - Static method in class org.elasticsearch.client.security.SecurityNodesResponse
 
DEFAULT_ACK_TIMEOUT - Static variable in class org.elasticsearch.client.TimedRequest
 
DEFAULT_DELIMITER - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
The default field delimiter expected by the native autodetect program.
DEFAULT_MASTER_NODE_TIMEOUT - Static variable in class org.elasticsearch.client.TimedRequest
 
DEFAULT_MIN_DOC_COUNT - Static variable in class org.elasticsearch.client.graph.VertexRequest
 
DEFAULT_QUOTE_CHAR - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
The default quote character used to escape text in delimited data formats
DEFAULT_SHARD_MIN_DOC_COUNT - Static variable in class org.elasticsearch.client.graph.VertexRequest
 
DEFAULT_SIZE - Static variable in class org.elasticsearch.client.graph.VertexRequest
 
DEFAULT_TIME_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
By default autodetect expects the timestamp in a field with this name
DefaultDetectorDescription - Class in org.elasticsearch.client.ml.job.config
 
definition - Variable in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
DELAYED_DATA_CHECK_CONFIG - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
DelayedDataCheckConfig - Class in org.elasticsearch.client.ml.datafeed
The configuration object containing the delayed data check settings.
delete(DeleteSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Deletes a snapshot.
delete(DeleteIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
delete(DeleteIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deletes an index using the Delete Index API.
delete(DeleteRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
delete(DeleteRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Deletes a document by id using the Delete API.
DELETE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
DELETE_INDEX - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
DELETE_INTERVENING - Static variable in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
DeleteAction - Class in org.elasticsearch.client.indexlifecycle
 
DeleteAction() - Constructor for class org.elasticsearch.client.indexlifecycle.DeleteAction
 
deleteAllForecasts(String) - Static method in class org.elasticsearch.client.ml.DeleteForecastRequest
Create a new DeleteForecastRequest that explicitly deletes all forecasts
deleteAsync(DeleteSnapshotRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously deletes a snapshot.
deleteAsync(DeleteIndexRequest, ActionListener<AcknowledgedResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
deleteAsync(DeleteIndexRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously deletes an index using the Delete Index API.
deleteAsync(DeleteRequest, ActionListener<DeleteResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
deleteAsync(DeleteRequest, RequestOptions, ActionListener<DeleteResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously deletes a document by id using the Delete API.
deleteAutoFollowPattern(DeleteAutoFollowPatternRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Deletes an auto follow pattern.
deleteAutoFollowPatternAsync(DeleteAutoFollowPatternRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously deletes an auto follow pattern.
DeleteAutoFollowPatternRequest - Class in org.elasticsearch.client.ccr
 
DeleteAutoFollowPatternRequest(String) - Constructor for class org.elasticsearch.client.ccr.DeleteAutoFollowPatternRequest
 
deleteByQuery(DeleteByQueryRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a delete by query request.
deleteByQueryAsync(DeleteByQueryRequest, RequestOptions, ActionListener<BulkByScrollResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a delete by query request.
deleteByQueryRethrottle(RethrottleRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a delete by query rethrottle request.
deleteByQueryRethrottleAsync(RethrottleRequest, RequestOptions, ActionListener<ListTasksResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously execute an delete by query rethrottle request.
deleteCalendar(DeleteCalendarRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Calendar
deleteCalendarAsync(DeleteCalendarRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
deleteCalendarEvent(DeleteCalendarEventRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Removes a Scheduled Event from a calendar
deleteCalendarEventAsync(DeleteCalendarEventRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Removes a Scheduled Event from a calendar, notifies listener when completed
DeleteCalendarEventRequest - Class in org.elasticsearch.client.ml
Request class for removing an event from an existing calendar
DeleteCalendarEventRequest(String, String) - Constructor for class org.elasticsearch.client.ml.DeleteCalendarEventRequest
Create a new request referencing an existing Calendar and which event to remove from it.
deleteCalendarJob(DeleteCalendarJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Removes Machine Learning Job(s) from a calendar
deleteCalendarJobAsync(DeleteCalendarJobRequest, RequestOptions, ActionListener<PutCalendarResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Removes Machine Learning Job(s) from a calendar, notifies listener when completed
DeleteCalendarJobRequest - Class in org.elasticsearch.client.ml
Request class for removing Machine Learning Jobs from an existing calendar
DeleteCalendarJobRequest(String, String...) - Constructor for class org.elasticsearch.client.ml.DeleteCalendarJobRequest
Create a new request referencing an existing Calendar and which JobIds to remove from it.
DeleteCalendarRequest - Class in org.elasticsearch.client.ml
Request to delete a Machine Learning Calendar
DeleteCalendarRequest(String) - Constructor for class org.elasticsearch.client.ml.DeleteCalendarRequest
The constructor requires a single calendar id.
deleteDatafeed(DeleteDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Datafeed
deleteDatafeedAsync(DeleteDatafeedRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Datafeed asynchronously and notifies the listener on completion
DeleteDatafeedRequest - Class in org.elasticsearch.client.ml
Request to delete a Machine Learning Datafeed via its ID
DeleteDatafeedRequest(String) - Constructor for class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
deleteExpiredData(DeleteExpiredDataRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes expired data from Machine Learning Jobs
deleteExpiredDataAsync(DeleteExpiredDataRequest, RequestOptions, ActionListener<DeleteExpiredDataResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes expired data from Machine Learning Jobs asynchronously and notifies the listener on completion
DeleteExpiredDataRequest - Class in org.elasticsearch.client.ml
Request to delete expired model snapshots and forecasts
DeleteExpiredDataRequest() - Constructor for class org.elasticsearch.client.ml.DeleteExpiredDataRequest
Create a new request to delete expired data
DeleteExpiredDataResponse - Class in org.elasticsearch.client.ml
A response acknowledging the deletion of expired data
DeleteExpiredDataResponse(boolean) - Constructor for class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
deleteFilter(DeleteFilterRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning filter
deleteFilterAsync(DeleteFilterRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning filter asynchronously and notifies the listener on completion
DeleteFilterRequest - Class in org.elasticsearch.client.ml
A request to delete a machine learning filter
DeleteFilterRequest(String) - Constructor for class org.elasticsearch.client.ml.DeleteFilterRequest
 
deleteForecast(DeleteForecastRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes Machine Learning Job Forecasts
deleteForecastAsync(DeleteForecastRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes Machine Learning Job Forecasts asynchronously
DeleteForecastRequest - Class in org.elasticsearch.client.ml
POJO for a delete forecast request
DeleteForecastRequest(String) - Constructor for class org.elasticsearch.client.ml.DeleteForecastRequest
Create a new DeleteForecastRequest for the given Job ID
deleteJob(DeleteJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Job
deleteJobAsync(DeleteJobRequest, RequestOptions, ActionListener<DeleteJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
DeleteJobRequest - Class in org.elasticsearch.client.ml
Request to delete a Machine Learning Job via its ID
DeleteJobRequest(String) - Constructor for class org.elasticsearch.client.ml.DeleteJobRequest
 
DeleteJobResponse - Class in org.elasticsearch.client.ml
Response object that contains the acknowledgement or the task id depending on whether the delete job action was requested to wait for completion.
deleteLicense(DeleteLicenseRequest, RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Deletes license from the cluster.
deleteLicenseAsync(DeleteLicenseRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.LicenseClient
Asynchronously deletes license from the cluster.
DeleteLicenseRequest - Class in org.elasticsearch.client.license
 
DeleteLicenseRequest() - Constructor for class org.elasticsearch.client.license.DeleteLicenseRequest
 
deleteLifecyclePolicy(DeleteLifecyclePolicyRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Delete a lifecycle definition See the docs for more.
deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously delete a lifecycle definition See the docs for more.
DeleteLifecyclePolicyRequest - Class in org.elasticsearch.client.indexlifecycle
 
DeleteLifecyclePolicyRequest(String) - Constructor for class org.elasticsearch.client.indexlifecycle.DeleteLifecyclePolicyRequest
 
deleteModelSnapshot(DeleteModelSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes Machine Learning Model Snapshots
deleteModelSnapshotAsync(DeleteModelSnapshotRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Deletes Machine Learning Model Snapshots asynchronously and notifies the listener on completion
DeleteModelSnapshotRequest - Class in org.elasticsearch.client.ml
Request to delete a Machine Learning Model Snapshot Job via its Job and Snapshot IDs
DeleteModelSnapshotRequest(String, String) - Constructor for class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
deletePipeline(DeletePipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Delete an existing pipeline.
deletePipelineAsync(DeletePipelineRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously delete an existing pipeline.
deletePrivileges(DeletePrivilegesRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Removes application privilege(s) See the docs for more.
deletePrivilegesAsync(DeletePrivilegesRequest, RequestOptions, ActionListener<DeletePrivilegesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously removes an application privilege See the docs for more.
DeletePrivilegesRequest - Class in org.elasticsearch.client.security
A request to delete application privileges
DeletePrivilegesRequest(String, String...) - Constructor for class org.elasticsearch.client.security.DeletePrivilegesRequest
Creates a new DeletePrivilegesRequest using the default RefreshPolicy.getDefault() refresh policy.
DeletePrivilegesRequest(String, String[], RefreshPolicy) - Constructor for class org.elasticsearch.client.security.DeletePrivilegesRequest
DeletePrivilegesResponse - Class in org.elasticsearch.client.security
Response for application privileges deletion
deleteRepository(DeleteRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Deletes a snapshot repository.
deleteRepositoryAsync(DeleteRepositoryRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously deletes a snapshot repository.
deleteRole(DeleteRoleRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Removes role from the native realm.
deleteRoleAsync(DeleteRoleRequest, RequestOptions, ActionListener<DeleteRoleResponse>) - Method in class org.elasticsearch.client.SecurityClient
Removes role from the native realm.
deleteRoleMapping(DeleteRoleMappingRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Delete a role mapping.
deleteRoleMappingAsync(DeleteRoleMappingRequest, RequestOptions, ActionListener<DeleteRoleMappingResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously delete a role mapping.
DeleteRoleMappingRequest - Class in org.elasticsearch.client.security
Request object to delete a role mapping.
DeleteRoleMappingRequest(String, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.DeleteRoleMappingRequest
Constructor for DeleteRoleMappingRequest
DeleteRoleMappingResponse - Class in org.elasticsearch.client.security
Response when deleting a role mapping.
DeleteRoleMappingResponse(boolean) - Constructor for class org.elasticsearch.client.security.DeleteRoleMappingResponse
 
DeleteRoleRequest - Class in org.elasticsearch.client.security
A request delete a role from the security index
DeleteRoleRequest(String) - Constructor for class org.elasticsearch.client.security.DeleteRoleRequest
 
DeleteRoleRequest(String, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.DeleteRoleRequest
 
DeleteRoleResponse - Class in org.elasticsearch.client.security
Response for a role being deleted from the native realm
DeleteRoleResponse(boolean) - Constructor for class org.elasticsearch.client.security.DeleteRoleResponse
 
deleteRollupJob(DeleteRollupJobRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Delete a rollup job from the cluster See the docs for more.
deleteRollupJobAsync(DeleteRollupJobRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously delete a rollup job from the cluster See The docs for details.
DeleteRollupJobRequest - Class in org.elasticsearch.client.rollup
 
DeleteRollupJobRequest(String) - Constructor for class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
deleteScript(DeleteStoredScriptRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Delete stored script by id.
deleteScriptAsync(DeleteStoredScriptRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously delete stored script by id.
deleteTemplate(DeleteIndexTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Delete an index template using the Index Templates API See Index Templates API on elastic.co
deleteTemplateAsync(DeleteIndexTemplateRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously delete an index template using the Index Templates API See Index Templates API on elastic.co
deleteUser(DeleteUserRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Removes user from the native realm synchronously.
deleteUserAsync(DeleteUserRequest, RequestOptions, ActionListener<DeleteUserResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously deletes a user in the native realm.
DeleteUserRequest - Class in org.elasticsearch.client.security
A request to delete a user from the native realm.
DeleteUserRequest(String) - Constructor for class org.elasticsearch.client.security.DeleteUserRequest
 
DeleteUserRequest(String, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.DeleteUserRequest
 
DeleteUserResponse - Class in org.elasticsearch.client.security
Response for a user being deleted from the native realm
DeleteUserResponse(boolean) - Constructor for class org.elasticsearch.client.security.DeleteUserResponse
 
deleteWatch(DeleteWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Deletes a watch from the cluster See the docs for more.
deleteWatchAsync(DeleteWatchRequest, RequestOptions, ActionListener<DeleteWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously deletes a watch from the cluster See the docs for more.
DeleteWatchRequest - Class in org.elasticsearch.client.watcher
A delete watch request to delete an watch by name (id)
DeleteWatchRequest(String) - Constructor for class org.elasticsearch.client.watcher.DeleteWatchRequest
 
DeleteWatchResponse - Class in org.elasticsearch.client.watcher
 
DeleteWatchResponse() - Constructor for class org.elasticsearch.client.watcher.DeleteWatchResponse
 
DeleteWatchResponse(String, long, boolean) - Constructor for class org.elasticsearch.client.watcher.DeleteWatchResponse
 
DELETING - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
DELIMITED - org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
DELIMITED - org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
This is deprecated
DELIMITER - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
DELIMITER - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
deniedFields(String...) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
deniedFields(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
DeprecationInfoRequest - Class in org.elasticsearch.client.migration
 
DeprecationInfoRequest() - Constructor for class org.elasticsearch.client.migration.DeprecationInfoRequest
 
DeprecationInfoRequest(List<String>) - Constructor for class org.elasticsearch.client.migration.DeprecationInfoRequest
 
DeprecationInfoResponse - Class in org.elasticsearch.client.migration
 
DeprecationInfoResponse(List<DeprecationInfoResponse.DeprecationIssue>, List<DeprecationInfoResponse.DeprecationIssue>, Map<String, List<DeprecationInfoResponse.DeprecationIssue>>, List<DeprecationInfoResponse.DeprecationIssue>) - Constructor for class org.elasticsearch.client.migration.DeprecationInfoResponse
 
DeprecationInfoResponse.DeprecationIssue - Class in org.elasticsearch.client.migration
Information about deprecated items
DeprecationInfoResponse.DeprecationIssue.Level - Enum in org.elasticsearch.client.migration
 
DeprecationIssue(DeprecationInfoResponse.DeprecationIssue.Level, String, String, String) - Constructor for class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
DESC - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
DESCENDING - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
DESCENDING - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
DESCENDING - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
description() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
DESCRIPTION - Static variable in class org.elasticsearch.client.ml.calendars.Calendar
 
DESCRIPTION - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 
DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
DETECTION_RULE_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.DetectionRule
 
DetectionRule - Class in org.elasticsearch.client.ml.job.config
 
DetectionRule.Builder - Class in org.elasticsearch.client.ml.job.config
 
Detector - Class in org.elasticsearch.client.ml.job.config
Defines the fields and functions used in the analysis.
DETECTOR_DESCRIPTION_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
DETECTOR_INDEX - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
DETECTOR_INDEX - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
Detector.Builder - Class in org.elasticsearch.client.ml.job.config
 
Detector.ExcludeFrequent - Enum in org.elasticsearch.client.ml.job.config
 
DetectorFunction - Enum in org.elasticsearch.client.ml.job.config
 
DETECTORS - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
DETECTORS - Static variable in class org.elasticsearch.client.ml.job.config.JobUpdate
 
DetectorUpdate(int, String, List<DetectionRule>) - Constructor for class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
A detector update to apply to the Machine Learning Job
DIFF_FROM_TYPICAL - org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
disabledDelayedDataCheckConfig() - Static method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
This creates a new DelayedDataCheckConfig that disables the data check.
disableUser(RequestOptions, DisableUserRequest) - Method in class org.elasticsearch.client.SecurityClient
Disable a native realm or built-in user synchronously.
disableUser(DisableUserRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
disableUserAsync(RequestOptions, DisableUserRequest, ActionListener<Boolean>) - Method in class org.elasticsearch.client.SecurityClient
Disable a native realm or built-in user asynchronously.
disableUserAsync(DisableUserRequest, RequestOptions, ActionListener<EmptyResponse>) - Method in class org.elasticsearch.client.SecurityClient
DisableUserRequest - Class in org.elasticsearch.client.security
Request object to disable a native realm or built-in user.
DisableUserRequest(String, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.DisableUserRequest
 
DISTINCT_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
dryRun(boolean) - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Sets if the rollover should not be executed when conditions are met
DURATION - Static variable in class org.elasticsearch.client.ml.ForecastJobRequest
 

E

EARLIEST_RECORD_TIME - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
EMAIL - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
EMPTY - Static variable in interface org.elasticsearch.client.Validatable
 
EMPTY_BUCKET_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
emptyResponse() - Static method in class org.elasticsearch.client.security.GetApiKeyResponse
 
emptyResponse() - Static method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
EmptyResponse - Class in org.elasticsearch.client.security
Deprecated.
Use a boolean instead of this class
EmptyResponse() - Constructor for class org.elasticsearch.client.security.EmptyResponse
Deprecated.
 
enabled - Variable in class org.elasticsearch.client.security.GetUsersResponse.ParsedUser
 
enabled() - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
enabled() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
ENABLED - Static variable in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
ENABLED - Static variable in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
ENABLED - Static variable in interface org.elasticsearch.client.security.ExpressionRoleMapping.Fields
 
ENABLED - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
enabledDelayedDataCheckConfig(TimeValue) - Static method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
This creates a new DelayedDataCheckConfig that has a check_window of the passed `timeValue` We query the index to the latest finalized bucket from this TimeValue in the past looking to see if any data has been indexed since the data was read with the Datafeed.
enableUser(RequestOptions, EnableUserRequest) - Method in class org.elasticsearch.client.SecurityClient
Enable a native realm or built-in user synchronously.
enableUser(EnableUserRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
enableUserAsync(RequestOptions, EnableUserRequest, ActionListener<Boolean>) - Method in class org.elasticsearch.client.SecurityClient
Enable a native realm or built-in user asynchronously.
enableUserAsync(EnableUserRequest, RequestOptions, ActionListener<EmptyResponse>) - Method in class org.elasticsearch.client.SecurityClient
EnableUserRequest - Class in org.elasticsearch.client.security
Request object to enable a native realm or built-in user.
EnableUserRequest(String, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.EnableUserRequest
 
END - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
END - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
END - Static variable in class org.elasticsearch.client.ml.StartDatafeedRequest
 
END_TIME - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
EPHEMERAL_ID - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
EPOCH - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
Special time format string for epoch times (seconds)
EPOCH_MS - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
Special time format string for epoch times (milli-seconds)
equals(Object) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
equals(Object) - Method in class org.elasticsearch.client.ccr.FollowInfoResponse
 
equals(Object) - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
equals(Object) - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse
 
equals(Object) - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
 
equals(Object) - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
equals(Object) - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
equals(Object) - Method in class org.elasticsearch.client.ccr.PutFollowResponse
 
equals(Object) - Method in class org.elasticsearch.client.ccr.ResumeFollowRequest
 
equals(Object) - Method in class org.elasticsearch.client.core.AcknowledgedResponse
 
equals(Object) - Method in class org.elasticsearch.client.core.CountRequest
 
equals(Object) - Method in class org.elasticsearch.client.core.MultiTermVectorsResponse
 
equals(Object) - Method in class org.elasticsearch.client.core.TermVectorsResponse
 
equals(Object) - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
 
equals(Object) - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
 
equals(Object) - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
 
equals(Object) - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
 
equals(Object) - Method in class org.elasticsearch.client.graph.Connection.ConnectionId
 
equals(Object) - Method in class org.elasticsearch.client.graph.Connection
 
equals(Object) - Method in class org.elasticsearch.client.graph.Vertex
 
equals(Object) - Method in class org.elasticsearch.client.graph.Vertex.VertexId
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.DeleteLifecyclePolicyRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.RetryLifecyclePolicyRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.StartILMRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.StopILMRequest
 
equals(Object) - Method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
equals(Object) - Method in class org.elasticsearch.client.indices.CreateIndexResponse
 
equals(Object) - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
 
equals(Object) - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
equals(Object) - Method in class org.elasticsearch.client.indices.GetIndexTemplatesResponse
 
equals(Object) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
equals(Object) - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
 
equals(Object) - Method in class org.elasticsearch.client.license.GetBasicStatusResponse
 
equals(Object) - Method in class org.elasticsearch.client.license.GetTrialStatusResponse
 
equals(Object) - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
equals(Object) - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
equals(Object) - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
equals(Object) - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
equals(Object) - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoResponse
Deprecated.
 
equals(Object) - Method in class org.elasticsearch.client.migration.IndexUpgradeRequest
Deprecated.
 
equals(Object) - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
equals(Object) - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
equals(Object) - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.CloseJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
equals(Object) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
The lists of indices and types are compared for equality but they are not sorted first so this test could fail simply because the indices and types lists are in different orders.
equals(Object) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
equals(Object) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
The lists of indices and types are compared for equality but they are not sorted first so this test could fail simply because the indices and types lists are in different orders.
equals(Object) - Method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteCalendarEventRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteCalendarJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteCalendarRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteFilterRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
equals(Object) - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
equals(Object) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.FindFileStructureResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.FlushJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.ForecastJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetBucketsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCalendarsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetCategoriesResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetDatafeedResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetFiltersResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetInfluencersResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetJobStatsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetOverallBucketsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.GetRecordsResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.AnalysisLimits
Overridden equality test
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.DataDescription
Overridden equality test
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.Detector
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.FilterRef
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.Job
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.config.RuleScope
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.process.DataCounts
Equality test
equals(Object) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
Compare all the fields.
equals(Object) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
Compare all the fields.
equals(Object) - Method in class org.elasticsearch.client.ml.job.process.Quantiles
Compare all the fields.
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.Bucket
Compare all the fields and embedded anomaly records (if any)
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.Influence
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
Compare all the fields and embedded anomaly records (if any)
equals(Object) - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.stats.JobStats
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
equals(Object) - Method in class org.elasticsearch.client.ml.job.util.PageParams
 
equals(Object) - Method in class org.elasticsearch.client.ml.MlInfoResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.NodeAttributes
 
equals(Object) - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.OpenJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PostDataRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PostDataResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutCalendarJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutCalendarRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutCalendarResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutDatafeedResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutFilterResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.PutJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.StartDatafeedResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.StopDatafeedResponse
 
equals(Object) - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
equals(Object) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
equals(Object) - Method in class org.elasticsearch.client.NodesResponseHeader
 
equals(Object) - Method in class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupCapsRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupCapsResponse
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
 
equals(Object) - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
equals(Object) - Method in class org.elasticsearch.client.rollup.PutRollupJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.RollableIndexCaps
 
equals(Object) - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
equals(Object) - Method in class org.elasticsearch.client.rollup.RollupJobCaps.RollupFieldCaps
 
equals(Object) - Method in class org.elasticsearch.client.rollup.StartRollupJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.AuthenticateResponse.RealmInfo
 
equals(Object) - Method in class org.elasticsearch.client.security.ClearRolesCacheRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.DeleteRoleMappingRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.DeleteRoleMappingResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.DeleteUserRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
equals(Object) - Method in class org.elasticsearch.client.security.GetApiKeyResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetPrivilegesRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.GetPrivilegesResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetRoleMappingsRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.GetRoleMappingsResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetRolesRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.GetRolesResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetSslCertificatesResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.GetUsersRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.GetUsersResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.PutPrivilegesRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.PutRoleMappingResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.PutRoleRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.PutRoleResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.PutUserRequest
 
equals(Object) - Method in class org.elasticsearch.client.security.PutUserResponse
 
equals(Object) - Method in class org.elasticsearch.client.security.support.ApiKey
 
equals(Object) - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
equals(Object) - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
 
equals(Object) - Method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.ManageApplicationPrivilege
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.Role
 
equals(Object) - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
equals(Object) - Method in class org.elasticsearch.client.security.user.User
 
equals(Object) - Method in class org.elasticsearch.client.tasks.GetTaskRequest
 
equals(Object) - Method in class org.elasticsearch.client.tasks.TaskSubmissionResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActionStatus
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActivateWatchRequest
 
equals(Object) - Method in class org.elasticsearch.client.watcher.ActivateWatchResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.DeactivateWatchResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
equals(Object) - Method in class org.elasticsearch.client.watcher.WatcherMetaData
 
equals(Object) - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
 
equals(Object) - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
equals(Object) - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
equals(Object) - Method in class org.elasticsearch.client.watcher.WatchStatus
 
equals(Object) - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
equals(Object) - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
equals(Object) - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo
 
equals(Object) - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
equals(Object) - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
equals(Map<String, String[]>, Map<String, String[]>) - Static method in class org.elasticsearch.client.common.ProtocolUtils
Implements equals for a map of string arrays The map of string arrays is used in some XPack protocol classes but does't work with equal.
equals(SyncedFlushResponse.ShardCounts) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
ERROR_COUNT - Static variable in class org.elasticsearch.client.security.InvalidateTokenResponse
 
ERRORS - Static variable in class org.elasticsearch.client.security.InvalidateTokenResponse
 
ESTABLISHED_MODEL_MEMORY - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
EVENT_COUNT - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
EVENT_ID - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
events() - Method in class org.elasticsearch.client.ml.GetCalendarEventsResponse
The collection of ScheduledEvent objects found in the query
EVENTS - Static variable in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
EVENTS - Static variable in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
EXAMPLES - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
EXCEPT - org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
ExceptRoleMapperExpression - Class in org.elasticsearch.client.security.support.expressiondsl.expressions
A negating expression.
ExceptRoleMapperExpression(RoleMapperExpression) - Constructor for class org.elasticsearch.client.security.support.expressiondsl.expressions.ExceptRoleMapperExpression
 
exclude(String, String) - Method in class org.elasticsearch.client.ml.job.config.RuleScope.Builder
 
EXCLUDE - org.elasticsearch.client.ml.job.config.FilterRef.FilterType
 
EXCLUDE_CALENDAR_ID_PARAMS - Static variable in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
EXCLUDE_FREQUENT_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
EXCLUDE_INTERIM - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
EXCLUDE_INTERIM - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
EXCLUDE_INTERIM - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
EXCLUDE_INTERIM - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
EXCLUDE_LINES_PATTERN - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
excludesAsArray() - Method in class org.elasticsearch.client.graph.VertexRequest
 
EXECUTE - org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
 
EXECUTED - org.elasticsearch.client.watcher.ExecutionState
 
EXECUTED_MULTIPLE_TIMES - org.elasticsearch.client.watcher.ExecutionState
 
executeWatch(ExecuteWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Execute a watch on the cluster See the docs for more.
executeWatchAsync(ExecuteWatchRequest, RequestOptions, ActionListener<ExecuteWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously execute a watch on the cluster See the docs for more.
ExecuteWatchRequest - Class in org.elasticsearch.client.watcher
An execute watch request to execute a watch by id or inline
ExecuteWatchRequest.ActionExecutionMode - Enum in org.elasticsearch.client.watcher
 
ExecuteWatchResponse - Class in org.elasticsearch.client.watcher
 
ExecuteWatchResponse() - Constructor for class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
ExecuteWatchResponse(String, BytesReference) - Constructor for class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
EXECUTION_NOT_NEEDED - org.elasticsearch.client.watcher.ExecutionState
 
EXECUTION_STATE - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
ExecutionPhase - Enum in org.elasticsearch.client.watcher
 
ExecutionState - Enum in org.elasticsearch.client.watcher
 
exists(GetIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.exists(GetIndexRequest, RequestOptions) should be used instead, which accepts a new request object.
exists(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.exists(GetIndexRequest, RequestOptions) should be used instead, which accepts a new request object.
exists(GetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
exists(GetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Checks for the existence of a document.
exists(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Checks if the index (indices) exists or not.
existsAlias(GetAliasesRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
existsAlias(GetAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Checks if one or more aliases exist using the Aliases Exist API.
existsAliasAsync(GetAliasesRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.IndicesClient
existsAliasAsync(GetAliasesRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously checks if one or more aliases exist using the Aliases Exist API.
existsAsync(GetIndexRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.existsAsync(GetIndexRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
existsAsync(GetIndexRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.existsAsync(GetIndexRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
existsAsync(GetRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
existsAsync(GetRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously checks for the existence of a document.
existsAsync(GetIndexRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously checks if the index (indices) exists or not.
existsSource(GetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Checks for the existence of a document with a "_source" field.
existsSourceAsync(GetRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously checks for the existence of a document with a "_source" field.
existsTemplate(IndexTemplatesExistRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Uses the Index Templates API to determine if index templates exist
existsTemplateAsync(IndexTemplatesExistRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Uses the Index Templates API to determine if index templates exist
EXPAND - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
EXPIRED - org.elasticsearch.client.license.LicensesStatus
 
EXPIRED - org.elasticsearch.client.license.LicenseStatus
 
EXPIRES_IN - Static variable in class org.elasticsearch.client.ml.ForecastJobRequest
 
EXPIRY - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
explain(ExplainRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Explain API.
EXPLAIN - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
explainAsync(ExplainRequest, RequestOptions, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Explain API.
explainLifecycle(ExplainLifecycleRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Explain the lifecycle state for an index See the docs for more.
explainLifecycleAsync(ExplainLifecycleRequest, RequestOptions, ActionListener<ExplainLifecycleResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously explain the lifecycle state for an index See the docs for more.
ExplainLifecycleRequest - Class in org.elasticsearch.client.indexlifecycle
The request object used by the Explain Lifecycle API.
ExplainLifecycleRequest(String...) - Constructor for class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
ExplainLifecycleResponse - Class in org.elasticsearch.client.indexlifecycle
The response object returned by the Explain Lifecycle API.
ExplainLifecycleResponse(Map<String, IndexLifecycleExplainResponse>) - Constructor for class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
EXPLANATION - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
explore(GraphExploreRequest, RequestOptions) - Method in class org.elasticsearch.client.GraphClient
Executes an exploration request using the Graph API.
exploreAsync(GraphExploreRequest, RequestOptions, ActionListener<GraphExploreResponse>) - Method in class org.elasticsearch.client.GraphClient
Asynchronously executes an exploration request using the Graph API.
ExpressionRoleMapping - Class in org.elasticsearch.client.security
A representation of a single role-mapping.
ExpressionRoleMapping(String, RoleMapperExpression, List<String>, Map<String, Object>, boolean) - Constructor for class org.elasticsearch.client.security.ExpressionRoleMapping
Constructor for role mapping
ExpressionRoleMapping.Fields - Interface in org.elasticsearch.client.security
 

F

failed() - Method in class org.elasticsearch.client.core.BroadcastResponse.Shards
The number of shards on which a request failed to be executed against.
FAILED - org.elasticsearch.client.ml.job.config.JobState
 
FAILED - org.elasticsearch.client.watcher.ExecutionState
 
FAILED - Static variable in class org.elasticsearch.client.NodesResponseHeader
 
FAILED_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FAILED_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
FAILED_INDEXES_FIELD - Static variable in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
failedShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
failedShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
failure(DateTime, String) - Static method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
FAILURE_REASON_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
failures() - Method in class org.elasticsearch.client.core.BroadcastResponse.Shards
The failures corresponding to the shards on which a request failed to be executed against.
failures() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FAILURES - Static variable in class org.elasticsearch.client.NodesResponseHeader
 
FAILURES_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
features() - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
features(GetIndexRequest.Feature...) - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
FEATURES - org.elasticsearch.client.xpack.XPackInfoRequest.Category
 
FeatureSet(String, String, boolean, boolean, Map<String, Object>) - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
FeatureSetsInfo(Set<XPackInfoResponse.FeatureSetsInfo.FeatureSet>) - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo
 
FIELD - Static variable in class org.elasticsearch.client.security.support.expressiondsl.parser.RoleMapperExpressionParser
 
FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
Metric Results
FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Metric Results (including population metrics)
FIELD_NAME_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
FIELD_STATS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
fieldCaps(FieldCapabilitiesRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Field Capabilities API.
fieldCapsAsync(FieldCapabilitiesRequest, RequestOptions, ActionListener<FieldCapabilitiesResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Field Capabilities API.
FieldMappingMetaData(String, BytesReference) - Constructor for class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
fieldMappings(String, String) - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
Returns the mappings of a specific index and field.
fieldName() - Method in class org.elasticsearch.client.graph.VertexRequest
 
fieldName(String) - Method in class org.elasticsearch.client.graph.VertexRequest
 
FieldRoleMapperExpression - Class in org.elasticsearch.client.security.support.expressiondsl.fields
An expression that evaluates to true if a field (map element) matches the provided values.
FieldRoleMapperExpression(String, Object...) - Constructor for class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
fields() - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
fields() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
fields(String...) - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
FieldStatistics(long, int, long) - Constructor for class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
 
FieldStats - Class in org.elasticsearch.client.ml.filestructurefinder
 
FileStructure - Class in org.elasticsearch.client.ml.filestructurefinder
Stores the file format determined by Machine Learning.
FileStructure.Builder - Class in org.elasticsearch.client.ml.filestructurefinder
 
FileStructure.Format - Enum in org.elasticsearch.client.ml.filestructurefinder
 
FILTER_ID - Static variable in class org.elasticsearch.client.ml.job.config.FilterRef
 
FILTER_REF_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.FilterRef
 
FILTER_TYPE - Static variable in class org.elasticsearch.client.ml.job.config.FilterRef
 
FilterRef - Class in org.elasticsearch.client.ml.job.config
 
FilterRef(String, FilterRef.FilterType) - Constructor for class org.elasticsearch.client.ml.job.config.FilterRef
 
FilterRef.FilterType - Enum in org.elasticsearch.client.ml.job.config
 
filters() - Method in class org.elasticsearch.client.ml.GetFiltersResponse
The collection of MlFilter objects found in the query
findFileStructure(FindFileStructureRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Finds the structure of a file
findFileStructureAsync(FindFileStructureRequest, RequestOptions, ActionListener<FindFileStructureResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Finds the structure of a file asynchronously and notifies the listener on completion
FindFileStructureRequest - Class in org.elasticsearch.client.ml
 
FindFileStructureRequest() - Constructor for class org.elasticsearch.client.ml.FindFileStructureRequest
 
FindFileStructureResponse - Class in org.elasticsearch.client.ml
 
FINISHED - org.elasticsearch.client.watcher.ExecutionPhase
 
FINISHED_TIME - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
flush(FlushRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
flush(FlushRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Flush one or more indices using the Flush API.
flushAsync(FlushRequest, ActionListener<FlushResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
flushAsync(FlushRequest, RequestOptions, ActionListener<FlushResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously flush one or more indices using the Flush API.
FLUSHED - Static variable in class org.elasticsearch.client.ml.FlushJobResponse
 
flushJob(FlushJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Flushes internally buffered data for the given Machine Learning Job ensuring all data sent to the has been processed.
flushJobAsync(FlushJobRequest, RequestOptions, ActionListener<FlushJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Flushes internally buffered data for the given Machine Learning Job asynchronously ensuring all data sent to the has been processed.
FlushJobRequest - Class in org.elasticsearch.client.ml
Request object to flush a given Machine Learning job.
FlushJobRequest(String) - Constructor for class org.elasticsearch.client.ml.FlushJobRequest
Create new Flush job request
FlushJobResponse - Class in org.elasticsearch.client.ml
Response object containing flush acknowledgement and additional data
FlushJobResponse(boolean, Date) - Constructor for class org.elasticsearch.client.ml.FlushJobResponse
 
flushSynced(SyncedFlushRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Initiate a synced flush manually using the synced flush API.
flushSyncedAsync(SyncedFlushRequest, RequestOptions, ActionListener<SyncedFlushResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously initiate a synced flush manually using the synced flush API.
FollowConfig - Class in org.elasticsearch.client.ccr
 
FollowInfoRequest - Class in org.elasticsearch.client.ccr
 
FollowInfoRequest(String) - Constructor for class org.elasticsearch.client.ccr.FollowInfoRequest
 
FollowInfoResponse - Class in org.elasticsearch.client.ccr
 
FollowInfoResponse.FollowerInfo - Class in org.elasticsearch.client.ccr
 
FollowInfoResponse.Status - Enum in org.elasticsearch.client.ccr
 
FollowStatsRequest - Class in org.elasticsearch.client.ccr
 
FollowStatsRequest(String) - Constructor for class org.elasticsearch.client.ccr.FollowStatsRequest
 
FollowStatsResponse - Class in org.elasticsearch.client.ccr
 
FollowStatsResponse(IndicesFollowStats) - Constructor for class org.elasticsearch.client.ccr.FollowStatsResponse
 
FORCE - Static variable in class org.elasticsearch.client.ml.CloseJobRequest
 
FORCE - Static variable in class org.elasticsearch.client.ml.StopDatafeedRequest
 
FORCE_EXECUTE - org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
 
FORCE_SIMULATE - org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
 
forcemerge(ForceMergeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Force merge one or more indices using the Force Merge API.
forceMerge(ForceMergeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
forceMerge(ForceMergeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
ForceMergeAction - Class in org.elasticsearch.client.indexlifecycle
 
ForceMergeAction(int) - Constructor for class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
forcemergeAsync(ForceMergeRequest, RequestOptions, ActionListener<ForceMergeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously force merge one or more indices using the Force Merge API.
forceMergeAsync(ForceMergeRequest, ActionListener<ForceMergeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
forceMergeAsync(ForceMergeRequest, RequestOptions, ActionListener<ForceMergeResponse>) - Method in class org.elasticsearch.client.IndicesClient
FORECAST_ID - Static variable in class org.elasticsearch.client.ml.DeleteForecastRequest
 
FORECAST_ID - Static variable in class org.elasticsearch.client.ml.ForecastJobResponse
 
FORECASTED_JOBS - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
forecastJob(ForecastJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a forecast of an existing, opened Machine Learning Job This predicts the future behavior of a time series by using its historical behavior.
forecastJobAsync(ForecastJobRequest, RequestOptions, ActionListener<ForecastJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a forecast of an existing, opened Machine Learning Job asynchronously This predicts the future behavior of a time series by using its historical behavior.
ForecastJobRequest - Class in org.elasticsearch.client.ml
Pojo for forecasting an existing and open Machine Learning Job
ForecastJobRequest(String) - Constructor for class org.elasticsearch.client.ml.ForecastJobRequest
A new forecast request
ForecastJobResponse - Class in org.elasticsearch.client.ml
Forecast response object
ForecastJobResponse(boolean, String) - Constructor for class org.elasticsearch.client.ml.ForecastJobResponse
 
ForecastStats - Class in org.elasticsearch.client.ml.job.stats
A class to hold statistics about forecasts.
ForecastStats(long, SimpleStats, SimpleStats, SimpleStats, Map<String, Long>) - Constructor for class org.elasticsearch.client.ml.job.stats.ForecastStats
 
forgetFollower(ForgetFollowerRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Instructs an index acting as a leader index to forget the specified follower index.
forgetFollowerAsync(ForgetFollowerRequest, RequestOptions, ActionListener<BroadcastResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously instructs an index acting as a leader index to forget the specified follower index.
ForgetFollowerRequest - Class in org.elasticsearch.client.ccr
Represents a forget follower request.
ForgetFollowerRequest(String, String, String, String, String) - Constructor for class org.elasticsearch.client.ccr.ForgetFollowerRequest
Construct a forget follower request.
FORMAT - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
FORMAT - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
FORMAT - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
forString(String) - Static method in enum org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
Case-insensitive from string method.
forString(String) - Static method in enum org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
Case-insensitive from string method.
freeze(FreezeIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Synchronously calls the _freeze API
FreezeAction - Class in org.elasticsearch.client.indexlifecycle
 
FreezeAction() - Constructor for class org.elasticsearch.client.indexlifecycle.FreezeAction
 
freezeAsync(FreezeIndexRequest, RequestOptions, ActionListener<ShardsAcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously calls the _freeze API
FreezeIndexRequest - Class in org.elasticsearch.client.indices
Request for the _freeze index API
FreezeIndexRequest(String...) - Constructor for class org.elasticsearch.client.indices.FreezeIndexRequest
Creates a new freeze index request
FREQ_RARE - org.elasticsearch.client.ml.job.config.DetectorFunction
 
FREQUENCY - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
FROM - Static variable in class org.elasticsearch.client.ml.job.util.PageParams
 
fromId(int) - Static method in enum org.elasticsearch.client.license.LicensesStatus
 
fromName(String) - Static method in enum org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
fromString(String) - Static method in enum org.elasticsearch.client.ccr.FollowInfoResponse.Status
 
fromString(String) - Static method in enum org.elasticsearch.client.license.LicensesStatus
 
fromString(String) - Static method in enum org.elasticsearch.client.license.LicenseStatus
 
fromString(String) - Static method in enum org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
 
fromString(String) - Static method in enum org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.datafeed.DatafeedState
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.DetectorFunction
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.FilterRef.FilterType
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.JobState
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.Operator
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.RuleAction
Case-insensitive from string method.
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
fromString(String) - Static method in enum org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
 
fromXContent(String, String, XContentParser) - Static method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ccr.CcrStatsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ccr.FollowInfoResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ccr.FollowStatsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ccr.PutFollowResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.AcknowledgedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.BroadcastResponse
Parses a broadcast response.
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.CountResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.MultiTermVectorsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.ShardsAcknowledgedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.TermVectorsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.GetAliasesResponse
Parse the get aliases response
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.graph.GraphExploreResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.CreateIndexResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.GetIndexResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.GetIndexTemplatesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.GetMappingsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.indices.rollover.RolloverResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.license.GetBasicStatusResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.license.GetTrialStatusResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.license.PutLicenseResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.license.StartBasicResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.license.StartTrialResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.migration.IndexUpgradeInfoResponse
Deprecated.
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.CloseJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.DeleteJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.FindFileStructureResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.FlushJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.ForecastJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetBucketsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetCalendarsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetCategoriesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetDatafeedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetFiltersResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetInfluencersResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetJobStatsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetOverallBucketsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.GetRecordsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.MlInfoResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.OpenJobRequest
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.OpenJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PostDataResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PutCalendarResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PutDatafeedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PutFilterResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.PutJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.StartDatafeedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.StopDatafeedResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.GetRollupCapsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.GetRollupJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.RollupJobCaps.RollupFieldCaps
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.StartRollupJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.rollup.StopRollupJobResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.AuthenticateResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.ClearRealmCacheResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.ClearRolesCacheResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.CreateTokenResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.DeletePrivilegesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.DeleteRoleMappingResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.DeleteRoleResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.DeleteUserResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.EmptyResponse
Deprecated.
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetApiKeyResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetPrivilegesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetRoleMappingsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetRolesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetSslCertificatesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.GetUsersResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.PutPrivilegesResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.PutRoleMappingResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.PutRoleResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.PutUserResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.support.ApiKey
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.support.CertificateInfo
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.support.expressiondsl.parser.RoleMapperExpressionParser
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.tasks.GetTaskResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.tasks.TaskSubmissionResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.AckWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.ActivateWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.DeactivateWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.GetWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.PutWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.watcher.WatcherStatsResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.xpack.XPackUsageResponse
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
fromXContent(XContentParser, String) - Static method in class org.elasticsearch.client.security.user.privileges.Role
 
fromXContent(XContentParser, Void) - Static method in class org.elasticsearch.client.NodesResponseHeader
 
FULL_NAME - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
fullName() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
FUNCTION - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
FUNCTION - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
FUNCTION_DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
FUNCTION_DESCRIPTION - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
FUNCTION_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 

G

GENERATED_BASIC - org.elasticsearch.client.license.StartBasicResponse.Status
 
generateParser(String, Function<Boolean, T>, String) - Static method in class org.elasticsearch.client.core.AcknowledgedResponse
 
get(GetSnapshotsRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Get snapshots.
get(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.get(GetIndexRequest, RequestOptions) should be used instead, which accepts a new request object.
get(GetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
get(GetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Retrieves a document by id using the Get API.
get(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieve information about one or more indexes See Indices Get Index API on elastic.co
get(GetTaskRequest, RequestOptions) - Method in class org.elasticsearch.client.TasksClient
Get a task using the Task Management API.
getAccessToken() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
getAccessToken() - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
getAcknowledged() - Method in class org.elasticsearch.client.ml.DeleteJobResponse
Get the action acknowledgement
getAcknowledged() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
Get the action acknowledgement
getAcknowledgeHeader() - Method in class org.elasticsearch.client.license.StartTrialResponse
If the request corresponding to this response did not acknowledge licensing changes that would result from starting a trial license (see StartTrialResponse.isAcknowledged()), returns a message describing how the user must acknowledge licensing changes as a result of such a request.
getAcknowledgeMessage() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
getAcknowledgeMessages() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
getAcknowledgeMessages() - Method in class org.elasticsearch.client.license.StartTrialResponse
If the request corresponding to this response did not acknowledge licensing changes that would result from starting a trial license (see StartTrialResponse.isAcknowledged(), returns a map.
getAction() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getActionIds() - Method in class org.elasticsearch.client.watcher.AckWatchRequest
 
getActionModes() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
getActions() - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
getActions() - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoResponse
Deprecated.
 
getActions() - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
getActions() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
getActions() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
getActionTime() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getActual() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getActual() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getAddItems() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
getAdvanceTime() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getAggregations() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getAggregations() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getAggs() - Method in class org.elasticsearch.client.rollup.RollupJobCaps.RollupFieldCaps
 
getAlias() - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Returns the alias of the rollover operation
getAlias() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getAlias(GetAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Gets one or more aliases using the Get Index Aliases API.
getAliasAsync(GetAliasesRequest, RequestOptions, ActionListener<GetAliasesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously gets one or more aliases using the Get Index Aliases API.
getAliases() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the requested aliases
getAliases() - Method in class org.elasticsearch.client.indices.GetIndexResponse
 
GetAliasesResponse - Class in org.elasticsearch.client
Response obtained from the get aliases API.
getAllDatafeedsRequest() - Static method in class org.elasticsearch.client.ml.GetDatafeedRequest
Helper method to create a query that will get ALL datafeeds
getAllDatafeedStatsRequest() - Static method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
Explicitly gets all datafeeds statistics
getAllJobsRequest() - Static method in class org.elasticsearch.client.ml.GetJobRequest
Helper method to create a query that will get ALL jobs
getAllJobStatsRequest() - Static method in class org.elasticsearch.client.ml.GetJobStatsRequest
Explicitly gets all jobs statistics
getAllowNoDatafeeds() - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
 
getAllowNoDatafeeds() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
getAllowNoDatafeeds() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
getAllowNoForecasts() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
getAllowNoJobs() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
getAllowNoJobs() - Method in class org.elasticsearch.client.ml.GetJobRequest
 
getAllowNoJobs() - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
 
getAllowNoJobs() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Whether to ignore if a wildcard expression matches no jobs.
getAllPrivileges() - Static method in class org.elasticsearch.client.security.GetPrivilegesRequest
Constructs a GetPrivilegesRequest to request all the privileges defined for all applications
getAnalysisConfig() - Method in class org.elasticsearch.client.ml.job.config.Job
The analysis configuration object
getAnalysisLimits() - Method in class org.elasticsearch.client.ml.job.config.Job
The analysis options object
getAnalysisLimits() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getAnalyzer() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
getAnomalyScore() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getApiKey(GetApiKeyRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Retrieve API Key(s) information.
See the docs for more.
getApiKeyAsync(GetApiKeyRequest, RequestOptions, ActionListener<GetApiKeyResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously retrieve API Key(s) information.
See the docs for more.
getApiKeyInfos() - Method in class org.elasticsearch.client.security.GetApiKeyResponse
 
GetApiKeyRequest - Class in org.elasticsearch.client.security
Request for get API key
GetApiKeyResponse - Class in org.elasticsearch.client.security
Response for get API keys.
The result contains information about the API keys that were found.
GetApiKeyResponse(List<ApiKey>) - Constructor for class org.elasticsearch.client.security.GetApiKeyResponse
 
getApplication() - Method in class org.elasticsearch.client.security.DeletePrivilegesRequest
 
getApplication() - Method in class org.elasticsearch.client.security.DeletePrivilegesResponse
 
getApplication() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
getApplication() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
getApplicationName() - Method in class org.elasticsearch.client.security.GetPrivilegesRequest
 
getApplicationPrivileges() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getApplicationPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
getApplicationPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
A Map from application-name + resource-name + privilege-name to access.
getApplicationPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getApplicationPrivileges(String) - Static method in class org.elasticsearch.client.security.GetPrivilegesRequest
Constructs a GetPrivilegesRequest to request all the privileges defined for the specified applicationName
getAppliesTo() - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
getAsList() - Method in class org.elasticsearch.client.common.XContentSource
 
getAsMap() - Method in class org.elasticsearch.client.common.XContentSource
 
getAssignmentExplanation() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
getAssignmentExplanation() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
For open jobs only, contains messages relating to the selection of a node to run the job.
getAssistance(IndexUpgradeInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.MigrationClient
getAsync(GetSnapshotsRequest, RequestOptions, ActionListener<GetSnapshotsResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously get snapshots.
getAsync(GetIndexRequest, RequestOptions, ActionListener<GetIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.getAsync(GetIndexRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
getAsync(GetRequest, ActionListener<GetResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
getAsync(GetRequest, RequestOptions, ActionListener<GetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously retrieves a document by id using the Get API.
getAsync(GetIndexRequest, RequestOptions, ActionListener<GetIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Retrieve information about one or more indexes See Indices Get Index API on elastic.co
getAsync(GetTaskRequest, RequestOptions, ActionListener<Optional<GetTaskResponse>>) - Method in class org.elasticsearch.client.TasksClient
Get a task using the Task Management API.
getAttributes() - Method in class org.elasticsearch.client.ml.NodeAttributes
Additional attributes related to this node e.g., {"ml.max_open_jobs": "10"}.
getAuthenticationRealm() - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
getAutoFollowedClusters() - Method in class org.elasticsearch.client.ccr.AutoFollowStats
 
getAutoFollowPattern(GetAutoFollowPatternRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Gets an auto follow pattern.
getAutoFollowPatternAsync(GetAutoFollowPatternRequest, RequestOptions, ActionListener<GetAutoFollowPatternResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously gets an auto follow pattern.
GetAutoFollowPatternRequest - Class in org.elasticsearch.client.ccr
Request class for get auto follow pattern api.
GetAutoFollowPatternRequest() - Constructor for class org.elasticsearch.client.ccr.GetAutoFollowPatternRequest
Get all auto follow patterns
GetAutoFollowPatternRequest(String) - Constructor for class org.elasticsearch.client.ccr.GetAutoFollowPatternRequest
Get auto follow pattern with the specified name
GetAutoFollowPatternResponse - Class in org.elasticsearch.client.ccr
 
GetAutoFollowPatternResponse.Pattern - Class in org.elasticsearch.client.ccr
 
getAutoFollowStats() - Method in class org.elasticsearch.client.ccr.CcrStatsResponse
 
getAvg() - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
getBackgroundPersistInterval() - Method in class org.elasticsearch.client.ml.job.config.Job
The background persistence interval
getBackgroundPersistInterval() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getBasicStatus(RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Retrieve the license basic status
GetBasicStatusResponse - Class in org.elasticsearch.client.license
Response class for license get basic status API
getBg() - Method in class org.elasticsearch.client.graph.Vertex
If the GraphExploreRequest.useSignificance(boolean) is true (the default) this statistic is available.
getBoost() - Method in class org.elasticsearch.client.graph.GraphExploreRequest.TermBoost
 
getBucketAllocationFailuresCount() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getBucketCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of buckets overall.
getBucketInfluencers() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getBuckets(GetBucketsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the buckets for a Machine Learning Job.
getBucketsAsync(GetBucketsRequest, RequestOptions, ActionListener<GetBucketsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the buckets for a Machine Learning Job, notifies listener once the requested buckets are retrieved.
getBucketSpan() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getBucketSpan() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
The analysis bucket span
getBucketSpan() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Bucketspan expressed in seconds
getBucketSpan() - Method in class org.elasticsearch.client.ml.job.results.Bucket
Bucketspan expressed in seconds
getBucketSpan() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
Bucketspan expressed in seconds
GetBucketsRequest - Class in org.elasticsearch.client.ml
A request to retrieve buckets of a given job
GetBucketsRequest(String) - Constructor for class org.elasticsearch.client.ml.GetBucketsRequest
Constructs a request to retrieve buckets of a given job
GetBucketsResponse - Class in org.elasticsearch.client.ml
A response containing the requested buckets
getBuildInfo() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
getByFieldName() - Method in class org.elasticsearch.client.ml.job.config.Detector
The 'by' field or null if not set.
getByFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getByFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getByFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getByFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getBytesRead() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getCalcInterim() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getCalendar() - Method in class org.elasticsearch.client.ml.PutCalendarRequest
 
getCalendar() - Method in class org.elasticsearch.client.ml.PutCalendarResponse
 
getCalendarEvents(GetCalendarEventsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the events for a machine learning calendar
getCalendarEventsAsync(GetCalendarEventsRequest, RequestOptions, ActionListener<GetCalendarEventsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the events for a a machine learning calendar asynchronously, notifies the listener on completion
GetCalendarEventsRequest - Class in org.elasticsearch.client.ml
Get the Scheduled Events for a Calendar
GetCalendarEventsRequest(String) - Constructor for class org.elasticsearch.client.ml.GetCalendarEventsRequest
Create a new request to get the ScheduledEvents for the given calendarId.
GetCalendarEventsResponse - Class in org.elasticsearch.client.ml
Contains a List of the found ScheduledEvent objects and the total count found
getCalendarId() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
getCalendarId() - Method in class org.elasticsearch.client.ml.DeleteCalendarEventRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.DeleteCalendarJobRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.DeleteCalendarRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
getCalendarId() - Method in class org.elasticsearch.client.ml.PutCalendarJobRequest
 
getCalendars(GetCalendarsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets a single or multiple calendars.
getCalendarsAsync(GetCalendarsRequest, RequestOptions, ActionListener<GetCalendarsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets a single or multiple calendars, notifies listener once the requested records are retrieved.
GetCalendarsRequest - Class in org.elasticsearch.client.ml
 
GetCalendarsRequest() - Constructor for class org.elasticsearch.client.ml.GetCalendarsRequest
 
GetCalendarsRequest(String) - Constructor for class org.elasticsearch.client.ml.GetCalendarsRequest
 
GetCalendarsResponse - Class in org.elasticsearch.client.ml
 
getCardinality() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getCategories() - Method in class org.elasticsearch.client.xpack.XPackInfoRequest
 
getCategories(GetCategoriesRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the categories for a Machine Learning Job.
getCategoriesAsync(GetCategoriesRequest, RequestOptions, ActionListener<GetCategoriesResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the categories for a Machine Learning Job, notifies listener once the requested buckets are retrieved.
GetCategoriesRequest - Class in org.elasticsearch.client.ml
A request to retrieve categories of a given job
GetCategoriesRequest(String) - Constructor for class org.elasticsearch.client.ml.GetCategoriesRequest
Constructs a request to retrieve category information from a given job
GetCategoriesResponse - Class in org.elasticsearch.client.ml
A response containing the requested categories
getCategorizationAnalyzerConfig() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
getCategorizationExamplesLimit() - Method in class org.elasticsearch.client.ml.job.config.AnalysisLimits
Gets the limit to the number of examples that are stored per category
getCategorizationFieldName() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
getCategorizationFilters() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
getCategorizationFilters() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getCategory() - Method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
getCategoryId() - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
getCategoryId() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getCauses() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getCcrStats(CcrStatsRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Gets all CCR stats.
getCcrStatsAsync(CcrStatsRequest, RequestOptions, ActionListener<CcrStatsResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously gets all CCR stats.
getCertificates() - Method in class org.elasticsearch.client.security.GetSslCertificatesResponse
 
getCharFilters() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
getCharset() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getCharset() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getCheckWindow() - Method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
getChunkingConfig() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getChunkingConfig() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getClusterName() - Method in class org.elasticsearch.client.NodesResponse
Get the cluster name associated with all of the nodes.
getClusterName() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
Get the cluster name associated with all of the nodes.
getClusterPrivileges() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getClusterPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
getClusterPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
A Map from cluster-privilege-name to access.
getClusterPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getClusterSettingsIssues() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
getColumnNames() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getColumnNames() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getConditions() - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Returns all set conditions
getConditions() - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
getConditionStatus() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
Returns the statuses of all the request conditions
getConfig() - Method in class org.elasticsearch.client.rollup.PutRollupJobRequest
 
getConnection(Connection.ConnectionId) - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getConnectionIds() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getConnections() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getContent() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
getContentType() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
Returns the XContentType of the source
getCorrelatedByFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getCorrelatedByFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getCount() - Method in class org.elasticsearch.client.core.CountResponse
Number of documents matching request.
getCount() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getCreateIndexRequest() - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Returns the inner CreateIndexRequest.
getCreateTime() - Method in class org.elasticsearch.client.ml.job.config.Job
The Job creation time.
getCreation() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getCron() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getCurrentPosition() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
The current position of the writer.
getCustomSettings() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getCustomSettings() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getDataCounts() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
An object that describes the number of records processed and any related error counts See DataCounts
getDataCounts() - Method in class org.elasticsearch.client.ml.PostDataResponse
 
getDataDescription() - Method in class org.elasticsearch.client.ml.job.config.Job
If not set the input data is assumed to be csv with a '_time' field in epoch format.
getDatafeed() - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
getDatafeed(GetDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets one or more Machine Learning datafeed configuration info.
getDatafeedAsync(GetDatafeedRequest, RequestOptions, ActionListener<GetDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets one or more Machine Learning datafeed configuration info, asynchronously.
getDatafeedId() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
getDatafeedId() - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
getDatafeedId() - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
getDatafeedId() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
getDatafeedIds() - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
All the datafeedIds for which to get configuration information
getDatafeedIds() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
All the datafeedIds for which to get statistics
getDatafeedIds() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
All the datafeedIds to be stopped
GetDatafeedRequest - Class in org.elasticsearch.client.ml
Request object to get DatafeedConfig objects with the matching datafeedIds.
GetDatafeedRequest(String...) - Constructor for class org.elasticsearch.client.ml.GetDatafeedRequest
Get the specified DatafeedConfig configurations via their unique datafeedIds
GetDatafeedResponse - Class in org.elasticsearch.client.ml
Contains a List of the found DatafeedConfig objects and the total count found
getDatafeedState() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
getDatafeedStats(GetDatafeedStatsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets statistics for one or more Machine Learning datafeeds
getDatafeedStatsAsync(GetDatafeedStatsRequest, RequestOptions, ActionListener<GetDatafeedStatsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets statistics for one or more Machine Learning datafeeds, asynchronously.
GetDatafeedStatsRequest - Class in org.elasticsearch.client.ml
Request object to get DatafeedStats by their respective datafeedIds _all explicitly gets all the datafeeds' statistics in the cluster An empty request (no datafeedIds) implicitly gets all the datafeeds' statistics in the cluster
GetDatafeedStatsRequest(String...) - Constructor for class org.elasticsearch.client.ml.GetDatafeedStatsRequest
Get the specified Datafeed's statistics via their unique datafeedIds
GetDatafeedStatsResponse - Class in org.elasticsearch.client.ml
Contains a List of the found DatafeedStats objects and the total count found
getDatafeedUpdate() - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
getDataList() - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
Parses the preview to a list of Map objects
getDateHistogram() - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
getDefault() - Static method in enum org.elasticsearch.client.security.RefreshPolicy
Get the default refresh policy, which is NONE
getDefaultSettings() - Method in class org.elasticsearch.client.indices.GetIndexResponse
If the originating GetIndexRequest object was configured to include defaults, this will contain a mapping of index name to Settings objects.
getDelay() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Get the time delay for this histogram
getDelayedDataCheckConfig() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getDelayedDataCheckConfig() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getDeleted() - Method in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
getDeleteInterveningResults() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
getDeleting() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getDelimiter() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getDelimiter() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getDeniedFields() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
The document fields that cannot be accessed or queried.
getDeprecationInfo(DeprecationInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.MigrationClient
Get deprecation info for one or more indices
getDeprecationInfoAsync(DeprecationInfoRequest, RequestOptions, ActionListener<DeprecationInfoResponse>) - Method in class org.elasticsearch.client.MigrationClient
Asynchronously get deprecation info for one or more indices
getDesc() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getDescending() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getDescending() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getDescending() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getDescription() - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
getDescription() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
getDescription() - Method in class org.elasticsearch.client.ml.job.config.Job
The job description
getDescription() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
getDescription() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getDescription() - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
getDescription() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getDescription() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
getDescription() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
getDetails() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
getDetectorDescription() - Method in class org.elasticsearch.client.ml.job.config.Detector
 
getDetectorIndex() - Method in class org.elasticsearch.client.ml.job.config.Detector
 
getDetectorIndex() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
getDetectorIndex() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getDetectors() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
The list of analysis detectors.
getDetectorUpdates() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getDocCount() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
 
getDocCount() - Method in class org.elasticsearch.client.graph.Connection
 
getDocFreq() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns document frequency - the number of documents in the index that contain this term
getDocVersion() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the document version
getDuration() - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
getEarliestRecordTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The time of the first record seen.
getEffectiveVertexRequests() - Method in class org.elasticsearch.client.graph.Hop
 
getElements() - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
 
getEmail() - Method in class org.elasticsearch.client.security.user.User
 
getEmptyBucketCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of buckets with no records in it.
getEnabledUsers() - Method in class org.elasticsearch.client.security.GetUsersResponse
 
getEnd() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getEnd() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
getEndOffset() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
Returns the end offset of the token in the document's field
getEndTime() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
getEphemeralId() - Method in class org.elasticsearch.client.ml.NodeAttributes
The ephemeral id of the node.
getError() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the possibly returned error, null otherwise
getErrorMessage() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
getErrorMessage() - Method in class org.elasticsearch.client.license.StartTrialResponse
If a trial license was not started as a result of the request corresponding to this response (see StartTrialResponse.isTrialWasStarted() then returns a brief message explaining why the trial could not be started.
getErrors() - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
getErrors() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
getErrorsCount() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
getEstablishedModelMemory() - Method in class org.elasticsearch.client.ml.job.config.Job
The established model memory of the job, or null if model memory has not reached equilibrium yet.
getEventCount() - Method in class org.elasticsearch.client.ml.job.results.Bucket
The number of records (events) actually processed in this bucket.
getEventId() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
getEventId() - Method in class org.elasticsearch.client.ml.DeleteCalendarEventRequest
 
getExamples() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getException() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the exception that may have been returned
getExclude() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
getExcludeFrequent() - Method in class org.elasticsearch.client.ml.job.config.Detector
Excludes frequently-occurring metrics from the analysis; can apply to 'by' field, 'over' field, or both
getExcludeInterim() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getExcludeInterim() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getExcludeInterim() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getExcludeLinesPattern() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getExecutedActions() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getExecutionStackTrace() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getExecutionState() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
getExecutionTime() - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
getExecutionTime() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getExpiration() - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
getExpiration() - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
getExpiration() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getExpiresIn() - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
getExpiresIn() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
getExpiry() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getExpiryDate() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
getExplain() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getExplanation() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getExpression() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
getFailed() - Method in class org.elasticsearch.client.NodesResponseHeader
the number of nodes that the operation has failed on
getFailedIndexes() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
getFailedReadRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFailedShards() - Method in class org.elasticsearch.client.core.CountResponse
The failed number of shards the search was executed on.
getFailedStep() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getFailedWriteRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFailureReason() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getFailures() - Method in class org.elasticsearch.client.NodesResponseHeader
Get the failed node exceptions.
getFatalException() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFeatureSets() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo
 
getFeatureSetsInfo() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
getFg() - Method in class org.elasticsearch.client.graph.Vertex
If the GraphExploreRequest.useSignificance(boolean) is true (the default) this statistic is available.
getField() - Method in class org.elasticsearch.client.graph.Vertex
 
getField() - Method in class org.elasticsearch.client.graph.Vertex.VertexId
 
getField() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Get the date field
getField() - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
getField() - Method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
getFieldCaps() - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
getFieldDelimiter() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
If the data is in a delimited format with a header e.g.
getFieldMapping(GetFieldMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses old request and response objects which still refer to types, a deprecated feature. The method IndicesClient.getFieldMapping(GetFieldMappingsRequest, RequestOptions) should be used instead, which accepts a new request object.
getFieldMapping(GetFieldMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieves the field mappings on an index or indices using the Get Field Mapping API.
getFieldMappingAsync(GetFieldMappingsRequest, RequestOptions, ActionListener<GetFieldMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses old request and response objects which still refer to types, a deprecated feature. The method IndicesClient.getFieldMappingAsync(GetFieldMappingsRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
getFieldMappingAsync(GetFieldMappingsRequest, RequestOptions, ActionListener<GetFieldMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieves the field mappings on an index or indices using the Get Field Mapping API.
GetFieldMappingsRequest - Class in org.elasticsearch.client.indices
Request the mappings of specific fields
GetFieldMappingsRequest() - Constructor for class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
GetFieldMappingsResponse - Class in org.elasticsearch.client.indices
Response object for GetFieldMappingsRequest API
GetFieldMappingsResponse.FieldMappingMetaData - Class in org.elasticsearch.client.indices
 
getFieldName() - Method in class org.elasticsearch.client.core.AcknowledgedResponse
 
getFieldName() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
Returns the field name of the current term vector
getFieldName() - Method in class org.elasticsearch.client.ml.job.config.Detector
The Analysis field
getFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getFieldName() - Method in class org.elasticsearch.client.rollup.StartRollupJobResponse
 
getFieldName() - Method in class org.elasticsearch.client.rollup.StopRollupJobResponse
 
getFieldName() - Method in class org.elasticsearch.client.security.DeleteUserResponse
 
getFields() - Method in class org.elasticsearch.client.core.TermVectorsRequest
 
getFields() - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
getFields() - Method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
getFieldSecurity() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
The combination of the granted and denied document fields.
getFieldSecurity() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
getFieldStatistics() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
Returns the field statistics for the current field
getFieldStats() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getFileStructure() - Method in class org.elasticsearch.client.ml.FindFileStructureResponse
 
getFilter(GetFiltersRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets Machine Learning Filters
getFilterAsync(GetFiltersRequest, RequestOptions, ActionListener<GetFiltersResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets Machine Learning Filters asynchronously and notifies listener on completion
getFilterId() - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
getFilterId() - Method in class org.elasticsearch.client.ml.job.config.FilterRef
 
getFilterId() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
GetFiltersRequest - Class in org.elasticsearch.client.ml
A request to retrieve MlFilters
GetFiltersRequest() - Constructor for class org.elasticsearch.client.ml.GetFiltersRequest
 
GetFiltersResponse - Class in org.elasticsearch.client.ml
Contains a List of the found MlFilter objects and the total count found
getFilterType() - Method in class org.elasticsearch.client.ml.job.config.FilterRef
 
getFinishedTime() - Method in class org.elasticsearch.client.ml.job.config.Job
The time the job was finished or null if not finished.
getFollowerGlobalCheckpoint() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.FollowInfoRequest
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.FollowStatsRequest
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.PauseFollowRequest
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.ResumeFollowRequest
 
getFollowerIndex() - Method in class org.elasticsearch.client.ccr.UnfollowRequest
 
getFollowerMappingVersion() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFollowerMaxSeqNo() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFollowerSettingsVersion() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getFollowIndexNamePattern() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
 
getFollowIndexNamePattern() - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
getFollowInfo(FollowInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Gets follow info for specific indices.
getFollowInfoAsync(FollowInfoRequest, RequestOptions, ActionListener<FollowInfoResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously gets follow info for specific indices.
getFollowStats(FollowStatsRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Gets follow stats for specific indices.
getFollowStatsAsync(FollowStatsRequest, RequestOptions, ActionListener<FollowStatsResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously gets follow stats for specific indices.
getForce() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
getForce() - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
getForce() - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
getForce() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
getForecastedJobs() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
The number of jobs that have at least one forecast.
getForecastId() - Method in class org.elasticsearch.client.ml.ForecastJobResponse
The created forecast ID
getForecastIds() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
getForecastStats() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
An object that provides statistical information about forecasts of this job.
getFormat() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getFormat() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getFormat() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
The format of the data to be processed.
getFormat() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getFound() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns if the document is found always true for artificial documents
getFrequency() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getFrequency() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getFrom() - Method in class org.elasticsearch.client.graph.Connection
 
getFrom() - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
getFrom() - Method in class org.elasticsearch.client.ml.job.util.PageParams
 
getFullName() - Method in enum org.elasticsearch.client.ml.job.config.DetectorFunction
 
getFullName() - Method in class org.elasticsearch.client.security.user.User
 
getFunction() - Method in class org.elasticsearch.client.ml.job.config.Detector
The analysis function used e.g.
getFunction() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getFunction() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getFunctionDescription() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getFunctionDescription() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getGlobalPrivileges() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getGlobalPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getGrantedFields() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
The document fields that can be read or queried.
getGrantType() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
getGrokPattern() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getGrokPattern() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getGrokPattern() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getGroupConfig() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getGroups() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getGroups() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getHasByteOrderMarker() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getHash() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
getHasHeaderRow() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getHasHeaderRow() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getHeader() - Method in class org.elasticsearch.client.NodesResponse
Gets information about the number of total, successful and failed nodes the request was run on.
getHeader() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
Gets information about the number of total, successful and failed nodes the request was run on.
getHeaders() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
getHistogram() - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
getHop(int) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
getHopDepth() - Method in class org.elasticsearch.client.graph.Vertex
 
getHopNumbers() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
getId() - Method in class org.elasticsearch.client.core.TermVectorsRequest
Returns the id of the request can be NULL if there is no document ID
getId() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the id of the request can be NULL if there is no document ID
getId() - Method in class org.elasticsearch.client.graph.Connection
 
getId() - Method in class org.elasticsearch.client.graph.Vertex
 
getId() - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
getId() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getId() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
Get the id of the datafeed to update
getId() - Method in class org.elasticsearch.client.ml.DeleteFilterRequest
 
getId() - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
getId() - Method in class org.elasticsearch.client.ml.job.config.Job
Return the Job Id.
getId() - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
 
getId() - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
getId() - Method in class org.elasticsearch.client.ml.NodeAttributes
The unique identifier of the node.
getId() - Method in class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
getId() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getId() - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
getId() - Method in class org.elasticsearch.client.security.GetApiKeyRequest
 
getId() - Method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
 
getId() - Method in class org.elasticsearch.client.security.SecurityNodesResponse.Node
 
getId() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getId() - Method in class org.elasticsearch.client.watcher.DeleteWatchRequest
 
getId() - Method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
getId() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
getId() - Method in class org.elasticsearch.client.watcher.GetWatchRequest
 
getId() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
getId() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
 
getId() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
getId() - Method in enum org.elasticsearch.client.watcher.WatcherState
 
getInclude() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
getIndex() - Method in class org.elasticsearch.client.core.TermVectorsRequest
Returns the index of the request
getIndex() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the index for the response
getIndex() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getIndexFailures() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Number of failures that have occurred during the bulk indexing phase of Rollup
getIndexName() - Method in class org.elasticsearch.client.rollup.RollableIndexCaps
 
getIndexPattern() - Method in class org.elasticsearch.client.rollup.GetRollupCapsRequest
 
getIndexPattern() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getIndexPattern() - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
getIndexPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
getIndexPrivileges() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
A Map from index-name + privilege-name to access.
GetIndexRequest - Class in org.elasticsearch.client.indices
A request to retrieve information about an index.
GetIndexRequest(String...) - Constructor for class org.elasticsearch.client.indices.GetIndexRequest
 
GetIndexRequest.Feature - Enum in org.elasticsearch.client.indices
 
GetIndexResponse - Class in org.elasticsearch.client.indices
A client side response for a get index action.
getIndexResponses() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
getIndexResults() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
getIndexSettingsIssues() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
getIndexTemplate(GetIndexTemplatesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Gets index templates using the Index Templates API See Index Templates API on elastic.co
getIndexTemplateAsync(GetIndexTemplatesRequest, RequestOptions, ActionListener<GetIndexTemplatesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously gets index templates using the Index Templates API See Index Templates API on elastic.co
getIndexTemplates() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesResponse
 
GetIndexTemplatesRequest - Class in org.elasticsearch.client.indices
A request to read the content of index templates
GetIndexTemplatesRequest(String...) - Constructor for class org.elasticsearch.client.indices.GetIndexTemplatesRequest
Create a request to read the content of one or more index templates.
GetIndexTemplatesRequest(List<String>) - Constructor for class org.elasticsearch.client.indices.GetIndexTemplatesRequest
Create a request to read the content of one or more index templates.
GetIndexTemplatesResponse - Class in org.elasticsearch.client.indices
 
getIndexTime() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Returns the time spent indexing (cumulative) in milliseconds
getIndexTotal() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Returns the total number of indexing requests that have been sent by the rollup job (Note: this is not the number of _documents_ that have been indexed)
getIndices() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
getIndices() - Method in class org.elasticsearch.client.indexlifecycle.RetryLifecyclePolicyRequest
 
getIndices() - Method in class org.elasticsearch.client.indices.FreezeIndexRequest
Returns the indices to freeze
getIndices() - Method in class org.elasticsearch.client.indices.GetIndexResponse
 
getIndices() - Method in class org.elasticsearch.client.indices.UnfreezeIndexRequest
Returns the indices to unfreeze
getIndices() - Method in class org.elasticsearch.client.migration.DeprecationInfoRequest
 
getIndices() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getIndices() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getIndices() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
The indices names covered by the privileges.
getIndicesFollowStats() - Method in class org.elasticsearch.client.ccr.CcrStatsResponse
 
getIndicesFollowStats() - Method in class org.elasticsearch.client.ccr.FollowStatsResponse
 
getIndicesPrivileges() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getIndicesPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getInfluencerFieldName() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getInfluencerFieldName() - Method in class org.elasticsearch.client.ml.job.results.Influence
 
getInfluencerFieldName() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getInfluencerFieldValue() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getInfluencerFieldValues() - Method in class org.elasticsearch.client.ml.job.results.Influence
 
getInfluencers() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
The list of influence field names
getInfluencers() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getInfluencers() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getInfluencers(GetInfluencersRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the influencers for a Machine Learning Job.
getInfluencersAsync(GetInfluencersRequest, RequestOptions, ActionListener<GetInfluencersResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the influencers for a Machine Learning Job, notifies listener once the requested influencers are retrieved.
getInfluencerScore() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getInfluencerScore() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
GetInfluencersRequest - Class in org.elasticsearch.client.ml
A request to retrieve influencers of a given job
GetInfluencersRequest(String) - Constructor for class org.elasticsearch.client.ml.GetInfluencersRequest
Constructs a request to retrieve influencers of a given job
GetInfluencersResponse - Class in org.elasticsearch.client.ml
A response containing the requested influencers
getInfo() - Method in class org.elasticsearch.client.ml.MlInfoResponse
 
getInfos() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse
 
getIngestPipeline() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getInitialAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getInitialAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getInitialInfluencerScore() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getInitialRecordScore() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getInputBytes() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The total number of bytes sent to this job.
getInputFieldCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The total number of fields sent to the job including fields that aren't analysed.
getInputRecordCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
Total number of input records read.
getInterval() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Get the date interval
getInterval() - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
getInvalidatedApiKeys() - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
getInvalidatedTokens() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
getInvalidDateCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of records with an invalid date field that could not be parsed or converted to epoch time.
getItems() - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
getJavaTimestampFormats() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getJob() - Method in class org.elasticsearch.client.ml.PutJobRequest
 
getJob() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
Configuration of the job.
getJob(GetJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets one or more Machine Learning job configuration info.
getJobAsync(GetJobRequest, RequestOptions, ActionListener<GetJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets one or more Machine Learning job configuration info, asynchronously.
getJobCaps() - Method in class org.elasticsearch.client.rollup.RollableIndexCaps
 
getJobId() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getJobId() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getJobId() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getJobId() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
 
getJobId() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getJobId() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getJobId() - Method in class org.elasticsearch.client.ml.job.process.Quantiles
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getJobId() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
getJobId() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
The jobId referencing the job for these statistics
getJobId() - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
getJobId() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
getJobId() - Method in class org.elasticsearch.client.rollup.GetRollupJobRequest
ID of the job to return.
getJobId() - Method in class org.elasticsearch.client.rollup.StartRollupJobRequest
 
getJobId() - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
 
getJobID() - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
getJobIds() - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
getJobIds() - Method in class org.elasticsearch.client.ml.CloseJobRequest
All the jobIds to be closed
getJobIds() - Method in class org.elasticsearch.client.ml.DeleteCalendarJobRequest
 
getJobIds() - Method in class org.elasticsearch.client.ml.GetJobRequest
All the jobIds for which to get configuration information
getJobIds() - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
All the jobIds for which to get statistics
getJobIds() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getJobIds() - Method in class org.elasticsearch.client.ml.PutCalendarJobRequest
 
GetJobRequest - Class in org.elasticsearch.client.ml
Request object to get Job objects with the matching jobIds or groupNames.
GetJobRequest(String...) - Constructor for class org.elasticsearch.client.ml.GetJobRequest
Get the specified Job configurations via their unique jobIds
GetJobResponse - Class in org.elasticsearch.client.ml
Contains a List of the found Job objects and the total count found
getJobs() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
getJobs() - Method in class org.elasticsearch.client.rollup.GetRollupCapsResponse
 
getJobs() - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
 
getJobs() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse
Jobs returned by the request.
getJobStats(GetJobStatsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets usage statistics for one or more Machine Learning jobs
getJobStatsAsync(GetJobStatsRequest, RequestOptions, ActionListener<GetJobStatsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets usage statistics for one or more Machine Learning jobs, asynchronously.
GetJobStatsRequest - Class in org.elasticsearch.client.ml
Request object to get JobStats by their respective jobIds _all explicitly gets all the jobs' statistics in the cluster An empty request (no jobIds) implicitly gets all the jobs' statistics in the cluster
GetJobStatsRequest(String...) - Constructor for class org.elasticsearch.client.ml.GetJobStatsRequest
Get the specified Job's statistics via their unique jobIds
GetJobStatsResponse - Class in org.elasticsearch.client.ml
Contains a List of the found JobStats objects and the total count found
getJobType() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getJobUpdate() - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
getJodaTimestampFormats() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getKey() - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
getLastDataTime() - Method in class org.elasticsearch.client.ml.job.config.Job
The last time data was uploaded to the job or null if no data has been seen.
getLastDataTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The wall clock time the latest record was seen.
getLastFinalizedBucketEnd() - Method in class org.elasticsearch.client.ml.FlushJobResponse
Provides the timestamp (in milliseconds-since-the-epoch) of the end of the last bucket that was processed.
getLastRequestedSeqNo() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getLastSeenMetadataVersion() - Method in class org.elasticsearch.client.ccr.AutoFollowStats.AutoFollowedCluster
 
getLatency() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
The latency interval during which out-of-order records should be handled.
getLatestEmptyBucketTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The time of the latest empty bucket seen.
getLatestRecordTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The time of the latest record seen.
getLatestRecordTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getLatestResultTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getLatestSparseBucketTimeStamp() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The time of the latest sparse bucket seen.
getLeaderGlobalCheckpoint() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getLeaderIndex() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
getLeaderIndex() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getLeaderIndex() - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
getLeaderIndexPatterns() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
 
getLeaderIndexPatterns() - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
getLeaderMaxSeqNo() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getLevel() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
getLicense(GetLicenseRequest, RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Returns the current license for the cluster.
getLicenseAsync(GetLicenseRequest, RequestOptions, ActionListener<GetLicenseResponse>) - Method in class org.elasticsearch.client.LicenseClient
Asynchronously returns the current license for the cluster cluster.
getLicenseDefinition() - Method in class org.elasticsearch.client.license.GetLicenseResponse
 
getLicenseDefinition() - Method in class org.elasticsearch.client.license.PutLicenseRequest
 
getLicenseInfo() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
GetLicenseRequest - Class in org.elasticsearch.client.license
 
GetLicenseRequest() - Constructor for class org.elasticsearch.client.license.GetLicenseRequest
 
GetLicenseResponse - Class in org.elasticsearch.client.license
 
GetLicenseResponse(String) - Constructor for class org.elasticsearch.client.license.GetLicenseResponse
 
getLicenseType() - Method in class org.elasticsearch.client.license.StartTrialRequest
 
getLicenseType() - Method in class org.elasticsearch.client.license.StartTrialResponse
If a trial license was started as a result of the request corresponding to this response (see StartTrialResponse.isTrialWasStarted()) then returns the type of license that was started on the cluster.
getLifecycleDate() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getLifecyclePolicy() - Method in class org.elasticsearch.client.indexlifecycle.DeleteLifecyclePolicyRequest
 
getLifecyclePolicy() - Method in class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
getLifecyclePolicy(GetLifecyclePolicyRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Retrieve one or more lifecycle policy definition.
getLifecyclePolicyAsync(GetLifecyclePolicyRequest, RequestOptions, ActionListener<GetLifecyclePolicyResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously retrieve one or more lifecycle policy definition.
GetLifecyclePolicyRequest - Class in org.elasticsearch.client.indexlifecycle
 
GetLifecyclePolicyRequest(String...) - Constructor for class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyRequest
 
GetLifecyclePolicyResponse - Class in org.elasticsearch.client.indexlifecycle
 
GetLifecyclePolicyResponse(ImmutableOpenMap<String, LifecyclePolicyMetadata>) - Constructor for class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
getLinesToSample() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getLogTime() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
The wall clock time at the point when this instance was created.
getLookupRealm() - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
getLowLevelClient() - Method in class org.elasticsearch.client.RestHighLevelClient
Returns the low-level client that the current high-level client instance is using to perform requests
getManagedApplications() - Method in class org.elasticsearch.client.security.user.privileges.ManageApplicationPrivilege
 
getMapping(GetMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses old request and response objects which still refer to types, a deprecated feature. The method IndicesClient.getMapping(GetMappingsRequest, RequestOptions) should be used instead, which accepts a new request object.
getMapping(GetMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieves the mappings on an index or indices using the Get Mapping API.
getMappingAsync(GetMappingsRequest, RequestOptions, ActionListener<GetMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses old request and response objects which still refer to types, a deprecated feature. The method IndicesClient.getMapping(GetMappingsRequest, RequestOptions) should be used instead, which accepts a new request object.
getMappingAsync(GetMappingsRequest, RequestOptions, ActionListener<GetMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieves the mappings on an index on indices using the Get Mapping API.
getMappings() - Method in class org.elasticsearch.client.indices.GetIndexResponse
 
getMappings() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getMappings() - Method in class org.elasticsearch.client.security.GetRoleMappingsResponse
 
GetMappingsRequest - Class in org.elasticsearch.client.indices
 
GetMappingsRequest() - Constructor for class org.elasticsearch.client.indices.GetMappingsRequest
 
GetMappingsResponse - Class in org.elasticsearch.client.indices
 
GetMappingsResponse(Map<String, MappingMetaData>) - Constructor for class org.elasticsearch.client.indices.GetMappingsResponse
 
getMasterNodeTimeout() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
getMax() - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
getMaxAge() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
getMaxAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
getMaxDocs() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
getMaxMatchingLength() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getMaxNumSegments() - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
getMaxOutstandingReadRequests() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxOutstandingWriteRequests() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxReadRequestOperationCount() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxReadRequestSize() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxRetryDelay() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxSize() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
getMaxValue() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getMaxWriteBufferCount() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxWriteBufferSize() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxWriteRequestOperationCount() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMaxWriteRequestSize() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getMeanValue() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getMedianValue() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getMemoryStats() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
Statistics about the memory usage: minimum, maximum, average and total.
getMemoryStatus() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getMessage() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
getMessage() - Method in exception org.elasticsearch.client.ValidationException
 
getMetadata() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
getMetadata() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
getMetadata() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
getMetadata() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getMetadata() - Method in class org.elasticsearch.client.security.user.User
 
getMetrics() - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
getMetricsConfig() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getMin() - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
getMinimumAge() - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
getMinValue() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getMissingFieldCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of missing fields that had been configured for analysis.
getMlFilter() - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
getMlInfo(MlInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets Machine Learning information about default values and limits.
getMlInfoAsync(MlInfoRequest, RequestOptions, ActionListener<MlInfoResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets Machine Learning information about default values and limits, asynchronously.
getMlSettingsIssues() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
getMode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
getModel() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
Get full information about the reverted model snapshot
getModel() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
Get the updated snapshot of the model
getModelBytes() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getModelMemoryLimit() - Method in class org.elasticsearch.client.ml.job.config.AnalysisLimits
Maximum size of the model in MB before the anomaly detector will drop new samples to prevent the model using any more memory.
getModelPlotConfig() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getModelPlotConfig() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getModelSizeStats() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getModelSizeStats() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
An object that provides information about the size and contents of the model.
getModelSnapshotId() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getModelSnapshotRetentionDays() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getModelSnapshotRetentionDays() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getModelSnapshots(GetModelSnapshotsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the snapshots for a Machine Learning Job.
getModelSnapshotsAsync(GetModelSnapshotsRequest, RequestOptions, ActionListener<GetModelSnapshotsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the snapshots for a Machine Learning Job, notifies listener once the requested snapshots are retrieved.
GetModelSnapshotsRequest - Class in org.elasticsearch.client.ml
A request to retrieve information about model snapshots for a given job
GetModelSnapshotsRequest(String) - Constructor for class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Constructs a request to retrieve snapshot information from a given job
GetModelSnapshotsResponse - Class in org.elasticsearch.client.ml
A response containing the requested snapshots
getModifiedDate() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
getModifiedDate() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
getModifiedDateString() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
getMultiBucketImpact() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getMultilineStartPattern() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getMultivariateByFields() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
getName() - Method in class org.elasticsearch.client.ccr.DeleteAutoFollowPatternRequest
 
getName() - Method in enum org.elasticsearch.client.ccr.FollowInfoResponse.Status
 
getName() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternRequest
 
getName() - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
getName() - Method in interface org.elasticsearch.client.indexlifecycle.LifecycleAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
getName() - Method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
getName() - Method in class org.elasticsearch.client.ml.NodeAttributes
The node name.
getName() - Method in class org.elasticsearch.client.security.AuthenticateResponse.RealmInfo
 
getName() - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
getName() - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
getName() - Method in class org.elasticsearch.client.security.DeleteRoleMappingRequest
 
getName() - Method in class org.elasticsearch.client.security.DeleteRoleRequest
 
getName() - Method in class org.elasticsearch.client.security.DeleteUserRequest
 
getName() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
getName() - Method in class org.elasticsearch.client.security.GetApiKeyRequest
 
getName() - Method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
 
getName() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
getName() - Method in class org.elasticsearch.client.security.SecurityNodesResponse.Node
 
getName() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getName() - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
 
getName() - Method in enum org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
getName() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
getName() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getNamedXContentParsers() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleNamedXContentProvider
 
getNewIndex() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
Returns the name of the index that the request alias currently points to
getNewIndexName() - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Returns the new index name for the rollover
getNode() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
getNode() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
For open jobs only, contains information about the node where the job runs See NodeAttributes
getNodeId() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
 
getNodeId() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getNodes() - Method in class org.elasticsearch.client.security.SecurityNodesResponse
returns a list of nodes in which the cache was cleared
getNodes() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
returns a list of nodes that returned stats
getNodeSettingsIssues() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
getNumberOfFailedFollowIndices() - Method in class org.elasticsearch.client.ccr.AutoFollowStats
 
getNumberOfFailedRemoteClusterStateRequests() - Method in class org.elasticsearch.client.ccr.AutoFollowStats
 
getNumberOfReplicas() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
getNumberOfSuccessfulFollowIndices() - Method in class org.elasticsearch.client.ccr.AutoFollowStats
 
getNumberVertexRequests() - Method in class org.elasticsearch.client.graph.Hop
 
getNumDocuments() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
The number of documents read from the input indices.
getNumInvocations() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Number of times that the job woke up to write documents.
getNumLinesAnalyzed() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getNumMessagesAnalyzed() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getNumPages() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
The number of pages read from the input indices.
getOldIndex() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
Returns the name of the index that the request alias was pointing to
getOpenTime() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
For open jobs only, the elapsed time for which the job has been open
getOperation() - Method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
getOperationMode() - Method in class org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
 
getOperationsReads() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getOperationWritten() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getOperator() - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
getOutOfOrderTimeStampCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of records with a timestamp that is before the time of the latest record.
getOutputDocuments() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Number of documents written to the result indices.
getOutstandingReadRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getOutstandingWriteRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getOverallBuckets(GetOverallBucketsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets overall buckets for a set of Machine Learning Jobs.
getOverallBucketsAsync(GetOverallBucketsRequest, RequestOptions, ActionListener<GetOverallBucketsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets overall buckets for a set of Machine Learning Jobs, notifies listener once the requested buckets are retrieved.
GetOverallBucketsRequest - Class in org.elasticsearch.client.ml
A request to retrieve overall buckets of set of jobs
GetOverallBucketsRequest(String...) - Constructor for class org.elasticsearch.client.ml.GetOverallBucketsRequest
Constructs a request to retrieve overall buckets for a set of jobs
GetOverallBucketsRequest(List<String>) - Constructor for class org.elasticsearch.client.ml.GetOverallBucketsRequest
Constructs a request to retrieve overall buckets for a set of jobs
GetOverallBucketsResponse - Class in org.elasticsearch.client.ml
A response containing the requested overall buckets
getOverallScore() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getOverallScore() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
getOverFieldName() - Method in class org.elasticsearch.client.ml.job.config.Detector
The 'over' field or null if not set.
getOverFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getOverFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getOverFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getOverFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getPageParams() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getPageSize() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getParameters() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
getParentHop() - Method in class org.elasticsearch.client.graph.Hop
 
getParseField() - Method in enum org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
 
getPartitionFieldName() - Method in class org.elasticsearch.client.ml.job.config.Detector
Segments the analysis along another field to have completely independent baselines for each instance of partitionfield
getPartitionFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getPartitionFieldName() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getPartitionFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getPartitionFieldValue() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getPassword() - Method in class org.elasticsearch.client.security.ChangePasswordRequest
 
getPassword() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
getPassword() - Method in class org.elasticsearch.client.security.PutUserRequest
 
getPath() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getPatterns() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse
 
getPayload() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
Returns the payload of the token or null if the payload doesn't exist
getPhase() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getPhase() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
getPhase() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getPhaseExecutionInfo() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getPhases() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
getPhaseTime() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getPipeline(GetPipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Get an existing pipeline.
getPipelineAsync(GetPipelineRequest, RequestOptions, ActionListener<GetPipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously get an existing pipeline.
getPolicies() - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
getPolicy() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
getPolicyName() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getPolicyName() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
getPolicyNames() - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyRequest
 
getPosition() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
Returns the position of the token in the document's field
getPreference() - Method in class org.elasticsearch.client.core.TermVectorsRequest
 
getPreview() - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
getPreviouslyInvalidatedApiKeys() - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
getPreviouslyInvalidatedTokens() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
getPrimaryTerm() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
getPrimaryTerm() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
getPrivilegeNames() - Method in class org.elasticsearch.client.security.GetPrivilegesRequest
 
getPrivileges() - Method in class org.elasticsearch.client.security.DeletePrivilegesRequest
 
getPrivileges() - Method in class org.elasticsearch.client.security.GetPrivilegesResponse
 
getPrivileges() - Method in class org.elasticsearch.client.security.PutPrivilegesRequest
 
getPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
The privileges acting over indices.
getPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
getPrivileges() - Method in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
getPrivileges(GetPrivilegesRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Synchronously get application privilege(s).
getPrivilegesAsync(GetPrivilegesRequest, RequestOptions, ActionListener<GetPrivilegesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously get application privilege(s).
GetPrivilegesRequest - Class in org.elasticsearch.client.security
Request object to get application privilege(s)
GetPrivilegesRequest(String, String...) - Constructor for class org.elasticsearch.client.security.GetPrivilegesRequest
 
GetPrivilegesResponse - Class in org.elasticsearch.client.security
Get application privileges response
GetPrivilegesResponse(Collection<ApplicationPrivilege>) - Constructor for class org.elasticsearch.client.security.GetPrivilegesResponse
 
getProbability() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getProbability() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getProbability() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getProbability() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getProcessedFieldCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
Number of data points (processed record count * the number of analysed fields) processed by this job.
getProcessedRecordCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
Number of records processed by this job.
getProcessingTimeMs() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getQuantiles() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getQuantileState() - Method in class org.elasticsearch.client.ml.job.process.Quantiles
 
getQueries() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
getQuery() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getQuery() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getQuery() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
A query limiting the visible documents in the indices.
getQueryDelay() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getQueryDelay() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getQueuedWatches() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getQuote() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getQuote() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getQuoteCharacter() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
The quote character used in delimited formats.
getRaw() - Method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
getRawAnomalyScore() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getReadExceptions() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getReadPollTimeout() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
getRealm() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getRealmName() - Method in class org.elasticsearch.client.security.GetApiKeyRequest
 
getRealmName() - Method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
 
getRealmName() - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
getRealms() - Method in class org.elasticsearch.client.security.ClearRealmCacheRequest
 
getRealtime() - Method in class org.elasticsearch.client.core.TermVectorsRequest
Returns if the request is realtime(true) or near-realtime(false)
getRecentAutoFollowErrors() - Method in class org.elasticsearch.client.ccr.AutoFollowStats
 
getRecord() - Method in class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
getRecordAsMap() - Method in class org.elasticsearch.client.watcher.ExecuteWatchResponse
Returns the watch record as a map Use ObjectPath to navigate through the data
getRecordId() - Method in class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
getRecords() - Method in class org.elasticsearch.client.ml.job.results.Bucket
Get all the anomaly records associated with this bucket.
getRecords(GetRecordsRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the records for a Machine Learning Job.
getRecordsAsync(GetRecordsRequest, RequestOptions, ActionListener<GetRecordsResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Gets the records for a Machine Learning Job, notifies listener once the requested records are retrieved.
getRecordScore() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getRecordScore() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
GetRecordsRequest - Class in org.elasticsearch.client.ml
A request to retrieve records of a given job
GetRecordsRequest(String) - Constructor for class org.elasticsearch.client.ml.GetRecordsRequest
Constructs a request to retrieve records of a given job
GetRecordsResponse - Class in org.elasticsearch.client.ml
A response containing the requested records
getRecordStats() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
Statistics about the number of forecast records: minimum, maximum, average and total.
getReferencedFilters() - Method in class org.elasticsearch.client.ml.job.config.RuleScope
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.ChangePasswordRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.DeletePrivilegesRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.DeleteRoleMappingRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.DeleteRoleRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.DeleteUserRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.PutPrivilegesRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.PutRoleRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.PutUserRequest
 
getRefreshPolicy() - Method in class org.elasticsearch.client.security.SetUserEnabledRequest
 
getRefreshToken() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
getRefreshToken() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
getRefreshToken() - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
getRegex() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getRemoteCluster() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
getRemoteCluster() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
 
getRemoteCluster() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getRemoteCluster() - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
getRemoteCluster() - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
getRemoveItems() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
getRenormalizationWindowDays() - Method in class org.elasticsearch.client.ml.job.config.Job
The duration of the renormalization window in days
getRenormalizationWindowDays() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getRepository(GetRepositoriesRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Gets a list of snapshot repositories.
getRepositoryAsync(GetRepositoriesRequest, RequestOptions, ActionListener<GetRepositoriesResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously gets a list of snapshot repositories.
getRequest() - Method in class org.elasticsearch.client.security.AuthenticateRequest
 
getRequest() - Method in class org.elasticsearch.client.security.GetSslCertificatesRequest
 
getRequest() - Method in class org.elasticsearch.client.security.GetUserPrivilegesRequest
 
getRequestsPerSecond() - Method in class org.elasticsearch.client.RethrottleRequest
 
getRequire() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
getResetEnd() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
getResetStart() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
getResources() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
getResponse() - Method in class org.elasticsearch.client.ml.PutDatafeedResponse
 
getResponse() - Method in class org.elasticsearch.client.ml.PutFilterResponse
 
getResponse() - Method in class org.elasticsearch.client.ml.PutJobResponse
 
getResultsRetentionDays() - Method in class org.elasticsearch.client.ml.job.config.Job
 
getResultsRetentionDays() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
getRetain() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getRetain() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
getRole() - Method in class org.elasticsearch.client.security.PutRoleRequest
 
getRoleMappingNames() - Method in class org.elasticsearch.client.security.GetRoleMappingsRequest
 
getRoleMappings(GetRoleMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Synchronously get role mapping(s).
getRoleMappingsAsync(GetRoleMappingsRequest, RequestOptions, ActionListener<GetRoleMappingsResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously get role mapping(s).
GetRoleMappingsRequest - Class in org.elasticsearch.client.security
Request object to get role mappings
GetRoleMappingsRequest(String...) - Constructor for class org.elasticsearch.client.security.GetRoleMappingsRequest
 
GetRoleMappingsResponse - Class in org.elasticsearch.client.security
Get role mappings response
GetRoleMappingsResponse(List<ExpressionRoleMapping>) - Constructor for class org.elasticsearch.client.security.GetRoleMappingsResponse
 
getRoleNames() - Method in class org.elasticsearch.client.security.GetRolesRequest
 
getRoles() - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
getRoles() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
getRoles() - Method in class org.elasticsearch.client.security.GetRolesResponse
 
getRoles() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
getRoles() - Method in class org.elasticsearch.client.security.user.User
 
getRoles(GetRolesRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Retrieves roles from the native roles store.
getRolesAsync(GetRolesRequest, RequestOptions, ActionListener<GetRolesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously retrieves roles from the native roles store.
GetRolesRequest - Class in org.elasticsearch.client.security
Request object to retrieve roles from the native roles store
GetRolesRequest(String...) - Constructor for class org.elasticsearch.client.security.GetRolesRequest
 
GetRolesResponse - Class in org.elasticsearch.client.security
Response when requesting one or more roles.
getRollupCapabilities(GetRollupCapsRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Get the Rollup Capabilities of a target (non-rollup) index or pattern See the docs for more.
getRollupCapabilitiesAsync(GetRollupCapsRequest, RequestOptions, ActionListener<GetRollupCapsResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously Get the Rollup Capabilities of a target (non-rollup) index or pattern See the docs for more.
GetRollupCapsRequest - Class in org.elasticsearch.client.rollup
 
GetRollupCapsRequest(String) - Constructor for class org.elasticsearch.client.rollup.GetRollupCapsRequest
 
GetRollupCapsResponse - Class in org.elasticsearch.client.rollup
 
GetRollupCapsResponse(Map<String, RollableIndexCaps>) - Constructor for class org.elasticsearch.client.rollup.GetRollupCapsResponse
 
getRollupIndex() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getRollupIndex() - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
getRollupIndexCapabilities(GetRollupIndexCapsRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Get the Rollup Index Capabilities of a rollup index or pattern See the docs for more.
getRollupIndexCapabilitiesAsync(GetRollupIndexCapsRequest, RequestOptions, ActionListener<GetRollupIndexCapsResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously Get the Rollup Index Capabilities of a rollup index or pattern See the docs for more.
GetRollupIndexCapsRequest - Class in org.elasticsearch.client.rollup
 
GetRollupIndexCapsRequest(String...) - Constructor for class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
GetRollupIndexCapsRequest(String[], IndicesOptions) - Constructor for class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
GetRollupIndexCapsResponse - Class in org.elasticsearch.client.rollup
 
GetRollupIndexCapsResponse(Map<String, RollableIndexCaps>) - Constructor for class org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
 
getRollupJob(GetRollupJobRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Get a rollup job from the cluster.
getRollupJobAsync(GetRollupJobRequest, RequestOptions, ActionListener<GetRollupJobResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously get a rollup job from the cluster.
GetRollupJobRequest - Class in org.elasticsearch.client.rollup
Request to fetch rollup jobs.
GetRollupJobRequest() - Constructor for class org.elasticsearch.client.rollup.GetRollupJobRequest
Create a request to load all rollup jobs.
GetRollupJobRequest(String) - Constructor for class org.elasticsearch.client.rollup.GetRollupJobRequest
Create a requets .
GetRollupJobResponse - Class in org.elasticsearch.client.rollup
Response from rollup's get jobs api.
GetRollupJobResponse.IndexerState - Enum in org.elasticsearch.client.rollup
IndexerState represents the internal state of the indexer.
GetRollupJobResponse.JobWrapper - Class in org.elasticsearch.client.rollup
 
GetRollupJobResponse.RollupIndexerJobStats - Class in org.elasticsearch.client.rollup
The Rollup specialization of stats for the AsyncTwoPhaseIndexer.
GetRollupJobResponse.RollupJobStatus - Class in org.elasticsearch.client.rollup
Status of the rollup job.
getRouting() - Method in class org.elasticsearch.client.core.TermVectorsRequest
 
getRouting() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getRules() - Method in class org.elasticsearch.client.ml.job.config.Detector
 
getRules() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
getRules() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
getRunAsPrivilege() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getRunAsPrivilege() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
getRuntimeStats() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
Statistics about the forecast runtime in milliseconds: minimum, maximum, average and total
getSample() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getSampleStart() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getScheduledEvents() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getScheduledEvents() - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
getScheduledEvents() - Method in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
getScope() - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
getScope() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
getScope() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
getScore() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns tf-idf score, if the request used some form of terms filtering
getScript(GetStoredScriptRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Get stored script by id.
getScriptAsync(GetStoredScriptRequest, RequestOptions, ActionListener<GetStoredScriptResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously get stored script by id.
getScriptFields() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getScriptFields() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getScrollSize() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getScrollSize() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getSearchFailures() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Number of failures that have occurred during the search phase of Rollup
getSearchTime() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Returns the time spent searching (cumulative) in milliseconds
getSearchTotal() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
Returns the total number of search requests that have been sent by the rollup job
getSeqNo() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
getSeqNo() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
getSerialNumber() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getSetting(String, String) - Method in class org.elasticsearch.client.indices.GetIndexResponse
Returns the string value for the specified index and setting.
getSettings() - Method in class org.elasticsearch.client.indices.GetIndexResponse
 
getSettings(ClusterGetSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Get the cluster wide settings using the Cluster Get Settings API.
getSettings(GetSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieve the settings of one or more indices.
getSettingsAsync(ClusterGetSettingsRequest, RequestOptions, ActionListener<ClusterGetSettingsResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously get the cluster wide settings using the Cluster Get Settings API.
getSettingsAsync(GetSettingsRequest, RequestOptions, ActionListener<GetSettingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieve the settings of one or more indices.
getShardFailures() - Method in class org.elasticsearch.client.core.CountResponse
The failures that occurred during the search.
getShardFailures() - Method in class org.elasticsearch.client.core.CountResponse.ShardStats
 
getShardFailures() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getShardFollowStats() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats
 
getShardFollowStats(String) - Method in class org.elasticsearch.client.ccr.IndicesFollowStats
 
getShardId() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getShardId() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getShardStats() - Method in class org.elasticsearch.client.core.CountResponse
 
getShouldTrimFields() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getShouldTrimFields() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getSize() - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
getSize() - Method in class org.elasticsearch.client.ml.job.util.PageParams
 
getSkippedShards() - Method in class org.elasticsearch.client.core.CountResponse
The number of shards skipped due to pre-filtering
getSkippedShards() - Method in class org.elasticsearch.client.core.CountResponse.ShardStats
 
getSkipTime() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getSnapshotDocCount() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getSnapshotId() - Method in class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
getSnapshotId() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getSnapshotId() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getSnapshotId() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
getSnapshotId() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
getSnapshots() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getSort() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getSort() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getSort() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getSort() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getSource() - Method in class org.elasticsearch.client.graph.Connection.ConnectionId
 
getSource() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
Returns the serialized watch
getSource() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
 
getSourceAsMap() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
Returns the source as a map
getSparseBucketCount() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
The number of buckets with few records compared to the overall counts.
getSslCertificates(RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Synchronously retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
getSslCertificatesAsync(RequestOptions, ActionListener<GetSslCertificatesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
GetSslCertificatesRequest - Class in org.elasticsearch.client.security
Request object to retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
GetSslCertificatesResponse - Class in org.elasticsearch.client.security
Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
GetSslCertificatesResponse(List<CertificateInfo>) - Constructor for class org.elasticsearch.client.security.GetSslCertificatesResponse
 
getStart() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getStart() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
getStart() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
getStartOffset() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
Returns the start offset of the token in the document's field
getStartTime() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
getState() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
The status of the job See JobState
getState() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
The state of the writer.
getStats() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
Statistics about the execution of the job.
getStats() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getStatus() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
getStatus() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
getStatus() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
Current state of the job.
getStatus() - Method in class org.elasticsearch.client.watcher.AckWatchResponse
 
getStatus() - Method in class org.elasticsearch.client.watcher.ActivateWatchResponse
 
getStatus() - Method in class org.elasticsearch.client.watcher.DeactivateWatchResponse
 
getStatus() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
getStatus() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
getStatusCounts() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
Counts per forecast status, for example: {"finished" : 2}.
getStep() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getStepInfo() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getStepTime() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
getSubjectDn() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
getSuccessful() - Method in class org.elasticsearch.client.NodesResponseHeader
the number of nodes that the operation was successful on
getSuccessfulReadRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getSuccessfulShards() - Method in class org.elasticsearch.client.core.CountResponse
The successful number of shards the search was executed on.
getSuccessfulShards() - Method in class org.elasticsearch.client.core.CountResponse.ShardStats
 
getSuccessfulWriteRequests() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getSumDocFreq() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
Returns the sum of document frequencies for all terms in this field
getSummaryCountFieldName() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
The name of the field that contains counts for pre-summarised input
getSumTotalTermFreq() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
Returns the sum of total term frequencies of all terms in this field
getTarget() - Method in class org.elasticsearch.client.graph.Connection.ConnectionId
 
getTask() - Method in class org.elasticsearch.client.ml.DeleteJobResponse
Get the task id
getTask() - Method in class org.elasticsearch.client.tasks.TaskSubmissionResponse
Get the task id
getTaskId() - Method in class org.elasticsearch.client.RethrottleRequest
 
getTaskId() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
 
getTaskInfo() - Method in class org.elasticsearch.client.tasks.GetTaskResponse
 
GetTaskRequest - Class in org.elasticsearch.client.tasks
 
GetTaskRequest(String, long) - Constructor for class org.elasticsearch.client.tasks.GetTaskRequest
 
GetTaskResponse - Class in org.elasticsearch.client.tasks
 
GetTaskResponse(boolean, TaskInfo) - Constructor for class org.elasticsearch.client.tasks.GetTaskResponse
 
getTemplate(GetIndexTemplatesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old response object which still refers to types, a deprecated feature. Use IndicesClient.getIndexTemplate(GetIndexTemplatesRequest, RequestOptions) instead which returns a new response object
getTemplateAsync(GetIndexTemplatesRequest, RequestOptions, ActionListener<GetIndexTemplatesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old response object which still refers to types, a deprecated feature. Use IndicesClient.getIndexTemplateAsync(GetIndexTemplatesRequest, RequestOptions, ActionListener) instead which returns a new response object
getTerm() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns the string representation of the term
getTerm() - Method in class org.elasticsearch.client.graph.GraphExploreRequest.TermBoost
 
getTerm() - Method in class org.elasticsearch.client.graph.Vertex
 
getTerm() - Method in class org.elasticsearch.client.graph.Vertex.VertexId
 
getTermFreq() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns term frequency - the number of times this term occurs in the current document
getTerms() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
Returns the list of terms for the current term vector
getTerms() - Method in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
getTerms() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
getTerms() - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
getTermVectorsList() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the list of term vectors
getTermVectorsResponses() - Method in class org.elasticsearch.client.core.MultiTermVectorsResponse
Returns the list of TermVectorsResponse for this MultiTermVectorsResponse
getThreadPoolMaxSize() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getThreadPoolQueueSize() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getTimeField() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
The name of the field containing the timestamp
getTimeFormat() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
Either "epoch", "epoch_ms" or a SimpleDateTime format string.
getTimeout() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
getTimeout() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getTimeout() - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
getTimeout() - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
getTimeout() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
getTimeout() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
getTimeout() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
getTimeout() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
Timeout to wait for any async actions this request must take.
getTimeSinceLastCheckMillis() - Method in class org.elasticsearch.client.ccr.AutoFollowStats.AutoFollowedCluster
 
getTimeSinceLastReadMillis() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getTimeSpan() - Method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
getTimestamp() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
The timestamp of the last processed record when this instance was created.
getTimestamp() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.process.Quantiles
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
getTimestamp() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
getTimestamp() - Method in class org.elasticsearch.client.watcher.WatchStatus.State
 
getTimestamp() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
getTimestampField() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
getTimestampField() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getTimestampFormat() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
getTimeZone() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
Get the timezone to apply
getTo() - Method in class org.elasticsearch.client.graph.Connection
 
getTokenFilters() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
getTokenizer() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
getTokens() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns a list of tokens for the term
getTook() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getTookInMillis() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the time that a request took in milliseconds
getTookInMillis() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getTopHits() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
getTopN() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
getTotal() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
The number of forecasts currently available for this model.
getTotal() - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
getTotal() - Method in class org.elasticsearch.client.NodesResponseHeader
the total number of nodes that the operation was carried on
getTotalByFieldCount() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getTotalOverFieldCount() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getTotalPartitionFieldCount() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
getTotalReadRemoteExecTimeMillis() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getTotalReadTimeMillis() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getTotalShards() - Method in class org.elasticsearch.client.core.CountResponse
The total number of shards the search was executed on.
getTotalShards() - Method in class org.elasticsearch.client.core.CountResponse.ShardStats
 
getTotalTermFreq() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
Returns total term frequency - the number of times this term occurs across all documents
getTotalWriteTimeMillis() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getTransientMetadata(String) - Method in class org.elasticsearch.client.security.GetRolesResponse
 
getTransientMetadataMap() - Method in class org.elasticsearch.client.security.GetRolesResponse
 
getTransportAddress() - Method in class org.elasticsearch.client.ml.NodeAttributes
The host and port where transport HTTP connections are accepted.
getTrialStatus(RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Retrieve the license trial status
GetTrialStatusResponse - Class in org.elasticsearch.client.license
Response class for license get trial status API
getTriggeredTime() - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
getTriggeredTime() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getType() - Method in class org.elasticsearch.client.core.TermVectorsRequest
Returns the type of the request
getType() - Method in class org.elasticsearch.client.core.TermVectorsResponse
Returns the type for the response
getType() - Method in class org.elasticsearch.client.security.AuthenticateResponse.RealmInfo
 
getType() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
getType() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
getTypes() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
getTypes() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
getTypical() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
getTypical() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
getUid() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
getUpgradedDocumentId() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
Flag holds the state of the ID scheme, e.g.
getUrl() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
getUsages() - Method in class org.elasticsearch.client.xpack.XPackUsageResponse
Return a map from feature name to usage information for that feature.
getUser() - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
getUser() - Method in class org.elasticsearch.client.security.PutUserRequest
 
getUsername() - Method in class org.elasticsearch.client.security.ChangePasswordRequest
 
getUsername() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
getUsername() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
The username (principal) of the user for which the privileges check was executed.
getUsername() - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
getUsername() - Method in class org.elasticsearch.client.security.SetUserEnabledRequest
 
getUsername() - Method in class org.elasticsearch.client.security.support.ApiKey
 
getUsername() - Method in class org.elasticsearch.client.security.user.User
 
getUserName() - Method in class org.elasticsearch.client.security.GetApiKeyRequest
 
getUserName() - Method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
 
getUsernames() - Method in class org.elasticsearch.client.security.ClearRealmCacheRequest
 
getUsernames() - Method in class org.elasticsearch.client.security.GetUsersRequest
 
getUserPrivileges(RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Retrieve the set of effective privileges held by the current user.
getUserPrivilegesAsync(RequestOptions, ActionListener<GetUserPrivilegesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously retrieve the set of effective privileges held by the current user.
GetUserPrivilegesRequest - Class in org.elasticsearch.client.security
GetUserPrivilegesResponse - Class in org.elasticsearch.client.security
GetUserPrivilegesResponse(Collection<String>, Collection<GlobalPrivileges>, Collection<UserIndicesPrivileges>, Collection<ApplicationResourcePrivileges>, Collection<String>) - Constructor for class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
getUsers() - Method in class org.elasticsearch.client.security.GetUsersResponse
 
getUsers(GetUsersRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Get a user, or list of users, in the native realm synchronously.
getUsersAsync(GetUsersRequest, RequestOptions, ActionListener<GetUsersResponse>) - Method in class org.elasticsearch.client.SecurityClient
Get a user, or list of users, in the native realm asynchronously.
GetUsersRequest - Class in org.elasticsearch.client.security
Request object to retrieve users from the native realm
GetUsersRequest(String...) - Constructor for class org.elasticsearch.client.security.GetUsersRequest
 
GetUsersResponse - Class in org.elasticsearch.client.security
Response when requesting zero or more users.
GetUsersResponse(Set<User>, Set<User>) - Constructor for class org.elasticsearch.client.security.GetUsersResponse
 
GetUsersResponse.ParsedUser - Class in org.elasticsearch.client.security
 
getValue() - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
getValue() - Method in enum org.elasticsearch.client.security.RefreshPolicy
 
getValue(String) - Method in class org.elasticsearch.client.common.XContentSource
Extracts a value identified by the given path in the source.
getValues() - Method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
getVersion() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
getVersion() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
getVersion() - Method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
getVersion() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
getVersion() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
 
getVersion() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
getVertex(Vertex.VertexId) - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getVertexIds() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getVertexRequest(int) - Method in class org.elasticsearch.client.graph.Hop
 
getVertices() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
getWaitForActiveShards() - Method in class org.elasticsearch.client.indices.FreezeIndexRequest
Returns the wait for active shard cound or null if the default should be used
getWaitForActiveShards() - Method in class org.elasticsearch.client.indices.UnfreezeIndexRequest
Returns the wait for active shard cound or null if the default should be used
getWaitForCompletion() - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
getWaitForCompletion() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
Should this request wait for all found tasks to complete?
getWatch(GetWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Gets a watch from the cluster See the docs for more.
getWatchAsync(GetWatchRequest, RequestOptions, ActionListener<GetWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously gets a watch into the cluster See the docs for more.
getWatcherMetaData() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
 
getWatcherState() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getWatchesCount() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
getWatchId() - Method in class org.elasticsearch.client.watcher.AckWatchRequest
 
getWatchId() - Method in class org.elasticsearch.client.watcher.ActivateWatchRequest
 
getWatchId() - Method in class org.elasticsearch.client.watcher.DeactivateWatchRequest
 
getWatchId() - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
getWatchId() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
getWatchRecordId() - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
getWatchRecordId() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
GetWatchRequest - Class in org.elasticsearch.client.watcher
The request to get the watch by name (id)
GetWatchRequest(String) - Constructor for class org.elasticsearch.client.watcher.GetWatchRequest
 
GetWatchResponse - Class in org.elasticsearch.client.watcher
 
GetWatchResponse(String) - Constructor for class org.elasticsearch.client.watcher.GetWatchResponse
Ctor for missing watch
GetWatchResponse(String, long, long, long, WatchStatus, BytesReference, XContentType) - Constructor for class org.elasticsearch.client.watcher.GetWatchResponse
 
getWeight() - Method in class org.elasticsearch.client.graph.Connection
 
getWeight() - Method in class org.elasticsearch.client.graph.Vertex
The weight of a vertex is an accumulation of all of the Connections that are linked to this Vertex as part of a graph exploration.
getWriteBufferOperationCount() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getWriteBufferSizeInBytes() - Method in class org.elasticsearch.client.ccr.IndicesFollowStats.ShardFollowStats
 
getXContentType() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
GLOBAL - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
globalApplicationPrivileges(GlobalPrivileges) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
GlobalOperationPrivilege - Class in org.elasticsearch.client.security.user.privileges
Represents generic global cluster privileges that can be scoped by categories and then further by operations.
GlobalOperationPrivilege(String, String, Map<String, Object>) - Constructor for class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
Constructs privileges under a specific category and for some operation.
GlobalPrivileges - Class in org.elasticsearch.client.security.user.privileges
Represents global privileges.
GlobalPrivileges(Collection<? extends GlobalOperationPrivilege>) - Constructor for class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
Constructs global privileges by bundling the set of privileges.
grantedFields(String...) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
grantedFields(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
graph() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Graph explore API that is shipped with the default distribution of Elasticsearch.
GraphClient - Class in org.elasticsearch.client
 
GraphExploreRequest - Class in org.elasticsearch.client.graph
Holds the criteria required to guide the exploration of connected terms which can be returned as a graph.
GraphExploreRequest() - Constructor for class org.elasticsearch.client.graph.GraphExploreRequest
 
GraphExploreRequest(String...) - Constructor for class org.elasticsearch.client.graph.GraphExploreRequest
Constructs a new graph request to run against the provided indices.
GraphExploreRequest.TermBoost - Class in org.elasticsearch.client.graph
 
GraphExploreResponse - Class in org.elasticsearch.client.graph
Graph explore response holds a graph of Vertex and Connection objects (nodes and edges in common graph parlance).
GraphExploreResponse() - Constructor for class org.elasticsearch.client.graph.GraphExploreResponse
 
GraphExploreResponse(long, boolean, ShardOperationFailedException[], Map<Vertex.VertexId, Vertex>, Map<Connection.ConnectionId, Connection>, boolean) - Constructor for class org.elasticsearch.client.graph.GraphExploreResponse
 
GROK_PATTERN - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
GROK_PATTERN - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
GROK_PATTERN - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
GroupConfig - Class in org.elasticsearch.client.rollup.job.config
The configuration object for the groups section in the rollup config.
GroupConfig(DateHistogramGroupConfig) - Constructor for class org.elasticsearch.client.rollup.job.config.GroupConfig
 
GroupConfig(DateHistogramGroupConfig, HistogramGroupConfig, TermsGroupConfig) - Constructor for class org.elasticsearch.client.rollup.job.config.GroupConfig
 
GROUPS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
GT - org.elasticsearch.client.ml.job.config.Operator
 
GTE - org.elasticsearch.client.ml.job.config.Operator
 
guidingQuery() - Method in class org.elasticsearch.client.graph.Hop
 
guidingQuery(QueryBuilder) - Method in class org.elasticsearch.client.graph.Hop
An optional parameter that focuses the exploration on documents that match the given query.

H

HARD_LIMIT - org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
 
HAS_BYTE_ORDER_MARKER - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
HAS_FAILURES_FIELD - Static variable in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
HAS_HEADER_ROW - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
HAS_HEADER_ROW - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
HAS_PRIVATE_KEY - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
hasAllRequested() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
true if the user has every privilege that was checked.
hasApplicationPrivilege(String, String, String) - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
hasClusterPrivilege(String) - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
hasExcludeClauses() - Method in class org.elasticsearch.client.graph.VertexRequest
 
hasFailures() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
hasFailures() - Method in class org.elasticsearch.client.NodesResponseHeader
Determine if there are any node failures in NodesResponseHeader.failures.
hashCode() - Method in class org.elasticsearch.client.ccr.FollowConfig
 
hashCode() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse.FollowerInfo
 
hashCode() - Method in class org.elasticsearch.client.ccr.FollowInfoResponse
 
hashCode() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse
 
hashCode() - Method in class org.elasticsearch.client.ccr.GetAutoFollowPatternResponse.Pattern
 
hashCode() - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
hashCode() - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
hashCode() - Method in class org.elasticsearch.client.ccr.PutFollowResponse
 
hashCode() - Method in class org.elasticsearch.client.ccr.ResumeFollowRequest
 
hashCode() - Method in class org.elasticsearch.client.core.AcknowledgedResponse
 
hashCode() - Method in class org.elasticsearch.client.core.CountRequest
 
hashCode() - Method in class org.elasticsearch.client.core.MultiTermVectorsResponse
 
hashCode() - Method in class org.elasticsearch.client.core.TermVectorsResponse
 
hashCode() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.FieldStatistics
 
hashCode() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector
 
hashCode() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
 
hashCode() - Method in class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
 
hashCode() - Method in class org.elasticsearch.client.graph.Connection.ConnectionId
 
hashCode() - Method in class org.elasticsearch.client.graph.Connection
 
hashCode() - Method in class org.elasticsearch.client.graph.Vertex
 
hashCode() - Method in class org.elasticsearch.client.graph.Vertex.VertexId
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.DeleteLifecyclePolicyRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusResponse
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.RetryLifecyclePolicyRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.StartILMRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.StopILMRequest
 
hashCode() - Method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
hashCode() - Method in class org.elasticsearch.client.indices.CreateIndexResponse
 
hashCode() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
hashCode() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
 
hashCode() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesResponse
 
hashCode() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
hashCode() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
 
hashCode() - Method in class org.elasticsearch.client.license.GetBasicStatusResponse
 
hashCode() - Method in class org.elasticsearch.client.license.GetTrialStatusResponse
 
hashCode() - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
hashCode() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue
 
hashCode() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
hashCode() - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
hashCode() - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoResponse
Deprecated.
 
hashCode() - Method in class org.elasticsearch.client.migration.IndexUpgradeRequest
Deprecated.
 
hashCode() - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
hashCode() - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
hashCode() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.CloseJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
hashCode() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
Note this could be a heavy operation when a query or aggregations are set as we need to convert the bytes references into maps to compute a stable hash code.
hashCode() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
hashCode() - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
Note this could be a heavy operation when a query or aggregations are set as we need to convert the bytes references into maps to compute a stable hash code.
hashCode() - Method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteCalendarEventRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteCalendarJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteCalendarRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteFilterRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
hashCode() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
hashCode() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.FindFileStructureResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.FlushJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.ForecastJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetBucketsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCalendarsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetCategoriesResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetDatafeedResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetFiltersResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetInfluencersResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetJobStatsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetOverallBucketsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.GetRecordsResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.DataDescription
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.Detector
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.FilterRef
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.Job
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
hashCode() - Method in class org.elasticsearch.client.ml.job.config.RuleScope
 
hashCode() - Method in class org.elasticsearch.client.ml.job.process.DataCounts
 
hashCode() - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
hashCode() - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
hashCode() - Method in class org.elasticsearch.client.ml.job.process.Quantiles
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.Influence
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
hashCode() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
hashCode() - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
hashCode() - Method in class org.elasticsearch.client.ml.job.stats.JobStats
 
hashCode() - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
hashCode() - Method in class org.elasticsearch.client.ml.job.util.PageParams
 
hashCode() - Method in class org.elasticsearch.client.ml.MlInfoResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.NodeAttributes
 
hashCode() - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.OpenJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PostDataResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PutCalendarJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PutCalendarRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PutCalendarResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PutDatafeedResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PutFilterResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.PutJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.PutJobResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.StartDatafeedResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.StopDatafeedResponse
 
hashCode() - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
hashCode() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
hashCode() - Method in class org.elasticsearch.client.NodesResponseHeader
 
hashCode() - Method in class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupCapsRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupCapsResponse
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsResponse
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupJobRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
 
hashCode() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
hashCode() - Method in class org.elasticsearch.client.rollup.PutRollupJobRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.RollableIndexCaps
 
hashCode() - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
hashCode() - Method in class org.elasticsearch.client.rollup.RollupJobCaps.RollupFieldCaps
 
hashCode() - Method in class org.elasticsearch.client.rollup.StartRollupJobRequest
 
hashCode() - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
 
hashCode() - Method in class org.elasticsearch.client.security.AuthenticateResponse
 
hashCode() - Method in class org.elasticsearch.client.security.AuthenticateResponse.RealmInfo
 
hashCode() - Method in class org.elasticsearch.client.security.ClearRolesCacheRequest
 
hashCode() - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
hashCode() - Method in class org.elasticsearch.client.security.CreateApiKeyResponse
 
hashCode() - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
hashCode() - Method in class org.elasticsearch.client.security.CreateTokenResponse
 
hashCode() - Method in class org.elasticsearch.client.security.DeleteRoleMappingRequest
 
hashCode() - Method in class org.elasticsearch.client.security.DeleteRoleMappingResponse
 
hashCode() - Method in class org.elasticsearch.client.security.DeleteUserRequest
 
hashCode() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
hashCode() - Method in class org.elasticsearch.client.security.GetApiKeyResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetPrivilegesRequest
 
hashCode() - Method in class org.elasticsearch.client.security.GetPrivilegesResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetRoleMappingsRequest
 
hashCode() - Method in class org.elasticsearch.client.security.GetRoleMappingsResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetRolesRequest
 
hashCode() - Method in class org.elasticsearch.client.security.GetRolesResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetSslCertificatesResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
hashCode() - Method in class org.elasticsearch.client.security.GetUsersRequest
 
hashCode() - Method in class org.elasticsearch.client.security.GetUsersResponse
 
hashCode() - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
hashCode() - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
hashCode() - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
hashCode() - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
hashCode() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
hashCode() - Method in class org.elasticsearch.client.security.PutPrivilegesRequest
 
hashCode() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
hashCode() - Method in class org.elasticsearch.client.security.PutRoleMappingResponse
 
hashCode() - Method in class org.elasticsearch.client.security.PutRoleRequest
 
hashCode() - Method in class org.elasticsearch.client.security.PutRoleResponse
 
hashCode() - Method in class org.elasticsearch.client.security.PutUserRequest
 
hashCode() - Method in class org.elasticsearch.client.security.PutUserResponse
 
hashCode() - Method in class org.elasticsearch.client.security.support.ApiKey
 
hashCode() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
hashCode() - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
 
hashCode() - Method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.GlobalOperationPrivilege
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.ManageApplicationPrivilege
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
hashCode() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
hashCode() - Method in class org.elasticsearch.client.security.user.User
 
hashCode() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
 
hashCode() - Method in class org.elasticsearch.client.tasks.TaskSubmissionResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActionStatus
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActivateWatchRequest
 
hashCode() - Method in class org.elasticsearch.client.watcher.ActivateWatchResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.DeactivateWatchResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.QueuedWatch
 
hashCode() - Method in class org.elasticsearch.client.watcher.WatcherMetaData
 
hashCode() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse
 
hashCode() - Method in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
hashCode() - Method in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
hashCode() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
hashCode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
hashCode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
hashCode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo
 
hashCode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
hashCode() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
hashCode(Map<String, String[]>) - Static method in class org.elasticsearch.client.common.ProtocolUtils
Implements hashCode for map of string arrays The map of string arrays does't work with hashCode.
hasIncludeClauses() - Method in class org.elasticsearch.client.graph.VertexRequest
 
hasIndexPrivilege(String, String) - Method in class org.elasticsearch.client.security.HasPrivilegesResponse
 
hasPrivateKey() - Method in class org.elasticsearch.client.security.support.CertificateInfo
 
hasPrivileges(HasPrivilegesRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Determine whether the current user has a specified list of privileges See the docs for more.
hasPrivilegesAsync(HasPrivilegesRequest, RequestOptions, ActionListener<HasPrivilegesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously determine whether the current user has a specified list of privileges See the docs for more.
HasPrivilegesRequest - Class in org.elasticsearch.client.security
Request to determine whether the current user has a list of privileges.
HasPrivilegesRequest(Set<String>, Set<IndicesPrivileges>, Set<ApplicationResourcePrivileges>) - Constructor for class org.elasticsearch.client.security.HasPrivilegesRequest
 
HasPrivilegesResponse - Class in org.elasticsearch.client.security
Response when checking whether the current user has a defined set of privileges.
HasPrivilegesResponse(String, boolean, Map<String, Boolean>, Map<String, Map<String, Boolean>>, Map<String, Map<String, Map<String, Boolean>>>) - Constructor for class org.elasticsearch.client.security.HasPrivilegesResponse
 
HEADERS - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
health(ClusterHealthRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Get cluster health using the Cluster Health API.
healthAsync(ClusterHealthRequest, RequestOptions, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously get cluster health using the Cluster Health API.
HIGH_AVG - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_DISTINCT_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_INFO_CONTENT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_MEAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_MEDIAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_NON_NULL_SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_NON_ZERO_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HIGH_VARP - org.elasticsearch.client.ml.job.config.DetectorFunction
 
HistogramGroupConfig - Class in org.elasticsearch.client.rollup.job.config
The configuration object for the histograms in the rollup config { "groups": [ "histogram": { "fields" : [ "foo", "bar" ], "interval" : 123 } ] }
HistogramGroupConfig(long, String...) - Constructor for class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
Hop - Class in org.elasticsearch.client.graph
A Hop represents one of potentially many stages in a graph exploration.
Hop(Hop) - Constructor for class org.elasticsearch.client.graph.Hop
 
humanReadable() - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
humanReadable(boolean) - Method in class org.elasticsearch.client.indices.GetIndexRequest
 

I

id() - Method in enum org.elasticsearch.client.license.LicensesStatus
 
id() - Method in enum org.elasticsearch.client.watcher.ExecutionState
 
ID - Static variable in class org.elasticsearch.client.ml.calendars.Calendar
 
ID - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
ID - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
ID - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 
ID - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
ID_FIELD - Static variable in class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
ifPrimaryTerm() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
If set, only perform this put watch request if the watch's last modification was assigned this primary term.
ifSeqNo() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
If set, only perform this put watch request if the watch's last modification was assigned this sequence number.
ignoreCondition() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
IMMEDIATE - org.elasticsearch.client.security.RefreshPolicy
Force a refresh as part of this request.
include(String, String) - Method in class org.elasticsearch.client.ml.job.config.RuleScope.Builder
 
INCLUDE - org.elasticsearch.client.ml.job.config.FilterRef.FilterType
 
INCLUDE_CALENDAR_ID_KEY - Static variable in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
includeCurrentWatches() - Method in class org.elasticsearch.client.watcher.WatcherStatsRequest
 
includeDefaults() - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
includeDefaults() - Method in class org.elasticsearch.client.indices.GetIndexRequest
Whether to return all default settings for each of the indices.
includeDefaults() - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
includeDefaults(boolean) - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
Indicates whether default mapping settings should be returned
includeDefaults(boolean) - Method in class org.elasticsearch.client.indices.GetIndexRequest
Sets the value of "include_defaults".
includeDefaults(boolean) - Method in class org.elasticsearch.client.indices.GetMappingsRequest
Indicates whether default mapping settings should be returned
includeQueuedWatches() - Method in class org.elasticsearch.client.watcher.WatcherStatsRequest
 
includeValues() - Method in class org.elasticsearch.client.graph.VertexRequest
 
includeValuesAsStringArray() - Method in class org.elasticsearch.client.graph.VertexRequest
 
index() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The name of the index to create.
index() - Method in class org.elasticsearch.client.indices.CreateIndexResponse
 
index() - Method in class org.elasticsearch.client.migration.IndexUpgradeRequest
Deprecated.
 
index(IndexRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
index(IndexRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Index a document using the Index API.
INDEX - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
indexAsync(IndexRequest, ActionListener<IndexResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
indexAsync(IndexRequest, RequestOptions, ActionListener<IndexResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously index a document using the Index API.
INDEXES - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
INDEXING - org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Indexer is actively indexing data.
indexLifecycle() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Index Lifecycle APIs that are shipped with the default distribution of Elasticsearch.
IndexLifecycleClient - Class in org.elasticsearch.client
 
IndexLifecycleExplainResponse - Class in org.elasticsearch.client.indexlifecycle
 
IndexLifecycleNamedXContentProvider - Class in org.elasticsearch.client.indexlifecycle
 
IndexLifecycleNamedXContentProvider() - Constructor for class org.elasticsearch.client.indexlifecycle.IndexLifecycleNamedXContentProvider
 
IndexPrivilegeName() - Constructor for class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
IndexTemplateMetaData - Class in org.elasticsearch.client.indices
 
IndexTemplateMetaData(String, int, Integer, List<String>, Settings, MappingMetaData, ImmutableOpenMap<String, AliasMetaData>) - Constructor for class org.elasticsearch.client.indices.IndexTemplateMetaData
 
IndexTemplateMetaData.Builder - Class in org.elasticsearch.client.indices
 
IndexTemplatesExistRequest - Class in org.elasticsearch.client.indices
A request to check for the existence of index templates
IndexTemplatesExistRequest(String...) - Constructor for class org.elasticsearch.client.indices.IndexTemplatesExistRequest
Create a request to check for the existence of index templates.
IndexTemplatesExistRequest(List<String>) - Constructor for class org.elasticsearch.client.indices.IndexTemplatesExistRequest
Create a request to check for the existence of index templates.
IndexUpgradeInfoRequest - Class in org.elasticsearch.client.migration
Deprecated.
Use the Deprecation Info API, which uses DeprecationInfoRequest instead.
IndexUpgradeInfoRequest(String...) - Constructor for class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
IndexUpgradeInfoResponse - Class in org.elasticsearch.client.migration
Deprecated.
Use the Deprecation Info API which returns DeprecationInfoResponse instead.
IndexUpgradeInfoResponse(Map<String, UpgradeActionRequired>) - Constructor for class org.elasticsearch.client.migration.IndexUpgradeInfoResponse
Deprecated.
 
IndexUpgradeRequest - Class in org.elasticsearch.client.migration
Deprecated.
The Migration Upgrade API is deprecated, use the Kibana Upgrade Assistant or Reindex API instead.
IndexUpgradeRequest(String) - Constructor for class org.elasticsearch.client.migration.IndexUpgradeRequest
Deprecated.
 
indices - Variable in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
 
indices() - Method in class org.elasticsearch.client.core.CountRequest
 
indices() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
indices() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
indices() - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
indices() - Method in class org.elasticsearch.client.indices.GetIndexRequest
The indices into which the mappings will be put.
indices() - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
indices() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
indices() - Method in class org.elasticsearch.client.indices.PutMappingRequest
The indices into which the mappings will be put.
indices() - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
indices() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides an IndicesClient which can be used to access the Indices API.
indices() - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
indices(String...) - Method in class org.elasticsearch.client.core.CountRequest
Sets the indices the count will be executed on.
indices(String...) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
indices(String...) - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
indices(String...) - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
indices(String...) - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
indices(String...) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
indices(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
INDICES - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
INDICES - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
IndicesClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Indices API.
IndicesFollowStats - Class in org.elasticsearch.client.ccr
 
IndicesFollowStats.ShardFollowStats - Class in org.elasticsearch.client.ccr
 
indicesOptions() - Method in class org.elasticsearch.client.core.CountRequest
 
indicesOptions() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.FreezeIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions() - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.PutMappingRequest
 
indicesOptions() - Method in class org.elasticsearch.client.indices.UnfreezeIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
indicesOptions() - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
indicesOptions() - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.core.CountRequest
Returns the indices options used to resolve indices.
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.PutMappingRequest
 
indicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.migration.IndexUpgradeInfoRequest
Deprecated.
 
indicesPrivileges(Collection<IndicesPrivileges>) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
indicesPrivileges(IndicesPrivileges...) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
IndicesPrivileges - Class in org.elasticsearch.client.security.user.privileges
Represents privileges over indices.
IndicesPrivileges.Builder - Class in org.elasticsearch.client.security.user.privileges
 
Influence - Class in org.elasticsearch.client.ml.job.results
Influence field name and list of influence field values/score pairs
Influencer - Class in org.elasticsearch.client.ml.job.results
 
INFLUENCER - Static variable in class org.elasticsearch.client.ml.job.results.Influence
Note all X-Content serialized field names are "influencer" not "influence"
INFLUENCER_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
Field names
INFLUENCER_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.Influence
 
INFLUENCER_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
INFLUENCER_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
INFLUENCER_FIELD_VALUES - Static variable in class org.elasticsearch.client.ml.job.results.Influence
 
INFLUENCER_SCORE - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
INFLUENCER_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
influencers() - Method in class org.elasticsearch.client.ml.GetInfluencersResponse
The retrieved influencers
INFLUENCERS - Static variable in class org.elasticsearch.client.ml.GetInfluencersResponse
 
INFLUENCERS - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
INFLUENCERS - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
INFLUENCERS - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
info(Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
info(RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Get the cluster info otherwise provided when sending an HTTP request to '/'
info(XPackInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.XPackClient
Fetch information about X-Pack from the cluster.
INFO_CONTENT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
infoAsync(XPackInfoRequest, RequestOptions, ActionListener<XPackInfoResponse>) - Method in class org.elasticsearch.client.XPackClient
Asynchronously fetch information about X-Pack from the cluster.
ingest() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a IngestClient which can be used to access the Ingest API.
INGEST_PIPELINE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
IngestClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Ingest API.
INITIAL_ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
INITIAL_ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
INITIAL_INFLUENCER_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
INITIAL_RECORD_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
inline(String) - Static method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
Execute an inline watch
innerToXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
INPUT - org.elasticsearch.client.watcher.ExecutionPhase
 
INPUT_BYTES - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
INPUT_FIELD_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
INPUT_RECORD_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
INSTANCE - Static variable in class org.elasticsearch.client.security.AuthenticateRequest
 
INSTANCE - Static variable in class org.elasticsearch.client.security.GetSslCertificatesRequest
 
INSTANCE - Static variable in class org.elasticsearch.client.security.GetUserPrivilegesRequest
 
INVALID - org.elasticsearch.client.license.LicensesStatus
 
INVALID - org.elasticsearch.client.license.LicenseStatus
 
INVALID_DATE_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
invalidateApiKey(InvalidateApiKeyRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Invalidate API Key(s).
See the docs for more.
invalidateApiKeyAsync(InvalidateApiKeyRequest, RequestOptions, ActionListener<InvalidateApiKeyResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously invalidates API key(s).
See the docs for more.
InvalidateApiKeyRequest - Class in org.elasticsearch.client.security
Request for invalidating API key(s) so that it can no longer be used
InvalidateApiKeyResponse - Class in org.elasticsearch.client.security
 
InvalidateApiKeyResponse(List<String>, List<String>, List<ElasticsearchException>) - Constructor for class org.elasticsearch.client.security.InvalidateApiKeyResponse
Constructor for API keys invalidation response
INVALIDATED_TOKENS - Static variable in class org.elasticsearch.client.security.InvalidateTokenResponse
 
invalidateToken(InvalidateTokenRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Invalidates an OAuth2 token.
invalidateTokenAsync(InvalidateTokenRequest, RequestOptions, ActionListener<InvalidateTokenResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously invalidates an OAuth2 token.
InvalidateTokenRequest - Class in org.elasticsearch.client.security
Request to invalidate a OAuth2 token within the Elasticsearch cluster.
InvalidateTokenRequest(String, String, String, String) - Constructor for class org.elasticsearch.client.security.InvalidateTokenRequest
 
InvalidateTokenResponse - Class in org.elasticsearch.client.security
Response when invalidating one or multiple OAuth2 access tokens and refresh tokens.
InvalidateTokenResponse(boolean, int, int, List<ElasticsearchException>) - Constructor for class org.elasticsearch.client.security.InvalidateTokenResponse
 
IS_INTERIM - Static variable in class org.elasticsearch.client.ml.job.results.Result
 
isAcknowledge() - Method in class org.elasticsearch.client.license.PutLicenseRequest
 
isAcknowledge() - Method in class org.elasticsearch.client.license.StartBasicRequest
 
isAcknowledge() - Method in class org.elasticsearch.client.license.StartTrialRequest
 
isAcknowledged() - Method in class org.elasticsearch.client.core.AcknowledgedResponse
 
isAcknowledged() - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
isAcknowledged() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
isAcknowledged() - Method in class org.elasticsearch.client.license.StartTrialResponse
Returns true if the request that corresponds to this response acknowledged license changes that would occur as a result of starting a trial license
isAcknowledged() - Method in class org.elasticsearch.client.ml.ForecastJobResponse
Forecast creating acknowledgement
isActive() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
 
isActive() - Method in class org.elasticsearch.client.watcher.WatchStatus.State
 
isBasicStarted() - Method in class org.elasticsearch.client.license.StartBasicResponse
 
isClosed() - Method in class org.elasticsearch.client.ml.CloseJobResponse
Has the job closed or not
isCompleted() - Method in class org.elasticsearch.client.tasks.GetTaskResponse
 
isCreated() - Method in class org.elasticsearch.client.security.InvalidateTokenResponse
 
isCreated() - Method in class org.elasticsearch.client.security.PutRoleMappingResponse
 
isCreated() - Method in class org.elasticsearch.client.security.PutRoleResponse
 
isCreated() - Method in class org.elasticsearch.client.security.PutUserResponse
 
isCreated() - Method in class org.elasticsearch.client.watcher.PutWatchResponse
 
isDebug() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
isDryRun() - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
Returns if the rollover should not be executed when conditions are met
isDryRun() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
Returns if the rollover execution was skipped even when conditions were met
isEligibleToStartBasic() - Method in class org.elasticsearch.client.license.GetBasicStatusResponse
Returns whether the license is eligible to start basic or not
isEligibleToStartTrial() - Method in class org.elasticsearch.client.license.GetTrialStatusResponse
Returns whether the license is eligible to start trial or not
isEmpty() - Method in class org.elasticsearch.client.ml.job.config.RuleScope
 
isEnabled() - Method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
isEnabled() - Method in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
isEnabled() - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
isEnabled() - Method in class org.elasticsearch.client.security.ExpressionRoleMapping
 
isEnabled() - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
isEnabled() - Method in class org.elasticsearch.client.security.PutUserRequest
 
isEnabled() - Method in class org.elasticsearch.client.security.SetUserEnabledRequest
 
isExcludeInterim() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
isExpand() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
isFlushed() - Method in class org.elasticsearch.client.ml.FlushJobResponse
Was the job successfully flushed or not
isFollowIndexCreated() - Method in class org.elasticsearch.client.ccr.PutFollowResponse
 
isFollowIndexShardsAcked() - Method in class org.elasticsearch.client.ccr.PutFollowResponse
 
isFound() - Method in class org.elasticsearch.client.security.DeleteRoleMappingResponse
 
isFound() - Method in class org.elasticsearch.client.security.DeleteRoleResponse
 
isFound() - Method in class org.elasticsearch.client.watcher.DeleteWatchResponse
 
isFound() - Method in class org.elasticsearch.client.watcher.GetWatchResponse
 
isFound(String) - Method in class org.elasticsearch.client.security.DeletePrivilegesResponse
Indicates if the given privilege was successfully found and deleted from the list of application privileges.
isIndexFollowingStarted() - Method in class org.elasticsearch.client.ccr.PutFollowResponse
 
isInterim() - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
isInterim() - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
isInterim() - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
isInterim() - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
isInterim() - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
isInvalidated() - Method in class org.elasticsearch.client.security.support.ApiKey
 
isList() - Method in class org.elasticsearch.client.common.XContentSource
 
isLocal() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
isLocal() - Method in class org.elasticsearch.client.license.GetLicenseRequest
 
isMap() - Method in class org.elasticsearch.client.common.XContentSource
 
isOpened() - Method in class org.elasticsearch.client.ml.OpenJobResponse
Has the job opened or not
isReturnDetailedInfo() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
isRolledOver() - Method in class org.elasticsearch.client.indices.rollover.RolloverResponse
Returns true if the rollover was not simulated and the conditions were met
isShardsAcknowledged() - Method in class org.elasticsearch.client.core.ShardsAcknowledgedResponse
 
isStarted() - Method in class org.elasticsearch.client.ml.StartDatafeedResponse
Has the Datafeed started or not
isStopped() - Method in class org.elasticsearch.client.ml.StopDatafeedResponse
Has the Datafeed stopped or not
isTerminatedEarly() - Method in class org.elasticsearch.client.core.CountResponse
 
isTimedOut() - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
isTrialWasStarted() - Method in class org.elasticsearch.client.license.StartTrialResponse
Returns true if a trial license was started as a result of the request corresponding to this response.
isUseNull() - Method in class org.elasticsearch.client.ml.job.config.Detector
Where there isn't a value for the 'by' or 'over' field should a new series be used as the 'null' series.
isUsingDocumentLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
If true some documents might not be visible.
isUsingDocumentLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
If true some documents might not be visible.
isUsingDocumentLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
isUsingFieldLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
 
isUsingFieldLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
If true some document fields might not be visible.
isUsingFieldLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
If true some document fields might not be visible.
isUsingFieldLevelSecurity() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
isValidChange(OperationMode) - Method in enum org.elasticsearch.client.indexlifecycle.OperationMode
 
isValidId(String) - Static method in class org.elasticsearch.client.watcher.PutWatchRequest
 
isVerbose() - Method in class org.elasticsearch.client.xpack.XPackInfoRequest
 
ITEMS - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 

J

JAVA_TIMESTAMP_FORMATS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
Job - Class in org.elasticsearch.client.ml.job.config
This class represents a configured and created Job.
JOB_ID - Static variable in class org.elasticsearch.client.ml.CloseJobRequest
 
JOB_IDS - Static variable in class org.elasticsearch.client.ml.calendars.Calendar
 
JOB_IDS - Static variable in class org.elasticsearch.client.ml.GetJobRequest
 
JOB_TYPE - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
Job.Builder - Class in org.elasticsearch.client.ml.job.config
 
jobs() - Method in class org.elasticsearch.client.ml.GetJobResponse
The collection of Job objects found in the query
JOBS - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
 
JobState - Enum in org.elasticsearch.client.ml.job.config
Jobs whether running or complete are in one of these states.
jobStats() - Method in class org.elasticsearch.client.ml.GetJobStatsResponse
The collection of JobStats objects found in the query
JobStats - Class in org.elasticsearch.client.ml.job.stats
Class containing the statistics for a Machine Learning job.
JobUpdate - Class in org.elasticsearch.client.ml.job.config
POJO for updating an existing Machine Learning Job
JobUpdate.Builder - Class in org.elasticsearch.client.ml.job.config
 
JobUpdate.DetectorUpdate - Class in org.elasticsearch.client.ml.job.config
 
JODA_TIMESTAMP_FORMATS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
JsonBuilder() - Constructor for class org.elasticsearch.client.ml.PostDataRequest.JsonBuilder
 

L

label() - Method in enum org.elasticsearch.client.license.LicenseStatus
 
LAST_CHECKED - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
LAST_DATA_TIME - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
LAST_DATA_TIME - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
LAST_FINALIZED_BUCKET_END - Static variable in class org.elasticsearch.client.ml.FlushJobResponse
 
LAST_MET_CONDITION - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
lastChecked() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
lastExecution() - Method in class org.elasticsearch.client.watcher.ActionStatus
 
lastMetCondition() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
lastSuccessfulExecution() - Method in class org.elasticsearch.client.watcher.ActionStatus
 
lastThrottle() - Method in class org.elasticsearch.client.watcher.ActionStatus
 
LAT_LONG - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LATENCY - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
LATEST_EMPTY_BUCKET_TIME - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
LATEST_RECORD_TIME - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
LATEST_RECORD_TIME - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
LATEST_RESULT_TIME - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
LATEST_SPARSE_BUCKET_TIME - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
leaderIndex() - Method in class org.elasticsearch.client.ccr.ForgetFollowerRequest
The name of the leader index.
license() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Licensing APIs that are shipped with the default distribution of Elasticsearch.
LICENSE - org.elasticsearch.client.xpack.XPackInfoRequest.Category
 
LicenseClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic License-related methods
LicenseInfo(String, String, String, LicenseStatus, long) - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
LicensesStatus - Enum in org.elasticsearch.client.license
 
LicenseStatus - Enum in org.elasticsearch.client.license
Status of an X-Pack license.
LifecycleAction - Interface in org.elasticsearch.client.indexlifecycle
interface for index lifecycle management actions
lifecycleManagementStatus(LifecycleManagementStatusRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Get the status of index lifecycle management See the docs for more.
lifecycleManagementStatusAsync(LifecycleManagementStatusRequest, RequestOptions, ActionListener<LifecycleManagementStatusResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously get the status of index lifecycle management See the docs for more.
LifecycleManagementStatusRequest - Class in org.elasticsearch.client.indexlifecycle
A TimedRequest to get the current status of index lifecycle management.
LifecycleManagementStatusRequest() - Constructor for class org.elasticsearch.client.indexlifecycle.LifecycleManagementStatusRequest
 
LifecycleManagementStatusResponse - Class in org.elasticsearch.client.indexlifecycle
The current status of index lifecycle management.
LifecyclePolicy - Class in org.elasticsearch.client.indexlifecycle
Represents the lifecycle of an index from creation to deletion.
LifecyclePolicy(String, Map<String, Phase>) - Constructor for class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
LifecyclePolicyMetadata - Class in org.elasticsearch.client.indexlifecycle
 
LifecyclePolicyMetadata(LifecyclePolicy, long, long) - Constructor for class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
LINES_TO_SAMPLE - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
list(ListTasksRequest, RequestOptions) - Method in class org.elasticsearch.client.TasksClient
Get current tasks using the Task Management API.
listAsync(ListTasksRequest, RequestOptions, ActionListener<ListTasksResponse>) - Method in class org.elasticsearch.client.TasksClient
Asynchronously get current tasks using the Task Management API.
local - Variable in class org.elasticsearch.client.license.GetLicenseRequest
 
local() - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
 
local() - Method in class org.elasticsearch.client.indices.GetIndexRequest
Return local information, do not retrieve the state from master node (default: false).
local() - Method in class org.elasticsearch.client.indices.GetMappingsRequest
 
local(boolean) - Method in class org.elasticsearch.client.indices.GetFieldMappingsRequest
Indicate whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.
local(boolean) - Method in class org.elasticsearch.client.indices.GetIndexRequest
 
local(boolean) - Method in class org.elasticsearch.client.indices.GetMappingsRequest
Indicates whether the receiving node should operate based on local index information or forward requests, where needed, to other nodes.
LOG_TIME_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
LOW_AVG - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_DISTINCT_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_INFO_CONTENT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_MEAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_MEDIAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_NON_NULL_SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_NON_ZERO_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LOW_VARP - org.elasticsearch.client.ml.job.config.DetectorFunction
 
LT - org.elasticsearch.client.ml.job.config.Operator
 
LTE - org.elasticsearch.client.ml.job.config.Operator
 

M

machineLearning() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Machine Learning APIs that are shipped with the Elastic Stack distribution of Elasticsearch.
MachineLearningClient - Class in org.elasticsearch.client
Machine Learning API client wrapper for the RestHighLevelClient
MANAGE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
MANAGE_CCR - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_FOLLOW_INDEX - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
MANAGE_ILM - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_ILM - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
MANAGE_INDEX_TEMPLATES - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_INGEST_PIPELINES - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_ML - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_PIPELINE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_ROLLUP - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_SAML - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_SECURITY - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_TOKEN - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MANAGE_WATCHER - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
ManageApplicationPrivilege - Class in org.elasticsearch.client.security.user.privileges
Represents the privilege to "manage" certain applications.
ManageApplicationPrivilege(Collection<String>) - Constructor for class org.elasticsearch.client.security.user.privileges.ManageApplicationPrivilege
 
managedByILM() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
MANUAL - org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
 
manuallyStopped() - Method in class org.elasticsearch.client.watcher.WatcherMetaData
 
mapping(String, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(String, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(Map<String, ?>) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(Map<String, Object>) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(MappingMetaData) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
mapping(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mapping(XContentBuilder) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Adds mapping that will be added when the index gets created.
mapping(XContentBuilder) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Adds mapping that will be added when the index gets created.
mappings() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
mappings() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
Returns the fields mapping.
mappings() - Method in class org.elasticsearch.client.indices.GetMappingsResponse
 
mappings() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
mappings() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
MAPPINGS - org.elasticsearch.client.indices.GetIndexRequest.Feature
 
MAPPINGS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
mappingsXContentType() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
masterNodeTimeout() - Method in class org.elasticsearch.client.TimedRequest
Returns the timeout for the request to be completed on the master node
MAX - org.elasticsearch.client.ml.job.config.DetectorFunction
 
MAX - Static variable in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
MAX_MATCHING_LENGTH - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
MAX_VALUE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
maxDocsPerDiversityValue() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
maxDocsPerDiversityValue(int) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Optional number of permitted docs with same value in sampled search results.
MEAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
MEAN_VALUE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
MEDIAN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
MEDIAN_VALUE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
MEMORY_BYTES - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
MEMORY_STATUS_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
metadata(Map<String, Object>) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
metadata(Map<String, Object>) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
METADATA - Static variable in interface org.elasticsearch.client.security.ExpressionRoleMapping.Fields
 
METADATA - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
METADATA - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
METRIC - org.elasticsearch.client.ml.job.config.DetectorFunction
 
MetricConfig - Class in org.elasticsearch.client.rollup.job.config
The configuration object for the metrics portion of a rollup job config { "metrics": [ { "field": "foo", "metrics": [ "min", "max", "sum"] }, { "field": "bar", "metrics": [ "max" ] } ] }
MetricConfig(String, List<String>) - Constructor for class org.elasticsearch.client.rollup.job.config.MetricConfig
 
mget(MultiGetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Retrieves multiple documents by id using the Multi Get API.
mgetAsync(MultiGetRequest, RequestOptions, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously retrieves multiple documents by id using the Multi Get API.
migration() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Licensing APIs that are shipped with the default distribution of Elasticsearch.
MigrationClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic License-related methods
MIN - org.elasticsearch.client.ml.job.config.DetectorFunction
 
MIN - Static variable in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
MIN_VALUE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
minDocCount() - Method in class org.elasticsearch.client.graph.VertexRequest
 
minDocCount(int) - Method in class org.elasticsearch.client.graph.VertexRequest
A "certainty" threshold which defines the weight-of-evidence required before a term found in this field is identified as a useful connection
minScore() - Method in class org.elasticsearch.client.core.CountRequest
 
minScore(Float) - Method in class org.elasticsearch.client.core.CountRequest
 
MISSING_FIELD_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
MlFilter - Class in org.elasticsearch.client.ml.job.config
An MlFilter Object A filter contains a list of strings.
MlFilter.Builder - Class in org.elasticsearch.client.ml.job.config
 
MlInfoRequest - Class in org.elasticsearch.client.ml
 
MlInfoRequest() - Constructor for class org.elasticsearch.client.ml.MlInfoRequest
 
MlInfoResponse - Class in org.elasticsearch.client.ml
 
MODE_FIELD - Static variable in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
MODEL_BYTES_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
Field Names
MODEL_MEMORY_LIMIT - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisLimits
Serialisation field names
MODEL_PLOT_CONFIG - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
MODEL_SNAPSHOT_ID - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
MODEL_SNAPSHOT_RETENTION_DAYS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
ModelPlotConfig - Class in org.elasticsearch.client.ml.job.config
 
ModelPlotConfig(boolean, String) - Constructor for class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
ModelSizeStats - Class in org.elasticsearch.client.ml.job.process
Provide access to the C++ model memory usage numbers for the Java process.
ModelSizeStats.Builder - Class in org.elasticsearch.client.ml.job.process
 
ModelSizeStats.MemoryStatus - Enum in org.elasticsearch.client.ml.job.process
The status of the memory monitored by the ResourceMonitor.
ModelSnapshot - Class in org.elasticsearch.client.ml.job.process
ModelSnapshot Result POJO
ModelSnapshot.Builder - Class in org.elasticsearch.client.ml.job.process
 
MONITOR - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MONITOR - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
MONITOR_ML - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MONITOR_ROLLUP - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
MONITOR_WATCHER - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
msearch(MultiSearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a multi search using the msearch API.
msearchAsync(MultiSearchRequest, RequestOptions, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a multi search using the msearch API.
msearchTemplate(MultiSearchTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Multi Search Template API.
msearchTemplateAsync(MultiSearchTemplateRequest, RequestOptions, ActionListener<MultiSearchTemplateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Multi Search Template API See Multi Search Template API on elastic.co.
mtermvectors(MultiTermVectorsRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Calls the Multi Term Vectors API See Multi Term Vectors API on elastic.co
mtermvectorsAsync(MultiTermVectorsRequest, RequestOptions, ActionListener<MultiTermVectorsResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously calls the Multi Term Vectors API See Multi Term Vectors API on elastic.co
MULTI_BUCKET_IMPACT - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
multiGet(MultiGetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGet(MultiGetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGetAsync(MultiGetRequest, ActionListener<MultiGetResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGetAsync(MultiGetRequest, RequestOptions, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
MULTILINE_START_PATTERN - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
multiSearch(MultiSearchRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearch(MultiSearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearchAsync(MultiSearchRequest, ActionListener<MultiSearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearchAsync(MultiSearchRequest, RequestOptions, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
MultiTermVectorsRequest - Class in org.elasticsearch.client.core
 
MultiTermVectorsRequest() - Constructor for class org.elasticsearch.client.core.MultiTermVectorsRequest
Constructs an empty MultiTermVectorsRequest After that use add method to add individual TermVectorsRequest to it.
MultiTermVectorsRequest(String[], TermVectorsRequest) - Constructor for class org.elasticsearch.client.core.MultiTermVectorsRequest
Constructs a MultiTermVectorsRequest from the given document ids and a template TermVectorsRequest.
MultiTermVectorsResponse - Class in org.elasticsearch.client.core
 
MultiTermVectorsResponse(List<TermVectorsResponse>) - Constructor for class org.elasticsearch.client.core.MultiTermVectorsResponse
 
MULTIVARIATE_BY_FIELDS - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 

N

name - Variable in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
name() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
name() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The name of the index template.
name() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
name(String) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
Sets the name of the index template.
name(String) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
NAME - Static variable in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
NAME - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
names() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
names() - Method in class org.elasticsearch.client.security.ClearRolesCacheRequest
 
nativeCodeInfo() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
NDJSON - org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
NEED_ACKNOWLEDGEMENT - org.elasticsearch.client.license.StartBasicResponse.Status
 
NEED_CLIENT_TIMEZONE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
needClientTimezone() - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
newAuto() - Static method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
newManagedIndexResponse(String, String, Long, String, String, String, String, Long, Long, Long, BytesReference, PhaseExecutionInfo) - Static method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
newManual(TimeValue) - Static method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
newOff() - Static method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
newUnmanagedIndexResponse(String) - Static method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
NO_HOPS_ERROR_MESSAGE - Static variable in class org.elasticsearch.client.graph.GraphExploreRequest
 
NO_VERTICES_ERROR_MESSAGE - Static variable in class org.elasticsearch.client.graph.GraphExploreRequest
 
Node(String, String) - Constructor for class org.elasticsearch.client.security.SecurityNodesResponse.Node
 
Node(String, WatcherState, long, long, long, List<WatchExecutionSnapshot>, List<QueuedWatch>, Map<String, Object>) - Constructor for class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
NODE - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
NodeAttributes - Class in org.elasticsearch.client.ml
A Pojo class containing an Elastic Node's attributes
NodeAttributes(String, String, String, String, Map<String, String>) - Constructor for class org.elasticsearch.client.ml.NodeAttributes
 
NodesResponse - Class in org.elasticsearch.client
Base class for responses that are node responses.
NodesResponse(NodesResponseHeader, String) - Constructor for class org.elasticsearch.client.NodesResponse
 
NodesResponseHeader - Class in org.elasticsearch.client
NodesResponseHeader(int, int, int, List<ElasticsearchException>) - Constructor for class org.elasticsearch.client.NodesResponseHeader
 
NON_NULL_SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
NON_ZERO_COUNT - org.elasticsearch.client.ml.job.config.DetectorFunction
 
NONE - org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
 
NONE - org.elasticsearch.client.security.RefreshPolicy
Don't refresh after this request.
NONE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
NONE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
NOT_APPLICABLE - org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
NOT_EXECUTED_ALREADY_QUEUED - org.elasticsearch.client.watcher.ExecutionState
 
NOT_EXECUTED_WATCH_MISSING - org.elasticsearch.client.watcher.ExecutionState
 
NUM_LINES_ANALYZED - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
NUM_MESSAGES_ANALYZED - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 

O

of(Detector) - Static method in class org.elasticsearch.client.ml.job.config.DefaultDetectorDescription
Returns the default description for the given detector
ofDN(Object...) - Static method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
OFF - org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
 
ofGroups(Object...) - Static method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
ofKeyValues(String, Object...) - Static method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
ofMetadata(String, Object...) - Static method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
ofUsername(Object...) - Static method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
OK - org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
 
open(OpenIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
open(OpenIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Opens an index using the Open Index API.
openAsync(OpenIndexRequest, ActionListener<OpenIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
openAsync(OpenIndexRequest, RequestOptions, ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously opens an index using the Open Index API.
OPENED - org.elasticsearch.client.ml.job.config.JobState
 
OPENING - org.elasticsearch.client.ml.job.config.JobState
 
openJob(OpenJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Opens a Machine Learning Job.
openJobAsync(OpenJobRequest, RequestOptions, ActionListener<OpenJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Opens a Machine Learning Job asynchronously, notifies listener on completion.
OpenJobRequest - Class in org.elasticsearch.client.ml
Request to open a Machine Learning Job
OpenJobRequest(String) - Constructor for class org.elasticsearch.client.ml.OpenJobRequest
Create a new request with the desired jobId
OpenJobResponse - Class in org.elasticsearch.client.ml
Response indicating if the Machine Learning Job is now opened or not
OperationMode - Enum in org.elasticsearch.client.indexlifecycle
Enum representing the different modes that Index Lifecycle Service can operate in.
Operator - Enum in org.elasticsearch.client.ml.job.config
Enum representing logical comparisons on doubles
OPERATOR_FIELD - Static variable in enum org.elasticsearch.client.ml.job.config.Operator
 
order() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
order() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
order(int) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
order(int) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
org.elasticsearch.client - package org.elasticsearch.client
 
org.elasticsearch.client.ccr - package org.elasticsearch.client.ccr
 
org.elasticsearch.client.common - package org.elasticsearch.client.common
 
org.elasticsearch.client.core - package org.elasticsearch.client.core
 
org.elasticsearch.client.graph - package org.elasticsearch.client.graph
Request and Response objects for the default distribution's Graph APIs.
org.elasticsearch.client.indexlifecycle - package org.elasticsearch.client.indexlifecycle
 
org.elasticsearch.client.indices - package org.elasticsearch.client.indices
 
org.elasticsearch.client.indices.rollover - package org.elasticsearch.client.indices.rollover
 
org.elasticsearch.client.license - package org.elasticsearch.client.license
Request and Response objects for the default distribution's License APIs.
org.elasticsearch.client.migration - package org.elasticsearch.client.migration
Request and Response objects for the default distribution's Migration APIs.
org.elasticsearch.client.ml - package org.elasticsearch.client.ml
 
org.elasticsearch.client.ml.calendars - package org.elasticsearch.client.ml.calendars
 
org.elasticsearch.client.ml.datafeed - package org.elasticsearch.client.ml.datafeed
 
org.elasticsearch.client.ml.filestructurefinder - package org.elasticsearch.client.ml.filestructurefinder
 
org.elasticsearch.client.ml.job.config - package org.elasticsearch.client.ml.job.config
 
org.elasticsearch.client.ml.job.process - package org.elasticsearch.client.ml.job.process
 
org.elasticsearch.client.ml.job.results - package org.elasticsearch.client.ml.job.results
 
org.elasticsearch.client.ml.job.stats - package org.elasticsearch.client.ml.job.stats
 
org.elasticsearch.client.ml.job.util - package org.elasticsearch.client.ml.job.util
 
org.elasticsearch.client.rollup - package org.elasticsearch.client.rollup
 
org.elasticsearch.client.rollup.job.config - package org.elasticsearch.client.rollup.job.config
 
org.elasticsearch.client.security - package org.elasticsearch.client.security
 
org.elasticsearch.client.security.support - package org.elasticsearch.client.security.support
 
org.elasticsearch.client.security.support.expressiondsl - package org.elasticsearch.client.security.support.expressiondsl
 
org.elasticsearch.client.security.support.expressiondsl.expressions - package org.elasticsearch.client.security.support.expressiondsl.expressions
 
org.elasticsearch.client.security.support.expressiondsl.fields - package org.elasticsearch.client.security.support.expressiondsl.fields
 
org.elasticsearch.client.security.support.expressiondsl.parser - package org.elasticsearch.client.security.support.expressiondsl.parser
 
org.elasticsearch.client.security.user - package org.elasticsearch.client.security.user
 
org.elasticsearch.client.security.user.privileges - package org.elasticsearch.client.security.user.privileges
 
org.elasticsearch.client.tasks - package org.elasticsearch.client.tasks
 
org.elasticsearch.client.watcher - package org.elasticsearch.client.watcher
Request and Response objects for the default distribution's Watcher APIs.
org.elasticsearch.client.xpack - package org.elasticsearch.client.xpack
 
OUT_OF_ORDER_TIME_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
OVER - org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
 
OVER_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
OVER_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Population results
OVER_FIELD_NAME_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
OVER_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
OVER_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
OVERALL_BUCKETS - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsResponse
 
OVERALL_SCORE - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
OVERALL_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
 
OverallBucket - Class in org.elasticsearch.client.ml.job.results
Overall Bucket Result POJO
OverallBucket.JobInfo - Class in org.elasticsearch.client.ml.job.results
 
overallBuckets() - Method in class org.elasticsearch.client.ml.GetOverallBucketsResponse
The retrieved overall buckets
overFields() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 

P

PAGE - Static variable in class org.elasticsearch.client.ml.job.util.PageParams
 
PageParams - Class in org.elasticsearch.client.ml.job.util
Paging parameters for GET requests
PageParams(Integer, Integer) - Constructor for class org.elasticsearch.client.ml.job.util.PageParams
Constructs paging parameters
parse(String, XContentParser) - Method in class org.elasticsearch.client.security.support.expressiondsl.parser.RoleMapperExpressionParser
 
parse(String, XContentParser) - Static method in class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
parse(String, XContentParser) - Static method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
parse(String, XContentParser) - Static method in class org.elasticsearch.client.watcher.ActionStatus
 
parse(String, XContentParser) - Static method in class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
parse(XContentParser) - Static method in class org.elasticsearch.client.watcher.WatchStatus
 
parse(XContentParser) - Static method in class org.elasticsearch.client.watcher.WatchStatus.State
 
parse(XContentParser, String) - Static method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
parse(XContentParser, String) - Static method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
parse(XContentParser, String) - Static method in class org.elasticsearch.client.indexlifecycle.Phase
 
parse(XContentParser, String) - Static method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
PARSE_FIELD_NAME - Static variable in class org.elasticsearch.client.core.AcknowledgedResponse
 
parseDate(String) - Static method in class org.elasticsearch.client.watcher.WatchStatusDateParser
 
parseDate(String, XContentParser) - Static method in class org.elasticsearch.client.watcher.WatchStatusDateParser
 
ParsedUser(String, Collection<String>, Map<String, Object>, Boolean, String, String) - Constructor for class org.elasticsearch.client.security.GetUsersResponse.ParsedUser
 
parseEntity(HttpEntity, CheckedFunction<XContentParser, Resp, IOException>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
parseObject(XContentParser, String) - Static method in class org.elasticsearch.client.security.support.expressiondsl.parser.RoleMapperExpressionParser
This function exists to be compatible with ContextParser.parse(XContentParser, Object)
parser() - Static method in class org.elasticsearch.client.ml.job.config.RuleScope
 
PARSER - Static variable in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
PARSER - Static variable in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
PARSER - Static variable in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
PARSER - Static variable in class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.calendars.Calendar
 
PARSER - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
PARSER - Static variable in class org.elasticsearch.client.ml.CloseJobRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.CloseJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
PARSER - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
PARSER - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
PARSER - Static variable in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
PARSER - Static variable in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.DeleteForecastRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.DeleteJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
PARSER - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.FlushJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.ForecastJobRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.ForecastJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetBucketsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCalendarsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCalendarsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCategoriesRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetCategoriesResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetDatafeedRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetDatafeedResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetFiltersRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetFiltersResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetInfluencersResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetJobRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetJobStatsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetJobStatsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.GetRecordsResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.DataDescription
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.DetectionRule
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.FilterRef
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.JobUpdate
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.config.RuleCondition
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.process.Quantiles
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.Influence
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.stats.JobStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
PARSER - Static variable in class org.elasticsearch.client.ml.job.util.PageParams
 
PARSER - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
PARSER - Static variable in class org.elasticsearch.client.ml.OpenJobRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.OpenJobResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.PostDataRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.StartDatafeedRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.StartDatafeedResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.StopDatafeedRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.StopDatafeedResponse
 
PARSER - Static variable in class org.elasticsearch.client.ml.UpdateFilterRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
PARSER - Static variable in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
PARSER - Static variable in class org.elasticsearch.client.NodesResponseHeader
 
PARSER - Static variable in class org.elasticsearch.client.rollup.RollableIndexCaps
 
PARSER - Static variable in class org.elasticsearch.client.rollup.RollupJobCaps
 
PARSER - Static variable in class org.elasticsearch.client.security.ClearRealmCacheResponse
 
PARSER - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
PARSER - Static variable in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
PARSER - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
PARSER - Static variable in class org.elasticsearch.client.tasks.TaskSubmissionResponse
 
PARSER - Static variable in class org.elasticsearch.client.watcher.QueuedWatch
 
PARSER - Static variable in class org.elasticsearch.client.watcher.WatcherStatsResponse.Node
 
PARSER - Static variable in class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
parseResponseException(ResponseException) - Method in class org.elasticsearch.client.RestHighLevelClient
Converts a ResponseException obtained from the low level REST client into an ElasticsearchException.
parseTimeField(XContentParser, String) - Static method in class org.elasticsearch.client.ml.job.util.TimeUtil
Parse out a Date object given the current parser and field name.
PARTITION_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
PARTITION_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
PARTITION_FIELD_NAME_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
PARTITION_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
PARTITION_FIELD_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
partitionFields() - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
passwordGrant(String, char[]) - Static method in class org.elasticsearch.client.security.CreateTokenRequest
 
PATH - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
patterns() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
patterns() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
patterns(List<String>) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
patterns(List<String>) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
PAUSED - org.elasticsearch.client.ccr.FollowInfoResponse.Status
 
pauseFollow(PauseFollowRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Instructs a follower index to pause the following of a leader index.
pauseFollowAsync(PauseFollowRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously instruct a follower index to pause the following of a leader index.
PauseFollowRequest - Class in org.elasticsearch.client.ccr
 
PauseFollowRequest(String) - Constructor for class org.elasticsearch.client.ccr.PauseFollowRequest
 
performRequest(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<Response, Resp, IOException>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extend Validatable instead of ActionRequest.
performRequest(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<Response, Resp, IOException>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extend Validatable instead of ActionRequest.
performRequestAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<XContentParser, Resp, IOException>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAndParseOptionalEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>) - Method in class org.elasticsearch.client.RestHighLevelClient
Defines a helper method for requests that can 404 and in which case will return an empty Optional otherwise tries to parse the response body
performRequestAsync(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<Response, Resp, IOException>, ActionListener<Resp>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extend Validatable instead of ActionRequest.
performRequestAsync(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<Response, Resp, IOException>, ActionListener<Resp>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAsyncAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>, ActionListener<Resp>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
If creating a new HLRC ReST API call, consider creating new actions instead of reusing server actions. The Validation layer has been added to the ReST client, and requests should extend Validatable instead of ActionRequest.
performRequestAsyncAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<XContentParser, Resp, IOException>, ActionListener<Resp>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAsyncAndParseOptionalEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>, ActionListener<Optional<Resp>>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronous request which returns empty Optionals in the case of 404s or parses entity into an Optional
Phase - Class in org.elasticsearch.client.indexlifecycle
Represents set of LifecycleActions which should be executed at a particular point in the lifecycle of an index.
Phase(String, TimeValue, Map<String, LifecycleAction>) - Constructor for class org.elasticsearch.client.indexlifecycle.Phase
 
PhaseExecutionInfo - Class in org.elasticsearch.client.indexlifecycle
This class contains information about the current phase being executed by Index Lifecycle Management on the specific index.
PhaseExecutionInfo(String, Phase, long, long) - Constructor for class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
This class holds information about the current phase that is being executed
ping(Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
ping(RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Pings the remote Elasticsearch cluster and returns true if the ping succeeded, false otherwise
postCalendarEvent(PostCalendarEventRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Creates new events for a a machine learning calendar
postCalendarEventAsync(PostCalendarEventRequest, RequestOptions, ActionListener<PostCalendarEventResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Creates new events for a a machine learning calendar asynchronously, notifies the listener on completion
PostCalendarEventRequest - Class in org.elasticsearch.client.ml
Request to add a ScheduledEvent to a Machine Learning calendar
PostCalendarEventRequest(String, List<ScheduledEvent>) - Constructor for class org.elasticsearch.client.ml.PostCalendarEventRequest
Create a new PostCalendarEventRequest with an existing non-null calendarId and a list of Scheduled events
PostCalendarEventResponse - Class in org.elasticsearch.client.ml
Response to adding ScheduledEvent(s) to a Machine Learning calendar
PostCalendarEventResponse(List<ScheduledEvent>) - Constructor for class org.elasticsearch.client.ml.PostCalendarEventResponse
Create a new PostCalendarEventResponse containing the scheduled Events
postData(PostDataRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Sends data to an anomaly detection job for analysis.
postDataAsync(PostDataRequest, RequestOptions, ActionListener<PostDataResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Sends data to an anomaly detection job for analysis, asynchronously
PostDataRequest - Class in org.elasticsearch.client.ml
Request to post data to a Machine Learning job
PostDataRequest(String, PostDataRequest.JsonBuilder) - Constructor for class org.elasticsearch.client.ml.PostDataRequest
Create a new PostDataRequest object referencing the passed PostDataRequest.JsonBuilder object
PostDataRequest(String, XContentType, byte[]) - Constructor for class org.elasticsearch.client.ml.PostDataRequest
Create a new PostDataRequest object referencing the passed byte[] content
PostDataRequest(String, XContentType, BytesReference) - Constructor for class org.elasticsearch.client.ml.PostDataRequest
Create a new PostDataRequest object
PostDataRequest.JsonBuilder - Class in org.elasticsearch.client.ml
Class for incrementally building a bulk document request in XContentType.JSON format
PostDataResponse - Class in org.elasticsearch.client.ml
Response object when posting data to a Machine Learning Job
PostDataResponse(DataCounts) - Constructor for class org.elasticsearch.client.ml.PostDataResponse
 
preference() - Method in class org.elasticsearch.client.core.CountRequest
 
preference(String) - Method in class org.elasticsearch.client.core.CountRequest
Sets the preference to execute the count.
previewDatafeed(PreviewDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Previews the given Machine Learning Datafeed
previewDatafeedAsync(PreviewDatafeedRequest, RequestOptions, ActionListener<PreviewDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Previews the given Machine Learning Datafeed asynchronously and notifies the listener on completion
PreviewDatafeedRequest - Class in org.elasticsearch.client.ml
Request to preview a MachineLearning Datafeed
PreviewDatafeedRequest(String) - Constructor for class org.elasticsearch.client.ml.PreviewDatafeedRequest
Create a new request with the desired datafeedId
PreviewDatafeedResponse - Class in org.elasticsearch.client.ml
Response containing a datafeed preview in JSON format
PreviewDatafeedResponse(BytesReference) - Constructor for class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
PREVIOUSLY_INVALIDATED_TOKENS - Static variable in class org.elasticsearch.client.security.InvalidateTokenResponse
 
privilege(String) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege.Builder
 
privileges - Variable in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges
 
privileges(String...) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
privileges(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
PROBABILITY - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
Result fields
PROBABILITY - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Result fields (all detector types)
PROBABILITY - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
PROBABILITY - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
PROCESSED_FIELD_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
PROCESSED_RECORD_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
PROCESSING_TIME_MS - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
PROCESSING_TIME_MS - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
ProtocolUtils - Class in org.elasticsearch.client.common
Common utilities used for XPack protocol classes
ProtocolUtils() - Constructor for class org.elasticsearch.client.common.ProtocolUtils
 
putAlias(AliasMetaData) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
putAlias(AliasMetaData.Builder) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
putAutoFollowPattern(PutAutoFollowPatternRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Stores an auto follow pattern.
putAutoFollowPatternAsync(PutAutoFollowPatternRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously stores an auto follow pattern.
PutAutoFollowPatternRequest - Class in org.elasticsearch.client.ccr
 
PutAutoFollowPatternRequest(String, String, List<String>) - Constructor for class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
putCalendar(PutCalendarRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Create a new machine learning calendar
putCalendarAsync(PutCalendarRequest, RequestOptions, ActionListener<PutCalendarResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Create a new machine learning calendar, notifies listener with the created calendar
putCalendarJob(PutCalendarJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Adds Machine Learning Job(s) to a calendar
putCalendarJobAsync(PutCalendarJobRequest, RequestOptions, ActionListener<PutCalendarResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Adds Machine Learning Job(s) to a calendar, notifies listener when completed
PutCalendarJobRequest - Class in org.elasticsearch.client.ml
Request class for adding Machine Learning Jobs to an existing calendar
PutCalendarJobRequest(String, String...) - Constructor for class org.elasticsearch.client.ml.PutCalendarJobRequest
Create a new request referencing an existing Calendar and which JobIds to add to it.
PutCalendarRequest - Class in org.elasticsearch.client.ml
Request to create a new Machine Learning calendar
PutCalendarRequest(Calendar) - Constructor for class org.elasticsearch.client.ml.PutCalendarRequest
 
PutCalendarResponse - Class in org.elasticsearch.client.ml
 
putDatafeed(PutDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Datafeed
putDatafeedAsync(PutDatafeedRequest, RequestOptions, ActionListener<PutDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Datafeed asynchronously and notifies listener on completion
PutDatafeedRequest - Class in org.elasticsearch.client.ml
Request to create a new Machine Learning Datafeed given a DatafeedConfig configuration
PutDatafeedRequest(DatafeedConfig) - Constructor for class org.elasticsearch.client.ml.PutDatafeedRequest
Construct a new PutDatafeedRequest
PutDatafeedResponse - Class in org.elasticsearch.client.ml
Response containing the newly created DatafeedConfig
putFilter(PutFilterRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Filter
putFilterAsync(PutFilterRequest, RequestOptions, ActionListener<PutFilterResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Filter asynchronously and notifies listener on completion
PutFilterRequest - Class in org.elasticsearch.client.ml
Request to create a new Machine Learning MlFilter given a MlFilter configuration
PutFilterRequest(MlFilter) - Constructor for class org.elasticsearch.client.ml.PutFilterRequest
Construct a new PutMlFilterRequest
PutFilterResponse - Class in org.elasticsearch.client.ml
Response containing the newly created MlFilter
putFollow(PutFollowRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Executes the put follow api, which creates a follower index and then the follower index starts following the leader index.
putFollowAsync(PutFollowRequest, RequestOptions, ActionListener<PutFollowResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously executes the put follow api, which creates a follower index and then the follower index starts following the leader index.
PutFollowRequest - Class in org.elasticsearch.client.ccr
 
PutFollowRequest(String, String, String) - Constructor for class org.elasticsearch.client.ccr.PutFollowRequest
 
PutFollowRequest(String, String, String, ActiveShardCount) - Constructor for class org.elasticsearch.client.ccr.PutFollowRequest
 
PutFollowResponse - Class in org.elasticsearch.client.ccr
 
PutFollowResponse(boolean, boolean, boolean) - Constructor for class org.elasticsearch.client.ccr.PutFollowResponse
 
PutIndexTemplateRequest - Class in org.elasticsearch.client.indices
A request to create an index template.
PutIndexTemplateRequest(String) - Constructor for class org.elasticsearch.client.indices.PutIndexTemplateRequest
Constructs a new put index template request with the provided name.
putJob(PutJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Job
putJobAsync(PutJobRequest, RequestOptions, ActionListener<PutJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Creates a new Machine Learning Job asynchronously and notifies listener on completion
PutJobRequest - Class in org.elasticsearch.client.ml
Request to create a new Machine Learning Job given a Job configuration
PutJobRequest(Job) - Constructor for class org.elasticsearch.client.ml.PutJobRequest
Construct a new PutJobRequest
PutJobResponse - Class in org.elasticsearch.client.ml
Response containing the newly created Job
putLicense(PutLicenseRequest, RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Updates license for the cluster.
putLicenseAsync(PutLicenseRequest, RequestOptions, ActionListener<PutLicenseResponse>) - Method in class org.elasticsearch.client.LicenseClient
Asynchronously updates license for the cluster.
PutLicenseRequest - Class in org.elasticsearch.client.license
 
PutLicenseRequest() - Constructor for class org.elasticsearch.client.license.PutLicenseRequest
 
PutLicenseResponse - Class in org.elasticsearch.client.license
 
PutLicenseResponse() - Constructor for class org.elasticsearch.client.license.PutLicenseResponse
 
PutLicenseResponse(boolean, LicensesStatus) - Constructor for class org.elasticsearch.client.license.PutLicenseResponse
 
PutLicenseResponse(boolean, LicensesStatus, String, Map<String, String[]>) - Constructor for class org.elasticsearch.client.license.PutLicenseResponse
 
putLifecyclePolicy(PutLifecyclePolicyRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Create or modify a lifecycle definition.
putLifecyclePolicyAsync(PutLifecyclePolicyRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously create or modify a lifecycle definition.
PutLifecyclePolicyRequest - Class in org.elasticsearch.client.indexlifecycle
 
PutLifecyclePolicyRequest(LifecyclePolicy) - Constructor for class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
putMapping(PutMappingRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.putMapping(PutMappingRequest, RequestOptions) should be used instead, which accepts a new request object, and also uses request options instead of headers.
putMapping(PutMappingRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.putMapping(PutMappingRequest, RequestOptions) should be used instead, which accepts a new request object.
putMapping(PutMappingRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates the mappings on an index using the Put Mapping API.
putMappingAsync(PutMappingRequest, ActionListener<AcknowledgedResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.putMappingAsync(PutMappingRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object, and also uses request options instead of headers.
putMappingAsync(PutMappingRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses an old request object which still refers to types, a deprecated feature. The method IndicesClient.putMappingAsync(PutMappingRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
putMappingAsync(PutMappingRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates the mappings on an index using the Put Mapping API.
PutMappingRequest - Class in org.elasticsearch.client.indices
Put a mapping definition into one or more indices.
PutMappingRequest(String...) - Constructor for class org.elasticsearch.client.indices.PutMappingRequest
Constructs a new put mapping request against one or more indices.
putPipeline(PutPipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Add a pipeline or update an existing pipeline.
putPipelineAsync(PutPipelineRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously add a pipeline or update an existing pipeline.
putPrivileges(PutPrivilegesRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Create or update application privileges.
putPrivilegesAsync(PutPrivilegesRequest, RequestOptions, ActionListener<PutPrivilegesResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously create or update application privileges.
See the docs for more.
PutPrivilegesRequest - Class in org.elasticsearch.client.security
Request object for creating/updating application privileges.
PutPrivilegesRequest(List<ApplicationPrivilege>, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.PutPrivilegesRequest
 
PutPrivilegesResponse - Class in org.elasticsearch.client.security
Response when creating/updating one or more application privileges to the security index.
PutPrivilegesResponse(Map<String, Map<String, Boolean>>) - Constructor for class org.elasticsearch.client.security.PutPrivilegesResponse
 
putRole(PutRoleRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Create or update a role in the native roles store.
putRoleAsync(PutRoleRequest, RequestOptions, ActionListener<PutRoleResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously creates or updates a role in the native roles store.
putRoleMapping(PutRoleMappingRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Create/Update a role mapping.
putRoleMappingAsync(PutRoleMappingRequest, RequestOptions, ActionListener<PutRoleMappingResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously create/update a role mapping.
PutRoleMappingRequest - Class in org.elasticsearch.client.security
Request object to create or update a role mapping.
PutRoleMappingRequest(String, boolean, List<String>, RoleMapperExpression, Map<String, Object>, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.PutRoleMappingRequest
 
PutRoleMappingResponse - Class in org.elasticsearch.client.security
Response when adding/updating a role mapping.
PutRoleMappingResponse(boolean) - Constructor for class org.elasticsearch.client.security.PutRoleMappingResponse
 
PutRoleRequest - Class in org.elasticsearch.client.security
Request object to create or update a role.
PutRoleRequest(Role, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.PutRoleRequest
 
PutRoleResponse - Class in org.elasticsearch.client.security
Response when adding a role to the native roles store.
PutRoleResponse(boolean) - Constructor for class org.elasticsearch.client.security.PutRoleResponse
 
putRollupJob(PutRollupJobRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Put a rollup job into the cluster See the docs for more.
putRollupJobAsync(PutRollupJobRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously put a rollup job into the cluster See the docs for more.
PutRollupJobRequest - Class in org.elasticsearch.client.rollup
 
PutRollupJobRequest(RollupJobConfig) - Constructor for class org.elasticsearch.client.rollup.PutRollupJobRequest
 
putScript(PutStoredScriptRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Puts an stored script using the Scripting API.
putScriptAsync(PutStoredScriptRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously puts an stored script using the Scripting API.
putSettings(ClusterUpdateSettingsRequest, Header...) - Method in class org.elasticsearch.client.ClusterClient
putSettings(ClusterUpdateSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Updates cluster wide specific settings using the Cluster Update Settings API.
putSettings(UpdateSettingsRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
putSettings(UpdateSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates specific index level settings using the Update Indices Settings API.
putSettingsAsync(ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>, Header...) - Method in class org.elasticsearch.client.ClusterClient
putSettingsAsync(ClusterUpdateSettingsRequest, RequestOptions, ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously updates cluster wide specific settings using the Cluster Update Settings API.
putSettingsAsync(UpdateSettingsRequest, ActionListener<AcknowledgedResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
putSettingsAsync(UpdateSettingsRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates specific index level settings using the Update Indices Settings API.
putTemplate(PutIndexTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This old form of request allows types in mappings. Use IndicesClient.putTemplate(PutIndexTemplateRequest, RequestOptions) instead which introduces a new request object without types.
putTemplate(PutIndexTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Puts an index template using the Index Templates API.
putTemplateAsync(PutIndexTemplateRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This old form of request allows types in mappings. Use IndicesClient.putTemplateAsync(PutIndexTemplateRequest, RequestOptions, ActionListener) instead which introduces a new request object without types.
putTemplateAsync(PutIndexTemplateRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously puts an index template using the Index Templates API.
putUser(PutUserRequest, RequestOptions) - Method in class org.elasticsearch.client.SecurityClient
Create/update a user in the native realm synchronously.
putUserAsync(PutUserRequest, RequestOptions, ActionListener<PutUserResponse>) - Method in class org.elasticsearch.client.SecurityClient
Asynchronously create/update a user in the native realm.
PutUserRequest - Class in org.elasticsearch.client.security
Request object to create or update a user in the native realm.
PutUserRequest(User, char[], boolean, RefreshPolicy) - Constructor for class org.elasticsearch.client.security.PutUserRequest
PutUserResponse - Class in org.elasticsearch.client.security
Response when adding a user to the native realm.
PutUserResponse(boolean) - Constructor for class org.elasticsearch.client.security.PutUserResponse
 
putWatch(PutWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Put a watch into the cluster See the docs for more.
putWatchAsync(PutWatchRequest, RequestOptions, ActionListener<PutWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously put a watch into the cluster See the docs for more.
PutWatchRequest - Class in org.elasticsearch.client.watcher
This request class contains the data needed to create a watch along with the name of the watch.
PutWatchRequest(String, BytesReference, XContentType) - Constructor for class org.elasticsearch.client.watcher.PutWatchRequest
 
PutWatchResponse - Class in org.elasticsearch.client.watcher
 
PutWatchResponse() - Constructor for class org.elasticsearch.client.watcher.PutWatchResponse
 
PutWatchResponse(String, long, long, long, boolean) - Constructor for class org.elasticsearch.client.watcher.PutWatchResponse
 

Q

QUANTILE_STATE - Static variable in class org.elasticsearch.client.ml.job.process.Quantiles
 
Quantiles - Class in org.elasticsearch.client.ml.job.process
Quantiles Result POJO
Quantiles(String, Date, String) - Constructor for class org.elasticsearch.client.ml.job.process.Quantiles
 
QUANTILES - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
query(String) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges.Builder
 
QUERY - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
QUERY_DELAY - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
QueuedWatch - Class in org.elasticsearch.client.watcher
 
QueuedWatch(String, String, DateTime, DateTime) - Constructor for class org.elasticsearch.client.watcher.QueuedWatch
 
QUOTE - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
QUOTE - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 

R

rankEval(RankEvalRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
rankEval(RankEvalRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Ranking Evaluation API.
rankEvalAsync(RankEvalRequest, ActionListener<RankEvalResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
rankEvalAsync(RankEvalRequest, RequestOptions, ActionListener<RankEvalResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Ranking Evaluation API.
RARE - org.elasticsearch.client.ml.job.config.DetectorFunction
 
RAW_ANOMALY_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
READ - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
READ_CCR - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
READ_CROSS - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 
READ_ILM - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
ReadOnlyAction - Class in org.elasticsearch.client.indexlifecycle
 
ReadOnlyAction() - Constructor for class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
realmTokens(String) - Static method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
reason() - Method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
reason() - Method in class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
RECORD_SCORE - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
RECORD_SCORE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Normalization
recordExecution() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
records() - Method in class org.elasticsearch.client.ml.GetRecordsResponse
The retrieved records
RECORDS - Static variable in class org.elasticsearch.client.ml.GetRecordsResponse
 
RECORDS - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
RECORDS - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
refresh(RefreshRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
refresh(RefreshRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Refresh one or more indices using the Refresh API.
refreshAsync(RefreshRequest, ActionListener<RefreshResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
refreshAsync(RefreshRequest, RequestOptions, ActionListener<RefreshResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously refresh one or more indices using the Refresh API.
RefreshPolicy - Enum in org.elasticsearch.client.security
Enumeration of values that control the refresh policy for a request that supports specifying a refresh policy.
refreshToken(String) - Static method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
refreshTokenGrant(String) - Static method in class org.elasticsearch.client.security.CreateTokenRequest
 
REGEX - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
reindex(ReindexRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a reindex request.
REINDEX - org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
reindexAsync(ReindexRequest, RequestOptions, ActionListener<BulkByScrollResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a reindex request.
reindexRethrottle(RethrottleRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a reindex rethrottling request.
reindexRethrottleAsync(RethrottleRequest, RequestOptions, ActionListener<ListTasksResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a reindex rethrottling request.
REMOVE_ITEMS - Static variable in class org.elasticsearch.client.ml.UpdateFilterRequest
 
removeIndexLifecyclePolicy(RemoveIndexLifecyclePolicyRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Remove the index lifecycle policy for an index See the docs for more.
removeIndexLifecyclePolicyAsync(RemoveIndexLifecyclePolicyRequest, RequestOptions, ActionListener<RemoveIndexLifecyclePolicyResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously remove the index lifecycle policy for an index See the docs for more.
RemoveIndexLifecyclePolicyRequest - Class in org.elasticsearch.client.indexlifecycle
 
RemoveIndexLifecyclePolicyRequest(List<String>) - Constructor for class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
RemoveIndexLifecyclePolicyRequest(List<String>, IndicesOptions) - Constructor for class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyRequest
 
RemoveIndexLifecyclePolicyResponse - Class in org.elasticsearch.client.indexlifecycle
 
RemoveIndexLifecyclePolicyResponse(List<String>) - Constructor for class org.elasticsearch.client.indexlifecycle.RemoveIndexLifecyclePolicyResponse
 
RENORMALIZATION_WINDOW_DAYS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
RESET_END - Static variable in class org.elasticsearch.client.ml.PostDataRequest
 
RESET_START - Static variable in class org.elasticsearch.client.ml.PostDataRequest
 
resolve(String) - Static method in enum org.elasticsearch.client.watcher.ExecutionState
 
RestHighLevelClient - Class in org.elasticsearch.client
High level REST client that wraps an instance of the low level RestClient and allows to build requests and read responses.
RestHighLevelClient(RestClientBuilder) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClientBuilder that allows to build the RestClient to be used to perform requests.
RestHighLevelClient(RestClientBuilder, List<NamedXContentRegistry.Entry>) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClientBuilder that allows to build the RestClient to be used to perform requests and parsers for custom response sections added to Elasticsearch through plugins.
RestHighLevelClient(RestClient, CheckedConsumer<RestClient, IOException>, List<NamedXContentRegistry.Entry>) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClient that it should use to perform requests and a list of entries that allow to parse custom response sections added to Elasticsearch through plugins.
restore(RestoreSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Restores a snapshot.
restoreAsync(RestoreSnapshotRequest, RequestOptions, ActionListener<RestoreSnapshotResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously restores a snapshot.
Result - Class in org.elasticsearch.client.ml.job.results
Contains common attributes for results.
RESULT_TYPE - Static variable in class org.elasticsearch.client.ml.job.results.Result
Serialisation fields
RESULT_TYPE_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
RESULT_TYPE_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
RESULT_TYPE_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
RESULT_TYPE_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
Result type
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
Result type
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
Result type
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.BucketInfluencer
Result type
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
Result type
RESULT_TYPE_VALUE - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
Result type
results - Variable in class org.elasticsearch.client.ml.AbstractResultResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetCalendarsResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetDatafeedResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetFiltersResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetJobResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.GetJobStatsResponse
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.Influencer
 
RESULTS_FIELD - Static variable in class org.elasticsearch.client.ml.job.results.OverallBucket
 
RESULTS_INDEX_NAME - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
RESULTS_RETENTION_DAYS - Static variable in class org.elasticsearch.client.ml.job.config.Job
 
resumeFollow(ResumeFollowRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Instructs a follower index to resume the following of a leader index.
resumeFollowAsync(ResumeFollowRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously instruct a follower index to resume the following of a leader index.
ResumeFollowRequest - Class in org.elasticsearch.client.ccr
 
ResumeFollowRequest(String) - Constructor for class org.elasticsearch.client.ccr.ResumeFollowRequest
 
RETAIN - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
RethrottleRequest - Class in org.elasticsearch.client
A request changing throttling of a task.
RethrottleRequest(TaskId) - Constructor for class org.elasticsearch.client.RethrottleRequest
Create a new RethrottleRequest which disables any throttling for the given taskId.
RethrottleRequest(TaskId, float) - Constructor for class org.elasticsearch.client.RethrottleRequest
Create a new RethrottleRequest which changes the throttling for the given taskId.
retryLifecyclePolicy(RetryLifecyclePolicyRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Retry lifecycle step for given indices See the docs for more.
retryLifecyclePolicyAsync(RetryLifecyclePolicyRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously retry the lifecycle step for given indices See the docs for more.
RetryLifecyclePolicyRequest - Class in org.elasticsearch.client.indexlifecycle
 
RetryLifecyclePolicyRequest(String...) - Constructor for class org.elasticsearch.client.indexlifecycle.RetryLifecyclePolicyRequest
 
returnDetailedInfo() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
returnDetailedInfo(boolean) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Return detailed information about vertex frequencies as part of JSON results - defaults to false
revertModelSnapshot(RevertModelSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Reverts to a particular Machine Learning Model Snapshot
revertModelSnapshotAsync(RevertModelSnapshotRequest, RequestOptions, ActionListener<RevertModelSnapshotResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Reverts to a particular Machine Learning Model Snapshot asynchronously and notifies the listener on completion
RevertModelSnapshotRequest - Class in org.elasticsearch.client.ml
A request to revert to a specific model snapshot for a given job
RevertModelSnapshotRequest(String, String) - Constructor for class org.elasticsearch.client.ml.RevertModelSnapshotRequest
Constructs a request to revert to a given model snapshot
RevertModelSnapshotResponse - Class in org.elasticsearch.client.ml
A response containing the reverted model snapshot
RevertModelSnapshotResponse(ModelSnapshot.Builder) - Constructor for class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
Role - Class in org.elasticsearch.client.security.user.privileges
Represents an aggregation of privileges.
Role.Builder - Class in org.elasticsearch.client.security.user.privileges
 
Role.ClusterPrivilegeName - Class in org.elasticsearch.client.security.user.privileges
Canonical cluster privilege names.
Role.IndexPrivilegeName - Class in org.elasticsearch.client.security.user.privileges
Canonical index privilege names.
RoleMapperExpression - Interface in org.elasticsearch.client.security.support.expressiondsl
Implementations of this interface represent an expression used for user role mapping that can later be resolved to a boolean value.
RoleMapperExpressionParser - Class in org.elasticsearch.client.security.support.expressiondsl.parser
Parses the JSON (XContent) based boolean expression DSL into a tree of RoleMapperExpression objects.
RoleMapperExpressionParser() - Constructor for class org.elasticsearch.client.security.support.expressiondsl.parser.RoleMapperExpressionParser
 
ROLES - Static variable in interface org.elasticsearch.client.security.ExpressionRoleMapping.Fields
 
ROLES - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
RollableIndexCaps - Class in org.elasticsearch.client.rollup
Represents the rollup capabilities of a non-rollup index.
rollover(RolloverRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses deprecated request and response objects. The method IndicesClient.rollover(RolloverRequest, RequestOptions) should be used instead, which accepts a new request object.
rollover(RolloverRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses deprecated request and response objects. The method IndicesClient.rollover(RolloverRequest, RequestOptions) should be used instead, which accepts a new request object.
rollover(RolloverRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Rolls over an index using the Rollover Index API.
RolloverAction - Class in org.elasticsearch.client.indexlifecycle
 
RolloverAction(ByteSizeValue, TimeValue, Long) - Constructor for class org.elasticsearch.client.indexlifecycle.RolloverAction
 
rolloverAsync(RolloverRequest, ActionListener<RolloverResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses deprecated request and response objects. The method IndicesClient.rolloverAsync(RolloverRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
rolloverAsync(RolloverRequest, RequestOptions, ActionListener<RolloverResponse>) - Method in class org.elasticsearch.client.IndicesClient
Deprecated.
This method uses deprecated request and response objects. The method IndicesClient.rolloverAsync(RolloverRequest, RequestOptions, ActionListener) should be used instead, which accepts a new request object.
rolloverAsync(RolloverRequest, RequestOptions, ActionListener<RolloverResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously rolls over an index using the Rollover Index API.
RolloverRequest - Class in org.elasticsearch.client.indices.rollover
Request class to swap index under an alias upon satisfying conditions
RolloverRequest(String, String) - Constructor for class org.elasticsearch.client.indices.rollover.RolloverRequest
 
RolloverResponse - Class in org.elasticsearch.client.indices.rollover
Response object for RolloverRequest API
RolloverResponse(String, String, Map<String, Boolean>, boolean, boolean, boolean, boolean) - Constructor for class org.elasticsearch.client.indices.rollover.RolloverResponse
 
rollup() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Rollup APIs that are shipped with the default distribution of Elasticsearch.
RollupClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic Rollup-related methods
RollupJobCaps - Class in org.elasticsearch.client.rollup
Represents the Rollup capabilities for a specific job on a single rollup index
RollupJobCaps.RollupFieldCaps - Class in org.elasticsearch.client.rollup
 
RollupJobConfig - Class in org.elasticsearch.client.rollup.job.config
This class holds the configuration details of a rollup job, such as the groupings, metrics, what index to rollup and where to roll them to.
RollupJobConfig(String, String, String, String, int, GroupConfig, List<MetricConfig>, TimeValue) - Constructor for class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
routing() - Method in class org.elasticsearch.client.core.CountRequest
 
routing() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
routing(String) - Method in class org.elasticsearch.client.core.CountRequest
The routing values to control the shards that the search will be executed on.
routing(String) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
routing(String...) - Method in class org.elasticsearch.client.core.CountRequest
A comma separated list of routing values to control the shards the count will be executed on.
routing(String...) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
ROUTING_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
RULE_CONDITION_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.RuleCondition
 
RuleAction - Enum in org.elasticsearch.client.ml.job.config
 
RuleCondition - Class in org.elasticsearch.client.ml.job.config
 
RuleCondition(RuleCondition.AppliesTo, Operator, double) - Constructor for class org.elasticsearch.client.ml.job.config.RuleCondition
 
RuleCondition.AppliesTo - Enum in org.elasticsearch.client.ml.job.config
 
RULES - Static variable in interface org.elasticsearch.client.security.ExpressionRoleMapping.Fields
 
RuleScope - Class in org.elasticsearch.client.ml.job.config
 
RuleScope() - Constructor for class org.elasticsearch.client.ml.job.config.RuleScope
 
RuleScope(Map<String, FilterRef>) - Constructor for class org.elasticsearch.client.ml.job.config.RuleScope
 
RuleScope.Builder - Class in org.elasticsearch.client.ml.job.config
 
RUN_AS - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
runAsPrivilege(String...) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
runAsPrivilege(Collection<String>) - Method in class org.elasticsearch.client.security.user.privileges.Role.Builder
 
RUNNING - org.elasticsearch.client.indexlifecycle.OperationMode
Normal operation where all policies are executed as normal.

S

SAMPLE_START - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
sampleDiversityField() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
sampleDiversityField(String) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Optional choice of single-value field on which to diversify sampled search results
sampleSize() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
sampleSize(int) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
The number of top-matching documents that are considered during each hop (default is SamplerAggregationBuilder.DEFAULT_SHARD_SAMPLE_SIZE Very small values (less than 50) may not provide sufficient weight-of-evidence to identify significant connections between terms.
SCHEDULED_EVENT_TYPE - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
SCHEDULED_EVENTS - Static variable in class org.elasticsearch.client.ml.job.results.Bucket
 
ScheduledEvent - Class in org.elasticsearch.client.ml.calendars
 
SCOPE_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.DetectionRule
 
SCRIPT_FIELDS - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
scroll(SearchScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a search using the Search Scroll API.
SCROLL_SIZE - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
scrollAsync(SearchScrollRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a search using the Search Scroll API.
sealed() - Method in enum org.elasticsearch.client.watcher.ExecutionPhase
 
search(SearchRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
search(SearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a search request using the Search API.
search(SearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Perform a rollup search.
searchAsync(SearchRequest, ActionListener<SearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchAsync(SearchRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a search using the Search API.
searchAsync(SearchRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RollupClient
Perform a rollup search.
searchScroll(SearchScrollRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScroll(SearchScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScrollAsync(SearchScrollRequest, ActionListener<SearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScrollAsync(SearchScrollRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
searchTemplate(SearchTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Search Template API.
searchTemplateAsync(SearchTemplateRequest, RequestOptions, ActionListener<SearchTemplateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Search Template API.
security() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Security APIs that are shipped with the Elastic Stack distribution of Elasticsearch.
SecurityClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Security APIs.
SecurityNodesResponse - Class in org.elasticsearch.client.security
Base class for security responses that are node responses.
SecurityNodesResponse.Node - Class in org.elasticsearch.client.security
 
SEMI_STRUCTURED_TEXT - org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
SERIAL_NUMBER - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
setAcknowledge(boolean) - Method in class org.elasticsearch.client.license.PutLicenseRequest
 
setActionMode(String, ExecuteWatchRequest.ActionExecutionMode) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
Sets the action execution mode for the give action (identified by its id).
setActions(EnumSet<RuleAction>) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
setActions(List<String>) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
setActions(RuleAction...) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
setActive(boolean) - Method in class org.elasticsearch.client.watcher.PutWatchRequest
Sets the initial active state of the watch
setAddItems(Collection<String>) - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
The collection of items to add to the filter
setAdvanceTime(String) - Method in class org.elasticsearch.client.ml.FlushJobRequest
Specifies to advance to a particular time value.
setAggregations(String) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setAggregations(String) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setAggregations(AggregatorFactories.Builder) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setAllowNoDatafeeds(boolean) - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
Whether to ignore if a wildcard expression matches no datafeeds.
setAllowNoDatafeeds(boolean) - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
Whether to ignore if a wildcard expression matches no datafeeds.
setAllowNoDatafeeds(boolean) - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
Whether to ignore if a wildcard expression matches no datafeeds.
setAllowNoForecasts(boolean) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
Sets the value of "allow_no_forecasts".
setAllowNoJobs(boolean) - Method in class org.elasticsearch.client.ml.CloseJobRequest
Whether to ignore if a wildcard expression matches no jobs.
setAllowNoJobs(boolean) - Method in class org.elasticsearch.client.ml.GetJobRequest
Whether to ignore if a wildcard expression matches no jobs.
setAllowNoJobs(boolean) - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
Whether to ignore if a wildcard expression matches no jobs.
setAllowNoJobs(boolean) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
setAlternativeInput(String) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
setAnalysisConfig(AnalysisConfig.Builder) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setAnalysisLimits(AnalysisLimits) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setAnalysisLimits(AnalysisLimits) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Sets new AnalysisLimits for the Job Updates the Job.analysisLimits setting
setAnalyzer(String) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
setAnomalyScore(Double) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "anomaly_score".
setBackgroundPersistInterval(TimeValue) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setBackgroundPersistInterval(TimeValue) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Advanced configuration option.
setBucketAllocationFailuresCount(long) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setBucketSpan(TimeValue) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "bucket_span".
setBucketSpan(TimeValue) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setByFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setCalcInterim(boolean) - Method in class org.elasticsearch.client.ml.FlushJobRequest
When true calculates the interim results for the most recent bucket or all buckets within the latency period.
setCalendarId(String) - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
setCategories(EnumSet<XPackInfoRequest.Category>) - Method in class org.elasticsearch.client.xpack.XPackInfoRequest
 
setCategorizationAnalyzerConfig(CategorizationAnalyzerConfig) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setCategorizationFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setCategorizationFilters(List<String>) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setCategorizationFilters(List<String>) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Sets the categorization filters on the Job Updates the AnalysisConfig.categorizationFilters setting.
setCategoryId(Long) - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
Sets the category id
setCharset(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setChunkingConfig(ChunkingConfig) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setChunkingConfig(ChunkingConfig) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setColumnNames(String[]) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setColumnNames(List<String>) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setConditions(List<RuleCondition>) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
setCustomSettings(Map<String, Object>) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setCustomSettings(Map<String, Object>) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Contains custom meta data about the job.
setDataDescription(DataDescription.Builder) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setDebug(boolean) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
setDelayedDataCheckConfig(DelayedDataCheckConfig) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
This sets the DelayedDataCheckConfig settings.
setDelayedDataCheckConfig(DelayedDataCheckConfig) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setDeleteInterveningResults(Boolean) - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
Sets the request flag that indicates whether or not intervening results should be deleted.
setDelimiter(Character) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setDelimiter(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setDesc(boolean) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the value of "desc".
setDescending(boolean) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "desc".
setDescending(Boolean) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "desc".
setDescending(Boolean) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "desc".
setDescription(String) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setDescription(String) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Set the job description Updates the Job.description setting
setDescription(String) - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
Set the description of the filter
setDescription(String) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setDescription(String) - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
The new description of the filter
setDescription(String) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
The new description of the snapshot.
setDetector(int, Detector) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setDetectorDescription(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setDetectorIndex(int) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setDetectors(List<Detector>) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setDetectorUpdates(List<JobUpdate.DetectorUpdate>) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
The detector updates to apply to the job Updates the AnalysisConfig.detectors setting
setDuration(TimeValue) - Method in class org.elasticsearch.client.ml.ForecastJobRequest
Set the forecast duration A period of time that indicates how far into the future to forecast.
setEnabled(boolean) - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
setEnd(String) - Method in class org.elasticsearch.client.ml.FlushJobRequest
When used in conjunction with FlushJobRequest.calcInterim, specifies the end of the range of buckets on which to calculate interim results
setEnd(String) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "end" which is a timestamp.
setEnd(String) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
Specifies to get events with timestamps earlier than this time.
setEnd(String) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "end" which is a timestamp.
setEnd(String) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the value of "end" which is a timestamp.
setEnd(String) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "end" which is a timestamp.
setEnd(String) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "end" which is a timestamp.
setEnd(String) - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
The time that the datafeed should end.
setEstablishedModelMemory(Long) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setExcludeFrequent(Detector.ExcludeFrequent) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setExcludeInterim(Boolean) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "exclude_interim".
setExcludeInterim(Boolean) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "exclude_interim".
setExcludeInterim(Boolean) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "exclude_interim".
setExcludeInterim(Boolean) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "exclude_interim".
setExpand(Boolean) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "expand".
setExpiresIn(TimeValue) - Method in class org.elasticsearch.client.ml.ForecastJobRequest
Set the forecast expiration The period of time that forecast results are retained.
setExplain(Boolean) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setFg(long) - Method in class org.elasticsearch.client.graph.Vertex
 
setFieldDelimiter(Character) - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
setFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setFields(String...) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets the fields for which term vectors information should be retrieved
setFieldStatistics(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets whether to request field statistics
setFilterId(String) - Method in class org.elasticsearch.client.ml.GetFiltersRequest
Sets the filter id
setFilterSettings(Map<String, Integer>) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets conditions for terms filtering
setFollowIndexNamePattern(String) - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
setForce(boolean) - Method in class org.elasticsearch.client.ml.CloseJobRequest
Should the closing be forced.
setForce(boolean) - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
Should the stopping be forced.
setForce(Boolean) - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
Used to forcefully delete a started datafeed.
setForce(Boolean) - Method in class org.elasticsearch.client.ml.DeleteJobRequest
Used to forcefully delete an opened job.
setForecastIds(String...) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
The forecast IDs to delete.
setFormat(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setFormat(FileStructure.Format) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setFormat(DataDescription.DataFormat) - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
setFrequency(TimeValue) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setFrequency(TimeValue) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setFrom(Integer) - Method in class org.elasticsearch.client.ml.GetFiltersRequest
Sets the number of filters to skip.
setFunction(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setGrokPattern(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setGroups(List<String>) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setGroups(List<String>) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Set the job groups Updates the Job.groups setting
setHasHeaderRow(Boolean) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setId(String) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setId(String) - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
Set the ID of the filter
setIfPrimaryTerm(long) - Method in class org.elasticsearch.client.watcher.PutWatchRequest
only performs this put request if the watch's last modification was assigned the given primary term.
setIfSeqNo(long) - Method in class org.elasticsearch.client.watcher.PutWatchRequest
only performs this put request if the watch's last modification was assigned the given sequence number.
setIgnoreCondition(boolean) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
setIndices(String...) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setIndices(String...) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setIndices(List<String>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setIndices(List<String>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.FreezeIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.client.indices.UnfreezeIndexRequest
Specifies what type of requested indices to ignore and how to deal with wildcard expressions.
setInfluencers(List<String>) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setInfluencerScore(Double) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "influencer_score".
setItems(String...) - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
The items of the filter.
setItems(List<String>) - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
 
setItems(SortedSet<String>) - Method in class org.elasticsearch.client.ml.job.config.MlFilter.Builder
 
setJobId(String) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setJobId(String) - Method in class org.elasticsearch.client.ml.DeleteJobRequest
The jobId which to delete
setJobId(String) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
The jobId for which to get the ScheduledEvents.
setJobId(String) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setJobId(String) - Method in class org.elasticsearch.client.ml.OpenJobRequest
The jobId to open
setJobType(String) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setLastDataTime(Date) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
Set the wall clock time of the last data upload
setLatency(TimeValue) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setLatestRecordTimeStamp(Date) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setLatestResultTimeStamp(Date) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setLicenseDefinition(String) - Method in class org.elasticsearch.client.license.PutLicenseRequest
 
setLinesToSample(Integer) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setLocal(boolean) - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
setLocal(boolean) - Method in class org.elasticsearch.client.license.GetLicenseRequest
 
setLogTime(Date) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setMasterNodeTimeout(String) - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
setMasterNodeTimeout(TimeValue) - Method in class org.elasticsearch.client.indices.GetIndexTemplatesRequest
 
setMasterTimeout(TimeValue) - Method in class org.elasticsearch.client.TimedRequest
Sets the timeout to connect to the master node
setMaxOutstandingReadRequests(Integer) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxOutstandingWriteRequests(Integer) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxReadRequestOperationCount(Integer) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxReadRequestSize(ByteSizeValue) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxRetryDelay(TimeValue) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxWriteBufferCount(Integer) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxWriteBufferSize(ByteSizeValue) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxWriteRequestOperationCount(Integer) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMaxWriteRequestSize(ByteSizeValue) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setMemoryStatus(ModelSizeStats.MemoryStatus) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setModelBytes(long) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setModelPlotConfig(ModelPlotConfig) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setModelPlotConfig(ModelPlotConfig) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Enables/disables the model plot config setting through ModelPlotConfig.enabled Updates the Job.modelPlotConfig setting
setModelSizeStats(ModelSizeStats) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setModelSizeStats(ModelSizeStats.Builder) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setModelSnapshotId(String) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setModelSnapshotRetentionDays(Long) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setModelSnapshotRetentionDays(Long) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
The time in days that model snapshots are retained for the job.
setMultivariateByFields(Boolean) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setOffsets(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets whether to request term offsets
setOverallScore(double) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "overall_score".
setOverFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the paging parameters
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
The paging parameters for the gathered ScheduledEvents
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
Sets the paging parameters
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the paging parameters
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the paging parameters
setPageParams(PageParams) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the paging parameters
setPartitionFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setPayloads(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets whether to request term payloads
setPerFieldAnalyzer(Map<String, String>) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets different analyzers than the one at the fields
setPositions(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets whether to request term positions
setPreference(String) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Set a preference of which shard copies to execute the request
SetPriorityAction - Class in org.elasticsearch.client.indexlifecycle
A LifecycleAction which sets the index's priority.
SetPriorityAction(Integer) - Constructor for class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
setQuantiles(Quantiles) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setQuery(String) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setQuery(String) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setQuery(QueryBuilder) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setQuery(QueryBuilder) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setQueryDelay(TimeValue) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setQueryDelay(TimeValue) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setQuote(Character) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setQuote(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setQuoteCharacter(Character) - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
setReadPollTimeout(TimeValue) - Method in class org.elasticsearch.client.ccr.FollowConfig
 
setRealtime(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets if the request should be realtime or near-realtime
setRecordExecution(boolean) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
setRecordScore(Double) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "record_score".
setRemoveItems(Collection<String>) - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
The collection of items to remove from the filter
setRenormalizationWindowDays(Long) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setRenormalizationWindowDays(Long) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Advanced configuration option.
setResetEnd(String) - Method in class org.elasticsearch.client.ml.PostDataRequest
Specifies the end of the bucket resetting range
setResetStart(String) - Method in class org.elasticsearch.client.ml.PostDataRequest
Specifies the start of the bucket resetting range
setResultsIndexName(String) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setResultsRetentionDays(Long) - Method in class org.elasticsearch.client.ml.job.config.Job.Builder
 
setResultsRetentionDays(Long) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.Builder
Advanced configuration option.
setRetain(boolean) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setRetain(boolean) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
The new value of the "retain" property of the snapshot
setRouting(String) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets a routing to route a request to a particular shard
setRules(List<DetectionRule>) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
setSample(byte[]) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setSample(BytesReference) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setScope(RuleScope) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule.Builder
 
setScriptFields(List<SearchSourceBuilder.ScriptField>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setScriptFields(List<SearchSourceBuilder.ScriptField>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setScrollSize(int) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setScrollSize(int) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setShouldTrimFields(Boolean) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setSize(Integer) - Method in class org.elasticsearch.client.ml.GetFiltersRequest
Sets the number of filters to return.
setSkipTime(String) - Method in class org.elasticsearch.client.ml.FlushJobRequest
Specifies to skip to a particular time value.
setSnapshotDocCount(int) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setSnapshotId(String) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the id of the snapshot to retrieve.
setSnapshotId(String) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setSort(String) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "sort".
setSort(String) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "sort".
setSort(String) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the value of "sort".
setSort(String) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "sort".
setStart(String) - Method in class org.elasticsearch.client.ml.FlushJobRequest
When used in conjunction with FlushJobRequest.calcInterim, specifies the start of the range of buckets on which to calculate interim results.
setStart(String) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the value of "start" which is a timestamp.
setStart(String) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
Specifies to get events with timestamps after this time.
setStart(String) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
Sets the value of "start" which is a timestamp.
setStart(String) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
Sets the value of "start" which is a timestamp.
setStart(String) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "start" which is a timestamp.
setStart(String) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
Sets the value of "start" which is a timestamp.
setStart(String) - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
The time that the datafeed should begin.
setSummaryCountFieldName(String) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig.Builder
 
setTermStatistics(boolean) - Method in class org.elasticsearch.client.core.TermVectorsRequest
Sets whether to request term statistics
setTimeField(String) - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
setTimeFormat(String) - Method in class org.elasticsearch.client.ml.job.config.DataDescription.Builder
 
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.CloseJobRequest
How long to wait for the close request to complete before timing out.
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.OpenJobRequest
How long to wait for job to open before timing out the request
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
How long to wait for the request to be completed
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
Indicates how long to wait for the cluster to respond to the request.
setTimeout(TimeValue) - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
How long to wait for the stop request to complete before timing out.
setTimeout(TimeValue) - Method in class org.elasticsearch.client.tasks.GetTaskRequest
Timeout to wait for any async actions this request must take.
setTimeout(TimeValue) - Method in class org.elasticsearch.client.TimedRequest
Sets the timeout to wait for the all the nodes to acknowledge
setTimestamp(String) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
Sets the timestamp of a specific bucket to be retrieved.
setTimestamp(Date) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setTimestamp(Date) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot.Builder
 
setTimestampField(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
setTimestampFormat(String) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
settings() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The settings to create the index with.
settings() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
settings() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
settings(String, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The settings to create the index with (either json or yaml format)
settings(String, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The settings to create the index template with (either json/yaml format).
settings(Map<String, ?>) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The settings to create the index with (either json/yaml/properties format)
settings(Map<String, Object>) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The settings to create the index template with (either json or yaml format).
settings(Settings) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The settings to create the index with.
settings(Settings) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
settings(Settings) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The settings to create the index template with.
settings(Settings.Builder) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
The settings to create the index with.
settings(Settings.Builder) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
settings(Settings.Builder) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The settings to create the index template with.
settings(XContentBuilder) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Allows to set the settings using a json builder.
SETTINGS - org.elasticsearch.client.indices.GetIndexRequest.Feature
 
setTokenizer(String) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
setTokenizer(Map<String, Object>) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.Builder
 
setTopN(Integer) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
Sets the value of "top_n".
setTotalByFieldCount(long) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setTotalOverFieldCount(long) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setTotalPartitionFieldCount(long) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats.Builder
 
setTriggerData(String) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
setTypes(List<String>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig.Builder
 
setTypes(List<String>) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate.Builder
 
setUpgradeMode(SetUpgradeModeRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Sets the ML cluster setting upgrade_mode
setUpgradeModeAsync(SetUpgradeModeRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Sets the ML cluster setting upgrade_mode asynchronously
SetUpgradeModeRequest - Class in org.elasticsearch.client.ml
Sets ML into upgrade_mode
SetUpgradeModeRequest(boolean) - Constructor for class org.elasticsearch.client.ml.SetUpgradeModeRequest
Create a new request
setUseNull(boolean) - Method in class org.elasticsearch.client.ml.job.config.Detector.Builder
 
SetUserEnabledRequest - Class in org.elasticsearch.client.security
Abstract request object to enable or disable a built-in or native user.
setVerbose(boolean) - Method in class org.elasticsearch.client.xpack.XPackInfoRequest
 
setVersion(long) - Method in class org.elasticsearch.client.watcher.PutWatchRequest
 
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.client.indices.FreezeIndexRequest
Sets the number of shard copies that should be active for indices opening to return.
setWaitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.client.indices.UnfreezeIndexRequest
Sets the number of shard copies that should be active for indices opening to return.
setWaitForCompletion(boolean) - Method in class org.elasticsearch.client.tasks.GetTaskRequest
Should this request wait for all found tasks to complete?
setWaitForCompletion(Boolean) - Method in class org.elasticsearch.client.ml.DeleteJobRequest
Set whether this request should wait until the operation has completed before returning
setWeight(double) - Method in class org.elasticsearch.client.graph.Vertex
 
SHARD_ID_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
shardMinDocCount() - Method in class org.elasticsearch.client.graph.VertexRequest
 
shardMinDocCount(int) - Method in class org.elasticsearch.client.graph.VertexRequest
A "certainty" threshold which defines the weight-of-evidence required before a term found in this field is identified as a useful connection
shards() - Method in class org.elasticsearch.client.core.BroadcastResponse
Represents the shard-level summary of the response execution.
SHARDS_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse
 
SHARDS_PARSE_FIELD_NAME - Static variable in class org.elasticsearch.client.core.ShardsAcknowledgedResponse
 
ShardsAcknowledgedResponse - Class in org.elasticsearch.client.core
 
ShardsAcknowledgedResponse(boolean, boolean) - Constructor for class org.elasticsearch.client.core.ShardsAcknowledgedResponse
 
ShardStats(int, int, int, ShardSearchFailure[]) - Constructor for class org.elasticsearch.client.core.CountResponse.ShardStats
 
SHOULD_TRIM_FIELDS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
SHOULD_TRIM_FIELDS - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
shrink(ResizeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
shrink(ResizeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Shrinks an index using the Shrink Index API.
ShrinkAction - Class in org.elasticsearch.client.indexlifecycle
 
ShrinkAction(int) - Constructor for class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
shrinkAsync(ResizeRequest, ActionListener<ResizeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
shrinkAsync(ResizeRequest, RequestOptions, ActionListener<ResizeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously shrinks an index using the Shrink index API.
SimpleStats - Class in org.elasticsearch.client.ml.job.stats
Helper class for min, max, avg and total statistics for a quantity
simulate(SimulatePipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Simulate a pipeline on a set of documents provided in the request
SIMULATE - org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
 
simulateAsync(SimulatePipelineRequest, RequestOptions, ActionListener<SimulatePipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously simulate a pipeline on a set of documents provided in the request
size() - Method in class org.elasticsearch.client.graph.VertexRequest
 
size(int) - Method in class org.elasticsearch.client.graph.VertexRequest
 
SIZE - Static variable in class org.elasticsearch.client.ml.job.util.PageParams
 
SKIP - org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
 
SKIP_MODEL_UPDATE - org.elasticsearch.client.ml.job.config.RuleAction
 
SKIP_RESULT - org.elasticsearch.client.ml.job.config.RuleAction
 
SKIP_TIME - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
skipped() - Method in class org.elasticsearch.client.core.BroadcastResponse.Shards
The number of shards skipped by the request.
snapshot() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a SnapshotClient which can be used to access the Snapshot API.
SNAPSHOT_DOC_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
SNAPSHOT_ID - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
SNAPSHOT_ID - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
SnapshotClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Snapshot API.
snapshots() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
The retrieved snapshots
SNAPSHOTS - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsResponse
 
SOFT_LIMIT - org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
 
SORT - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
SORT - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
SORT - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
SORT - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
source() - Method in class org.elasticsearch.client.core.CountRequest
 
source() - Method in class org.elasticsearch.client.indices.PutMappingRequest
The mapping source definition.
source(byte[], int, int, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(byte[], XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(String, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the settings and mappings as a single source.
source(String, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(String, XContentType) - Method in class org.elasticsearch.client.indices.PutMappingRequest
The mapping source definition.
source(Map<String, ?>) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the settings and mappings as a single source.
source(Map<String, ?>) - Method in class org.elasticsearch.client.indices.PutMappingRequest
The mapping source definition.
source(Map<String, Object>) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the settings and mappings as a single source.
source(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(BytesReference, XContentType) - Method in class org.elasticsearch.client.indices.PutMappingRequest
The mapping source definition.
source(XContentBuilder) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the settings and mappings as a single source.
source(XContentBuilder) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
The template source definition.
source(XContentBuilder) - Method in class org.elasticsearch.client.indices.PutMappingRequest
The mapping source definition.
source(SearchSourceBuilder) - Method in class org.elasticsearch.client.core.CountRequest
The source of the count request.
sourceAsMap() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
Returns the mappings as a map.
SPARSE_BUCKET_COUNT - Static variable in class org.elasticsearch.client.ml.job.process.DataCounts
 
split(ResizeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
split(ResizeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Splits an index using the Split Index API.
splitAsync(ResizeRequest, ActionListener<ResizeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
splitAsync(ResizeRequest, RequestOptions, ActionListener<ResizeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously splits an index using the Split Index API.
START - Static variable in class org.elasticsearch.client.ml.FlushJobRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetBucketsRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetInfluencersRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
START - Static variable in class org.elasticsearch.client.ml.GetRecordsRequest
 
START - Static variable in class org.elasticsearch.client.ml.StartDatafeedRequest
 
START_TIME - Static variable in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
startBasic(StartBasicRequest, RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Initiates an indefinite basic license.
startBasicAsync(StartBasicRequest, RequestOptions, ActionListener<StartBasicResponse>) - Method in class org.elasticsearch.client.LicenseClient
Asynchronously initiates an indefinite basic license.
StartBasicRequest - Class in org.elasticsearch.client.license
 
StartBasicRequest() - Constructor for class org.elasticsearch.client.license.StartBasicRequest
 
StartBasicRequest(boolean) - Constructor for class org.elasticsearch.client.license.StartBasicRequest
 
StartBasicResponse - Class in org.elasticsearch.client.license
 
StartBasicResponse.Status - Enum in org.elasticsearch.client.license
 
startDatafeed(StartDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Starts the given Machine Learning Datafeed
startDatafeedAsync(StartDatafeedRequest, RequestOptions, ActionListener<StartDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Starts the given Machine Learning Datafeed asynchronously and notifies the listener on completion
StartDatafeedRequest - Class in org.elasticsearch.client.ml
Request to start a Datafeed
StartDatafeedRequest(String) - Constructor for class org.elasticsearch.client.ml.StartDatafeedRequest
Create a new StartDatafeedRequest for the given DatafeedId
StartDatafeedResponse - Class in org.elasticsearch.client.ml
Response indicating if the Machine Learning Datafeed is now started or not
StartDatafeedResponse(boolean) - Constructor for class org.elasticsearch.client.ml.StartDatafeedResponse
 
STARTED - org.elasticsearch.client.ml.datafeed.DatafeedState
 
STARTED - org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Indexer is running, but not actively indexing data (e.g.
STARTED - org.elasticsearch.client.watcher.ExecutionPhase
 
STARTED - org.elasticsearch.client.watcher.WatcherState
The watcher plugin is running and completely functional.
startILM(StartILMRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Start the Index Lifecycle Management feature.
startILMAsync(StartILMRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously start the Index Lifecycle Management feature.
StartILMRequest - Class in org.elasticsearch.client.indexlifecycle
 
StartILMRequest() - Constructor for class org.elasticsearch.client.indexlifecycle.StartILMRequest
 
STARTING - org.elasticsearch.client.ml.datafeed.DatafeedState
 
STARTING - org.elasticsearch.client.watcher.WatcherState
The watcher plugin is performing the necessary operations to get into a started state.
startRollupJob(StartRollupJobRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Start a rollup job See the docs for more.
startRollupJobAsync(StartRollupJobRequest, RequestOptions, ActionListener<StartRollupJobResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously start a rollup job See the docs for more.
StartRollupJobRequest - Class in org.elasticsearch.client.rollup
 
StartRollupJobRequest(String) - Constructor for class org.elasticsearch.client.rollup.StartRollupJobRequest
 
StartRollupJobResponse - Class in org.elasticsearch.client.rollup
 
StartRollupJobResponse(boolean) - Constructor for class org.elasticsearch.client.rollup.StartRollupJobResponse
 
startTrial(StartTrialRequest, RequestOptions) - Method in class org.elasticsearch.client.LicenseClient
Starts a trial license on the cluster.
startTrialAsync(StartTrialRequest, RequestOptions, ActionListener<StartTrialResponse>) - Method in class org.elasticsearch.client.LicenseClient
Asynchronously starts a trial license on the cluster.
StartTrialRequest - Class in org.elasticsearch.client.license
 
StartTrialRequest() - Constructor for class org.elasticsearch.client.license.StartTrialRequest
 
StartTrialRequest(boolean) - Constructor for class org.elasticsearch.client.license.StartTrialRequest
 
StartTrialRequest(boolean, String) - Constructor for class org.elasticsearch.client.license.StartTrialRequest
 
StartTrialResponse - Class in org.elasticsearch.client.license
 
StartTrialResponse(boolean, boolean, String, String, String, Map<String, String[]>) - Constructor for class org.elasticsearch.client.license.StartTrialResponse
 
startWatchService(StartWatchServiceRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Start the watch service See the docs for more.
startWatchServiceAsync(StartWatchServiceRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously start the watch service See the docs for more.
StartWatchServiceRequest - Class in org.elasticsearch.client.watcher
 
StartWatchServiceRequest() - Constructor for class org.elasticsearch.client.watcher.StartWatchServiceRequest
 
state() - Method in class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
state() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
State(boolean, DateTime) - Constructor for class org.elasticsearch.client.watcher.WatchStatus.State
 
STATE - Static variable in enum org.elasticsearch.client.ml.datafeed.DatafeedState
 
STATE - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
status() - Method in class org.elasticsearch.client.core.CountResponse
 
status() - Method in class org.elasticsearch.client.GetAliasesResponse
 
status() - Method in class org.elasticsearch.client.license.PutLicenseResponse
 
status(SnapshotsStatusRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Gets the status of requested snapshots.
STATUS - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
statusAsync(SnapshotsStatusRequest, RequestOptions, ActionListener<SnapshotsStatusResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously gets the status of requested snapshots.
stopAllDatafeedsRequest() - Static method in class org.elasticsearch.client.ml.StopDatafeedRequest
Explicitly stop all datafeeds
stopDatafeed(StopDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Stops the given Machine Learning Datafeed
stopDatafeedAsync(StopDatafeedRequest, RequestOptions, ActionListener<StopDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Stops the given Machine Learning Datafeed asynchronously and notifies the listener on completion
StopDatafeedRequest - Class in org.elasticsearch.client.ml
Request to stop Machine Learning Datafeeds
StopDatafeedRequest(String...) - Constructor for class org.elasticsearch.client.ml.StopDatafeedRequest
Close the specified Datafeeds via their unique datafeedIds
StopDatafeedResponse - Class in org.elasticsearch.client.ml
Response indicating if the Machine Learning Datafeed is now stopped or not
StopDatafeedResponse(boolean) - Constructor for class org.elasticsearch.client.ml.StopDatafeedResponse
 
stopILM(StopILMRequest, RequestOptions) - Method in class org.elasticsearch.client.IndexLifecycleClient
Stop the Index Lifecycle Management feature.
stopILMAsync(StopILMRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndexLifecycleClient
Asynchronously stop the Index Lifecycle Management feature.
StopILMRequest - Class in org.elasticsearch.client.indexlifecycle
 
StopILMRequest() - Constructor for class org.elasticsearch.client.indexlifecycle.StopILMRequest
 
STOPPED - org.elasticsearch.client.indexlifecycle.OperationMode
This represents a state where no policies are executed
STOPPED - org.elasticsearch.client.ml.datafeed.DatafeedState
 
STOPPED - org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Indexer is "paused" and ignoring scheduled triggers.
STOPPED - org.elasticsearch.client.watcher.WatcherState
The watcher plugin is not running and not functional.
STOPPING - org.elasticsearch.client.indexlifecycle.OperationMode
this represents a state where only sensitive actions (like ShrinkAction) will be executed until they finish, at which point the operation mode will move to STOPPED.
STOPPING - org.elasticsearch.client.ml.datafeed.DatafeedState
 
STOPPING - org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Transition state to where an indexer has acknowledged the stop but is still in process of halting.
STOPPING - org.elasticsearch.client.watcher.WatcherState
The watcher plugin is shutting down and not functional.
stopRollupJob(StopRollupJobRequest, RequestOptions) - Method in class org.elasticsearch.client.RollupClient
Stop a rollup job See the docs for more.
stopRollupJobAsync(StopRollupJobRequest, RequestOptions, ActionListener<StopRollupJobResponse>) - Method in class org.elasticsearch.client.RollupClient
Asynchronously stop a rollup job See the docs for more.
StopRollupJobRequest - Class in org.elasticsearch.client.rollup
 
StopRollupJobRequest(String) - Constructor for class org.elasticsearch.client.rollup.StopRollupJobRequest
 
StopRollupJobResponse - Class in org.elasticsearch.client.rollup
 
StopRollupJobResponse(boolean) - Constructor for class org.elasticsearch.client.rollup.StopRollupJobResponse
 
stopWatchService(StopWatchServiceRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Stop the watch service See the docs for more.
stopWatchServiceAsync(StopWatchServiceRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously stop the watch service See the docs for more.
StopWatchServiceRequest - Class in org.elasticsearch.client.watcher
 
StopWatchServiceRequest() - Constructor for class org.elasticsearch.client.watcher.StopWatchServiceRequest
 
SUBJECT_DN - Static variable in class org.elasticsearch.client.security.support.CertificateInfo
 
submitReindexTask(ReindexRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Submits a reindex task.
submitUpgradeTask(IndexUpgradeRequest, RequestOptions) - Method in class org.elasticsearch.client.MigrationClient
Deprecated.
The Migration Upgrade API is deprecated, use the Kibana Upgrade Assistant or Reindex API instead.
successful() - Method in class org.elasticsearch.client.core.BroadcastResponse.Shards
The number of successful shards on which a request was executed against.
successful() - Method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
successful(DateTime) - Static method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
SUCCESSFUL - Static variable in class org.elasticsearch.client.NodesResponseHeader
 
SUCCESSFUL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
SUCCESSFUL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
successfulShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
successfulShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
SUM - org.elasticsearch.client.ml.job.config.DetectorFunction
 
SUMMARY_COUNT_FIELD_NAME - Static variable in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
SyncedFlushResponse - Class in org.elasticsearch.client
 
SyncedFlushResponse.IndexResult - Class in org.elasticsearch.client
Description for the flush/synced results for a particular index.
SyncedFlushResponse.ShardCounts - Class in org.elasticsearch.client
Encapsulates the number of total successful and failed shard copies
SyncedFlushResponse.ShardFailure - Class in org.elasticsearch.client
Description of a failed shard copy for an index.

T

TASK - Static variable in class org.elasticsearch.client.tasks.GetTaskResponse
 
tasks() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a TasksClient which can be used to access the Tasks API.
TasksClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Tasks API.
TaskSubmissionResponse - Class in org.elasticsearch.client.tasks
 
Term(String, int, Integer, Long, Float, List<TermVectorsResponse.TermVector.Token>) - Constructor for class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Term
 
TermBoost(String, float) - Constructor for class org.elasticsearch.client.graph.GraphExploreRequest.TermBoost
 
terminateAfter() - Method in class org.elasticsearch.client.core.CountRequest
 
terminateAfter(int) - Method in class org.elasticsearch.client.core.CountRequest
 
TERMS - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
TERMS_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
TermsGroupConfig - Class in org.elasticsearch.client.rollup.job.config
The configuration object for the histograms in the rollup config { "groups": [ "terms": { "fields" : [ "foo", "bar" ] } ] }
TermsGroupConfig(String...) - Constructor for class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
TermVector(String, TermVectorsResponse.TermVector.FieldStatistics, List<TermVectorsResponse.TermVector.Term>) - Constructor for class org.elasticsearch.client.core.TermVectorsResponse.TermVector
 
termvectors(TermVectorsRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Calls the Term Vectors API See Term Vectors API on elastic.co
termvectorsAsync(TermVectorsRequest, RequestOptions, ActionListener<TermVectorsResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously calls the Term Vectors API See Term Vectors API on elastic.co
TermVectorsRequest - Class in org.elasticsearch.client.core
 
TermVectorsRequest(String, String, String) - Constructor for class org.elasticsearch.client.core.TermVectorsRequest
Constructs TermVectorRequest for the given document
TermVectorsRequest(String, String, XContentBuilder) - Constructor for class org.elasticsearch.client.core.TermVectorsRequest
Constructs TermVectorRequest for an artificial document
TermVectorsResponse - Class in org.elasticsearch.client.core
 
TermVectorsResponse(String, String, String, long, boolean, long, List<TermVectorsResponse.TermVector>) - Constructor for class org.elasticsearch.client.core.TermVectorsResponse
 
TermVectorsResponse.TermVector - Class in org.elasticsearch.client.core
 
TermVectorsResponse.TermVector.FieldStatistics - Class in org.elasticsearch.client.core
 
TermVectorsResponse.TermVector.Term - Class in org.elasticsearch.client.core
 
TermVectorsResponse.TermVector.Token - Class in org.elasticsearch.client.core
 
test(double, double) - Method in enum org.elasticsearch.client.ml.job.config.Operator
 
THREADPOOL_REJECTION - org.elasticsearch.client.watcher.ExecutionState
 
Throttle(DateTime, String) - Constructor for class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
THROTTLED - org.elasticsearch.client.watcher.ExecutionState
 
TIME - org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
TIME_OF_DAY - org.elasticsearch.client.ml.job.config.DetectorFunction
 
TIME_OF_WEEK - org.elasticsearch.client.ml.job.config.DetectorFunction
 
TIME_SPAN_FIELD - Static variable in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
TimedRequest - Class in org.elasticsearch.client
A base request for any requests that supply timeouts.
TimedRequest() - Constructor for class org.elasticsearch.client.TimedRequest
 
timeout() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
timeout() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
timeout() - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
 
timeout() - Method in class org.elasticsearch.client.TimedRequest
Returns the request timeout
timeout(String) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
timeout(String) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
Allows to set the timeout
timeout(TimeValue) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Graph exploration can be set to timeout after the given period.
timeout(TimeValue) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
Allows to set the timeout
timeout(TimeValue) - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
Sets the requests optional "timeout" parameter.
TIMEOUT - Static variable in class org.elasticsearch.client.ml.CloseJobRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.DeleteForecastRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.OpenJobRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.StartDatafeedRequest
 
TIMEOUT - Static variable in class org.elasticsearch.client.ml.StopDatafeedRequest
 
timestamp() - Method in class org.elasticsearch.client.watcher.ActionStatus.AckStatus
 
timestamp() - Method in class org.elasticsearch.client.watcher.ActionStatus.Execution
 
timestamp() - Method in class org.elasticsearch.client.watcher.ActionStatus.Throttle
 
TIMESTAMP - Static variable in class org.elasticsearch.client.ml.job.process.ModelSnapshot
Field Names
TIMESTAMP - Static variable in class org.elasticsearch.client.ml.job.process.Quantiles
Field Names
TIMESTAMP - Static variable in class org.elasticsearch.client.ml.job.results.Result
 
TIMESTAMP - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
TIMESTAMP_FIELD - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
TIMESTAMP_FIELD - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
TIMESTAMP_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
TIMESTAMP_FORMAT - Static variable in class org.elasticsearch.client.ml.FindFileStructureRequest
 
TimeUtil - Class in org.elasticsearch.client.ml.job.util
 
TimeUtil() - Constructor for class org.elasticsearch.client.ml.job.util.TimeUtil
 
Token(Integer, Integer, Integer, String) - Constructor for class org.elasticsearch.client.core.TermVectorsResponse.TermVector.Token
 
TOP_HITS - Static variable in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
TOP_N - Static variable in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
toSet(String...) - Static method in enum org.elasticsearch.client.xpack.XPackInfoRequest.Category
 
toString() - Method in class org.elasticsearch.client.core.CountResponse.ShardStats
 
toString() - Method in class org.elasticsearch.client.core.CountResponse
 
toString() - Method in class org.elasticsearch.client.graph.Connection.ConnectionId
 
toString() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
toString() - Method in class org.elasticsearch.client.graph.Vertex
 
toString() - Method in class org.elasticsearch.client.graph.Vertex.VertexId
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
toString() - Method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
toString() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse.FieldMappingMetaData
 
toString() - Method in class org.elasticsearch.client.indices.GetFieldMappingsResponse
 
toString() - Method in class org.elasticsearch.client.indices.GetIndexTemplatesResponse
 
toString() - Method in enum org.elasticsearch.client.license.LicensesStatus
 
toString() - Method in enum org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
 
toString() - Method in class org.elasticsearch.client.migration.DeprecationInfoResponse
 
toString() - Method in enum org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
toString() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
toString() - Method in enum org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
 
toString() - Method in enum org.elasticsearch.client.ml.datafeed.DatafeedState
 
toString() - Method in enum org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
toString() - Method in class org.elasticsearch.client.ml.GetCalendarEventsResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetCalendarsResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetDatafeedResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetFiltersResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetJobResponse
 
toString() - Method in class org.elasticsearch.client.ml.GetJobStatsResponse
 
toString() - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.DetectorFunction
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.FilterRef.FilterType
 
toString() - Method in class org.elasticsearch.client.ml.job.config.Job
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.Operator
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.RuleAction
 
toString() - Method in enum org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
toString() - Method in enum org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
 
toString() - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
toString() - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
toString() - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
toString() - Method in class org.elasticsearch.client.ml.PutCalendarResponse
 
toString() - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
toString() - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
toString() - Method in class org.elasticsearch.client.ml.PutJobRequest
 
toString() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
toString() - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
toString() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
toString() - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
toString() - Method in class org.elasticsearch.client.RethrottleRequest
 
toString() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.JobWrapper
 
toString() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupIndexerJobStats
 
toString() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse.RollupJobStatus
 
toString() - Method in class org.elasticsearch.client.rollup.GetRollupJobResponse
 
toString() - Method in class org.elasticsearch.client.security.GetApiKeyResponse
 
toString() - Method in class org.elasticsearch.client.security.GetUserPrivilegesResponse
 
toString() - Method in class org.elasticsearch.client.security.InvalidateApiKeyResponse
 
toString() - Method in class org.elasticsearch.client.security.support.ApiKey
 
toString() - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
 
toString() - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
toString() - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
toString() - Method in class org.elasticsearch.client.security.user.privileges.Role
 
toString() - Method in class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
toString() - Method in class org.elasticsearch.client.security.user.User
 
toString() - Method in class org.elasticsearch.client.watcher.AckWatchRequest
 
toString() - Method in class org.elasticsearch.client.watcher.DeleteWatchRequest
 
toString() - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
toString() - Method in enum org.elasticsearch.client.watcher.ExecutionState
 
toString() - Method in class org.elasticsearch.client.watcher.WatcherMetaData
 
toString() - Method in class org.elasticsearch.client.watcher.WatcherStatsRequest
 
toString() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.BuildInfo
 
toString() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
toString() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.FeatureSetsInfo
 
toString() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse.LicenseInfo
 
toString() - Method in class org.elasticsearch.client.xpack.XPackInfoResponse
 
total() - Method in class org.elasticsearch.client.core.BroadcastResponse.Shards
The total number of shards on which a request was executed against.
TOTAL - Static variable in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
TOTAL - Static variable in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
TOTAL - Static variable in class org.elasticsearch.client.NodesResponseHeader
 
TOTAL_BY_FIELD_COUNT_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
TOTAL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
TOTAL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
TOTAL_OVER_FIELD_COUNT_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
TOTAL_PARTITION_FIELD_COUNT_FIELD - Static variable in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
totalShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
totalShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ccr.ForgetFollowerRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ccr.PutAutoFollowPatternRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ccr.ResumeFollowRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.core.MultiTermVectorsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.core.TermVectorsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.GetAliasesResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.graph.GraphExploreResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.graph.Hop
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.graph.Vertex
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.graph.VertexRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.AllocateAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.DeleteAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.ForceMergeAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.FreezeAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.GetLifecyclePolicyResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.IndexLifecycleExplainResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicy
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.LifecyclePolicyMetadata
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.Phase
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.PhaseExecutionInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.PutLifecyclePolicyRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.ReadOnlyAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.RolloverAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.SetPriorityAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.ShrinkAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indices.PutMappingRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.indices.rollover.RolloverRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.AbstractResultResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.calendars.Calendar
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.calendars.ScheduledEvent
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.CloseJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.datafeed.ChunkingConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.datafeed.DatafeedUpdate
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.datafeed.DelayedDataCheckConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.DeleteExpiredDataResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.DeleteJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.filestructurefinder.FieldStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.filestructurefinder.FileStructure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.FindFileStructureResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.FlushJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.ForecastJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.GetRecordsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.AnalysisConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.AnalysisLimits
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig.NameOrDefinition
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.CategorizationAnalyzerConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.DataDescription
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.DetectionRule
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.Detector
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.FilterRef
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.Job
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate.DetectorUpdate
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.JobUpdate
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.MlFilter
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.ModelPlotConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.RuleCondition
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.config.RuleScope
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.process.DataCounts
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.process.ModelSizeStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.process.ModelSnapshot
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.process.Quantiles
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.Bucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.BucketInfluencer
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.Influence
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.Influencer
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.OverallBucket.JobInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.results.OverallBucket
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.stats.ForecastStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.stats.JobStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.stats.SimpleStats
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.job.util.PageParams
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.NodeAttributes
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.OpenJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PostCalendarEventResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PostDataRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PostDataResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PreviewDatafeedResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutCalendarRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutCalendarResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutDatafeedResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutFilterResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.PutJobResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.RevertModelSnapshotResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.StartDatafeedResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.StopDatafeedResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.DeleteRollupJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.GetRollupCapsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.GetRollupIndexCapsRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.PutRollupJobRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.RollableIndexCaps
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.RollupJobCaps.RollupFieldCaps
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.rollup.RollupJobCaps
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.ChangePasswordRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.CreateApiKeyRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.CreateTokenRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.GetApiKeyRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.HasPrivilegesRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.PutPrivilegesRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.PutRoleMappingRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.PutRoleRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.PutUserRequest
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.support.expressiondsl.expressions.ExceptRoleMapperExpression
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.support.expressiondsl.fields.FieldRoleMapperExpression
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.user.privileges.AbstractIndicesPrivileges.FieldSecurity
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationPrivilege
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.user.privileges.ApplicationResourcePrivileges
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.user.privileges.GlobalPrivileges
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.security.user.privileges.IndicesPrivileges
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.watcher.ExecuteWatchRequest
 
TRANSIENT_METADATA - Static variable in class org.elasticsearch.client.security.user.privileges.Role
 
TRANSPORT_ADDRESS - Static variable in class org.elasticsearch.client.ml.NodeAttributes
 
TRANSPORT_CLIENT - Static variable in class org.elasticsearch.client.security.user.privileges.Role.ClusterPrivilegeName
 
TYPE - Static variable in class org.elasticsearch.client.ml.job.config.MlFilter
 
TYPE - Static variable in class org.elasticsearch.client.ml.job.results.CategoryDefinition
 
types() - Method in class org.elasticsearch.client.core.CountRequest
 
types() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
types(String...) - Method in class org.elasticsearch.client.core.CountRequest
Deprecated.
Types are going away, prefer filtering on a type.
types(String...) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
TYPES - Static variable in class org.elasticsearch.client.ml.datafeed.DatafeedConfig
 
TYPICAL - org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
 
TYPICAL - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyCause
 
TYPICAL - Static variable in class org.elasticsearch.client.ml.job.results.AnomalyRecord
 

U

unfollow(UnfollowRequest, RequestOptions) - Method in class org.elasticsearch.client.CcrClient
Instructs a follower index to unfollow and become a regular index.
UnfollowAction - Class in org.elasticsearch.client.indexlifecycle
 
UnfollowAction() - Constructor for class org.elasticsearch.client.indexlifecycle.UnfollowAction
 
unfollowAsync(UnfollowRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.CcrClient
Asynchronously instructs a follower index to unfollow and become a regular index.
UnfollowRequest - Class in org.elasticsearch.client.ccr
 
UnfollowRequest(String) - Constructor for class org.elasticsearch.client.ccr.UnfollowRequest
 
unfreeze(UnfreezeIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Synchronously calls the _unfreeze API
unfreezeAsync(UnfreezeIndexRequest, RequestOptions, ActionListener<ShardsAcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously calls the _unfreeze API
UnfreezeIndexRequest - Class in org.elasticsearch.client.indices
Request for the _unfreeze index API
UnfreezeIndexRequest(String...) - Constructor for class org.elasticsearch.client.indices.UnfreezeIndexRequest
Creates a new unfreeze index request
UP_TO_DATE - org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
update(UpdateRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
update(UpdateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Updates a document using the Update API.
updateAliases(IndicesAliasesRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
updateAliases(IndicesAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates aliases using the Index Aliases API.
updateAliasesAsync(IndicesAliasesRequest, ActionListener<AcknowledgedResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
updateAliasesAsync(IndicesAliasesRequest, RequestOptions, ActionListener<AcknowledgedResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates aliases using the Index Aliases API.
updateAsync(UpdateRequest, ActionListener<UpdateResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
updateAsync(UpdateRequest, RequestOptions, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously updates a document using the Update API.
updateByQuery(UpdateByQueryRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a update by query request.
updateByQueryAsync(UpdateByQueryRequest, RequestOptions, ActionListener<BulkByScrollResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes an update by query request.
updateByQueryRethrottle(RethrottleRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a update by query rethrottle request.
updateByQueryRethrottleAsync(RethrottleRequest, RequestOptions, ActionListener<ListTasksResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously execute an update by query rethrottle request.
updateDatafeed(UpdateDatafeedRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Datafeed
updateDatafeedAsync(UpdateDatafeedRequest, RequestOptions, ActionListener<PutDatafeedResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Datafeed asynchronously and notifies listener on completion
UpdateDatafeedRequest - Class in org.elasticsearch.client.ml
Requests an update to a DatafeedConfig with the passed DatafeedUpdate settings
UpdateDatafeedRequest(DatafeedUpdate) - Constructor for class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
updateFilter(UpdateFilterRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Filter
updateFilterAsync(UpdateFilterRequest, RequestOptions, ActionListener<PutFilterResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Filter asynchronously and notifies listener on completion
UpdateFilterRequest - Class in org.elasticsearch.client.ml
Updates an existing MlFilter configuration
UpdateFilterRequest(String) - Constructor for class org.elasticsearch.client.ml.UpdateFilterRequest
Construct a new request referencing a non-null, existing filter_id
updateJob(UpdateJobRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Job
updateJobAsync(UpdateJobRequest, RequestOptions, ActionListener<PutJobResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a Machine Learning Job asynchronously
UpdateJobRequest - Class in org.elasticsearch.client.ml
Updates a Job with the passed JobUpdate settings
UpdateJobRequest(JobUpdate) - Constructor for class org.elasticsearch.client.ml.UpdateJobRequest
 
updateModelSnapshot(UpdateModelSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a snapshot for a Machine Learning Job.
updateModelSnapshotAsync(UpdateModelSnapshotRequest, RequestOptions, ActionListener<UpdateModelSnapshotResponse>) - Method in class org.elasticsearch.client.MachineLearningClient
Updates a snapshot for a Machine Learning Job, notifies listener once the requested snapshots are retrieved.
UpdateModelSnapshotRequest - Class in org.elasticsearch.client.ml
A request to update information about an existing model snapshot for a given job
UpdateModelSnapshotRequest(String, String) - Constructor for class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
Constructs a request to update information for a snapshot of given job
UpdateModelSnapshotResponse - Class in org.elasticsearch.client.ml
A response acknowledging the update of information for an existing model snapshot for a given job
UpdateModelSnapshotResponse(boolean, ModelSnapshot.Builder) - Constructor for class org.elasticsearch.client.ml.UpdateModelSnapshotResponse
 
updateUser(User, boolean, RefreshPolicy) - Static method in class org.elasticsearch.client.security.PutUserRequest
Update an existing user in the native realm without modifying their password.
upgrade(IndexUpgradeRequest, RequestOptions) - Method in class org.elasticsearch.client.MigrationClient
Deprecated.
The Migration Upgrade API is deprecated, use the Kibana Upgrade Assistant or Reindex API instead.
UPGRADE - org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
 
UpgradeActionRequired - Enum in org.elasticsearch.client.migration
Deprecated.
The Migration Assistance API is deprecated, use the Deprecation Info API instead.
upgradeAsync(IndexUpgradeRequest, RequestOptions, ActionListener<BulkByScrollResponse>) - Method in class org.elasticsearch.client.MigrationClient
Deprecated.
The Migration Upgrade API is deprecated, use the Kibana Upgrade Assistant or Reindex API instead.
usage(XPackUsageRequest, RequestOptions) - Method in class org.elasticsearch.client.XPackClient
Fetch usage information about X-Pack features from the cluster.
usageAsync(XPackUsageRequest, RequestOptions, ActionListener<XPackUsageResponse>) - Method in class org.elasticsearch.client.XPackClient
Asynchronously fetch usage information about X-Pack features from the cluster.
USE_NULL_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.Detector
 
user - Variable in class org.elasticsearch.client.security.GetUsersResponse.ParsedUser
 
User - Class in org.elasticsearch.client.security.user
A user to be utilized with security APIs.
User(String, Collection<String>) - Constructor for class org.elasticsearch.client.security.user.User
Builds the user to be utilized with security APIs.
User(String, Collection<String>, Map<String, Object>, String, String) - Constructor for class org.elasticsearch.client.security.user.User
Builds the user to be utilized with security APIs.
USER_PARSER - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
UserIndicesPrivileges - Class in org.elasticsearch.client.security.user.privileges
Represents an "index" privilege in the GetUserPrivilegesResponse.
UserIndicesPrivileges(Collection<String>, Collection<String>, boolean, Collection<AbstractIndicesPrivileges.FieldSecurity>, Collection<String>) - Constructor for class org.elasticsearch.client.security.user.privileges.UserIndicesPrivileges
 
USERNAME - Static variable in class org.elasticsearch.client.security.GetUsersResponse
 
userTokens(String) - Static method in class org.elasticsearch.client.security.InvalidateTokenRequest
 
useSignificance() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
useSignificance(boolean) - Method in class org.elasticsearch.client.graph.GraphExploreRequest
Controls the choice of algorithm used to select interesting terms.
usingApiKeyId(String) - Static method in class org.elasticsearch.client.security.GetApiKeyRequest
Creates get API key request for given api key id
usingApiKeyId(String) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
Creates invalidate API key request for given api key id
usingApiKeyName(String) - Static method in class org.elasticsearch.client.security.GetApiKeyRequest
Creates get API key request for given api key name
usingApiKeyName(String) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
Creates invalidate API key request for given api key name
usingRealmAndUserName(String, String) - Static method in class org.elasticsearch.client.security.GetApiKeyRequest
Creates get API key request for given realm and user name
usingRealmAndUserName(String, String) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
Creates invalidate API key request for given realm and user name
usingRealmName(String) - Static method in class org.elasticsearch.client.security.GetApiKeyRequest
Creates get API key request for given realm name
usingRealmName(String) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
Creates invalidate API key request for given realm name
usingUserName(String) - Static method in class org.elasticsearch.client.security.GetApiKeyRequest
Creates get API key request for given user name
usingUserName(String) - Static method in class org.elasticsearch.client.security.InvalidateApiKeyRequest
Creates invalidate API key request for given user name

V

VALID - org.elasticsearch.client.license.LicensesStatus
 
Validatable - Interface in org.elasticsearch.client
Defines a validation layer for Requests.
validate() - Method in class org.elasticsearch.client.core.CountRequest
 
validate() - Method in class org.elasticsearch.client.graph.GraphExploreRequest
 
validate() - Method in class org.elasticsearch.client.indexlifecycle.ExplainLifecycleRequest
 
validate() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
validate() - Method in class org.elasticsearch.client.ml.CloseJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteCalendarEventRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteCalendarJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteCalendarRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteExpiredDataRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteForecastRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.DeleteModelSnapshotRequest
 
validate() - Method in class org.elasticsearch.client.ml.FindFileStructureRequest
 
validate() - Method in class org.elasticsearch.client.ml.FlushJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.ForecastJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetBucketsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetCalendarEventsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetCalendarsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetCategoriesRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetDatafeedStatsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetFiltersRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetInfluencersRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetJobStatsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetModelSnapshotsRequest
 
validate() - Method in class org.elasticsearch.client.ml.GetOverallBucketsRequest
 
validate() - Method in class org.elasticsearch.client.ml.OpenJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.PostCalendarEventRequest
 
validate() - Method in class org.elasticsearch.client.ml.PostDataRequest
 
validate() - Method in class org.elasticsearch.client.ml.PreviewDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.PutCalendarJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.PutCalendarRequest
 
validate() - Method in class org.elasticsearch.client.ml.PutDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.PutFilterRequest
 
validate() - Method in class org.elasticsearch.client.ml.PutJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.RevertModelSnapshotRequest
 
validate() - Method in class org.elasticsearch.client.ml.SetUpgradeModeRequest
 
validate() - Method in class org.elasticsearch.client.ml.StartDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.StopDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.UpdateDatafeedRequest
 
validate() - Method in class org.elasticsearch.client.ml.UpdateFilterRequest
 
validate() - Method in class org.elasticsearch.client.ml.UpdateJobRequest
 
validate() - Method in class org.elasticsearch.client.ml.UpdateModelSnapshotRequest
 
validate() - Method in class org.elasticsearch.client.rollup.GetRollupJobRequest
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.DateHistogramGroupConfig
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.GroupConfig
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.HistogramGroupConfig
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.MetricConfig
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.RollupJobConfig
 
validate() - Method in class org.elasticsearch.client.rollup.job.config.TermsGroupConfig
 
validate() - Method in class org.elasticsearch.client.rollup.PutRollupJobRequest
 
validate() - Method in class org.elasticsearch.client.security.PutUserRequest
 
validate() - Method in class org.elasticsearch.client.tasks.GetTaskRequest
 
validate() - Method in interface org.elasticsearch.client.Validatable
Perform validation.
validate(ValidationException) - Method in class org.elasticsearch.client.graph.Hop
 
validateQuery(ValidateQueryRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Validate a potentially expensive query without executing it.
validateQueryAsync(ValidateQueryRequest, RequestOptions, ActionListener<ValidateQueryResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously validate a potentially expensive query without executing it.
validationErrors() - Method in exception org.elasticsearch.client.ValidationException
Returns the validation errors accumulated
ValidationException - Exception in org.elasticsearch.client
Encapsulates an accumulation of validation errors
ValidationException() - Constructor for exception org.elasticsearch.client.ValidationException
 
value() - Method in enum org.elasticsearch.client.ml.job.config.JobState
 
VALUE_FIELD - Static variable in class org.elasticsearch.client.ml.job.config.RuleCondition
 
valueOf(String) - Static method in enum org.elasticsearch.client.ccr.FollowInfoResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.indexlifecycle.OperationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.indices.GetIndexRequest.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.license.LicensesStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.license.LicenseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.license.StartBasicResponse.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.datafeed.DatafeedState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.DetectorFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.FilterRef.FilterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.JobState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.RuleAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.security.RefreshPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.watcher.ActionStatus.AckStatus.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.watcher.ExecutionPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.watcher.ExecutionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.watcher.WatcherState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.client.xpack.XPackInfoRequest.Category
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.elasticsearch.client.ccr.FollowInfoResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.indexlifecycle.OperationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.indices.GetIndexRequest.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.license.LicensesStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.license.LicenseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.license.StartBasicResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.migration.UpgradeActionRequired
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.datafeed.ChunkingConfig.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.datafeed.DatafeedState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.Detector.ExcludeFrequent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.DetectorFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.FilterRef.FilterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.JobState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.RuleAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.config.RuleCondition.AppliesTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.ml.job.process.ModelSizeStats.MemoryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.rollup.GetRollupJobResponse.IndexerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.security.RefreshPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.security.support.expressiondsl.expressions.CompositeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.watcher.ActionStatus.AckStatus.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.watcher.ExecuteWatchRequest.ActionExecutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.watcher.ExecutionPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.watcher.ExecutionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.watcher.WatcherState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.client.xpack.XPackInfoRequest.Category
Returns an array containing the constants of this enum type, in the order they are declared.
VARP - org.elasticsearch.client.ml.job.config.DetectorFunction
 
verifyRepository(VerifyRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Verifies a snapshot repository.
verifyRepositoryAsync(VerifyRepositoryRequest, RequestOptions, ActionListener<VerifyRepositoryResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously verifies a snapshot repository.
version() - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData
 
version() - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
version() - Method in class org.elasticsearch.client.watcher.WatchStatus
 
version(Integer) - Method in class org.elasticsearch.client.indices.IndexTemplateMetaData.Builder
 
version(Integer) - Method in class org.elasticsearch.client.indices.PutIndexTemplateRequest
 
VERSION - Static variable in interface org.elasticsearch.client.watcher.WatchStatus.Field
 
Vertex - Class in org.elasticsearch.client.graph
A vertex in a graph response represents a single term (a field and value pair) which appears in one or more documents found as part of the graph exploration.
Vertex(String, String, double, int, long, long) - Constructor for class org.elasticsearch.client.graph.Vertex
 
Vertex.VertexId - Class in org.elasticsearch.client.graph
An identifier (implements hashcode and equals) that represents a unique key for a Vertex
VertexId(String, String) - Constructor for class org.elasticsearch.client.graph.Vertex.VertexId
 
VertexRequest - Class in org.elasticsearch.client.graph
A request to identify terms from a choice of field as part of a Hop.
VertexRequest() - Constructor for class org.elasticsearch.client.graph.VertexRequest
 
VIEW_INDEX_METADATA - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 

W

WAIT_UNTIL - org.elasticsearch.client.security.RefreshPolicy
Leave this request open until a refresh has made the contents of this request visible to search.
waitForActiveShards() - Method in class org.elasticsearch.client.ccr.PutFollowRequest
 
waitForActiveShards() - Method in class org.elasticsearch.client.indices.CreateIndexRequest
 
waitForActiveShards(ActiveShardCount) - Method in class org.elasticsearch.client.indices.CreateIndexRequest
Sets the number of shard copies that should be active for index creation to return.
waitForCompletion() - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
 
waitForCompletion(boolean) - Method in class org.elasticsearch.client.rollup.StopRollupJobRequest
Sets the requests optional "wait_for_completion".
WARNING - org.elasticsearch.client.migration.DeprecationInfoResponse.DeprecationIssue.Level
 
wasCreated(String, String) - Method in class org.elasticsearch.client.security.PutPrivilegesResponse
Get response status for the request to create or update application privileges.
WATCH_FIELD - Static variable in class org.elasticsearch.client.watcher.ExecuteWatchResponse
 
WATCH_TRANSFORM - org.elasticsearch.client.watcher.ExecutionPhase
 
watcher() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Watcher APIs that are shipped with the default distribution of Elasticsearch.
WatcherClient - Class in org.elasticsearch.client
 
WatcherMetaData - Class in org.elasticsearch.client.watcher
 
WatcherMetaData(boolean) - Constructor for class org.elasticsearch.client.watcher.WatcherMetaData
 
WatcherState - Enum in org.elasticsearch.client.watcher
 
watcherStats(WatcherStatsRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Get the watcher stats See the docs for more.
watcherStatsAsync(WatcherStatsRequest, RequestOptions, ActionListener<WatcherStatsResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously get the watcher stats See the docs for more.
WatcherStatsRequest - Class in org.elasticsearch.client.watcher
A request to explicitly acknowledge a watch.
WatcherStatsRequest() - Constructor for class org.elasticsearch.client.watcher.WatcherStatsRequest
 
WatcherStatsRequest(boolean, boolean) - Constructor for class org.elasticsearch.client.watcher.WatcherStatsRequest
 
WatcherStatsResponse - Class in org.elasticsearch.client.watcher
The response from an 'ack watch' request.
WatcherStatsResponse(NodesResponseHeader, String, WatcherMetaData, List<WatcherStatsResponse.Node>) - Constructor for class org.elasticsearch.client.watcher.WatcherStatsResponse
 
WatcherStatsResponse.Node - Class in org.elasticsearch.client.watcher
 
WatchExecutionSnapshot - Class in org.elasticsearch.client.watcher
 
WatchExecutionSnapshot(String, String, DateTime, DateTime, ExecutionPhase, String[], String[]) - Constructor for class org.elasticsearch.client.watcher.WatchExecutionSnapshot
 
WatchStatus - Class in org.elasticsearch.client.watcher
 
WatchStatus(long, WatchStatus.State, ExecutionState, DateTime, DateTime, Map<String, ActionStatus>, Map<String, String>) - Constructor for class org.elasticsearch.client.watcher.WatchStatus
 
WatchStatus.Field - Interface in org.elasticsearch.client.watcher
 
WatchStatus.State - Class in org.elasticsearch.client.watcher
 
WatchStatusDateParser - Class in org.elasticsearch.client.watcher
 
withPassword(User, char[], boolean, RefreshPolicy) - Static method in class org.elasticsearch.client.security.PutUserRequest
Create or update a user in the native realm, with the user's new or updated password specified in plaintext.
withPasswordHash(User, char[], boolean, RefreshPolicy) - Static method in class org.elasticsearch.client.security.PutUserRequest
Create or update a user in the native realm, with the user's new or updated password specified as a cryptographic hash.
WRITE - Static variable in class org.elasticsearch.client.security.user.privileges.Role.IndexPrivilegeName
 

X

XCONTENT - org.elasticsearch.client.ml.job.config.DataDescription.DataFormat
 
XContentSource - Class in org.elasticsearch.client.common
Encapsulates the xcontent source
XContentSource(XContentParser) - Constructor for class org.elasticsearch.client.common.XContentSource
Constructs a new XContentSource out of the given parser
xContentType() - Method in class org.elasticsearch.client.indices.PutMappingRequest
The XContentType of the mapping source.
xContentType() - Method in class org.elasticsearch.client.watcher.PutWatchRequest
Get the content type for the source
XML - org.elasticsearch.client.ml.filestructurefinder.FileStructure.Format
 
xpack() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed X-Pack Info and Usage APIs that are shipped with the default distribution of Elasticsearch.
XPackClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic Licensed X-Pack APIs that are shipped with the default distribution of Elasticsearch.
XPackInfoRequest - Class in org.elasticsearch.client.xpack
Fetch information about X-Pack from the cluster.
XPackInfoRequest() - Constructor for class org.elasticsearch.client.xpack.XPackInfoRequest
 
XPackInfoRequest.Category - Enum in org.elasticsearch.client.xpack
 
XPackInfoResponse - Class in org.elasticsearch.client.xpack
 
XPackInfoResponse() - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse
 
XPackInfoResponse(XPackInfoResponse.BuildInfo, XPackInfoResponse.LicenseInfo, XPackInfoResponse.FeatureSetsInfo) - Constructor for class org.elasticsearch.client.xpack.XPackInfoResponse
 
XPackInfoResponse.BuildInfo - Class in org.elasticsearch.client.xpack
 
XPackInfoResponse.FeatureSetsInfo - Class in org.elasticsearch.client.xpack
 
XPackInfoResponse.FeatureSetsInfo.FeatureSet - Class in org.elasticsearch.client.xpack
 
XPackInfoResponse.LicenseInfo - Class in org.elasticsearch.client.xpack
 
XPackUsageRequest - Class in org.elasticsearch.client.xpack
 
XPackUsageRequest() - Constructor for class org.elasticsearch.client.xpack.XPackUsageRequest
 
XPackUsageResponse - Class in org.elasticsearch.client.xpack
Response object from calling the xpack usage api.
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages