AbstractIndicesPrivileges |
|
AbstractIndicesPrivileges.FieldSecurity |
|
AbstractResultResponse<T extends ToXContent> |
Abstract class that provides a list of results and their count.
|
AcknowledgedResponse |
|
AcknowledgedTasksResponse |
|
AckWatchRequest |
A request to explicitly acknowledge a watch.
|
AckWatchResponse |
The response from an 'ack watch' request.
|
ActionStatus |
|
ActionStatus.AckStatus |
|
ActionStatus.AckStatus.State |
|
ActionStatus.Execution |
|
ActionStatus.Throttle |
|
ActivateWatchRequest |
A request to explicitly activate a watch.
|
ActivateWatchResponse |
Response from an 'activate watch' request.
|
AggregationConfig |
|
AllocateAction |
|
AllRoleMapperExpression |
An expression that evaluates to true if-and-only-if all its children
evaluate to true .
|
AllRoleMapperExpression.Builder |
|
AnalysisConfig |
Analysis configuration options that describe which fields are
analyzed and which functions are used to detect anomalies.
|
AnalysisConfig.Builder |
|
AnalysisLimits |
Analysis limits for autodetect.
|
AnalyzeRequest |
A request to analyze text
|
AnalyzeRequest.CustomAnalyzerBuilder |
Helper class to build custom analyzer definitions
|
AnalyzeResponse |
|
AnalyzeResponse.AnalyzeToken |
|
AnomalyCause |
Anomaly Cause POJO.
|
AnomalyRecord |
Anomaly Record POJO.
|
AnyRoleMapperExpression |
An expression that evaluates to true if at least one of its children
evaluate to true .
|
AnyRoleMapperExpression.Builder |
|
ApiKey |
API key information
|
ApplicationPrivilege |
Represents an application specific privilege.
|
ApplicationPrivilege.Builder |
|
ApplicationResourcePrivileges |
Represents privileges over resources that are scoped under an application.
|
AucRocMetric |
Area under the curve (AUC) of the receiver operating characteristic (ROC).
|
AucRocMetric.AucRocPoint |
|
AucRocMetric.Result |
|
AuthenticateRequest |
Empty request object required to make the authenticate call.
|
AuthenticateResponse |
The response for the authenticate call.
|
AuthenticateResponse.RealmInfo |
|
AutoFollowStats |
|
AutoFollowStats.AutoFollowedCluster |
|
BinarySoftClassification |
Evaluation of binary soft classification methods, e.g.
|
BroadcastResponse |
Represents a response to a request that is broadcast to a collection of shards.
|
BroadcastResponse.Shards |
Represents the results of a collection of shards on which a request was executed against.
|
Bucket |
Bucket Result POJO
|
BucketInfluencer |
|
Calendar |
A simple calendar object for scheduled (special) events.
|
CategorizationAnalyzerConfig |
Configuration for the categorization analyzer.
|
CategorizationAnalyzerConfig.Builder |
|
CategorizationAnalyzerConfig.NameOrDefinition |
Simple store of either a name of a built-in analyzer element or a custom definition.
|
CategoryDefinition |
|
CcrClient |
A wrapper for the RestHighLevelClient that provides methods for
accessing the Elastic ccr related methods
|
CcrStatsRequest |
|
CcrStatsResponse |
|
CertificateInfo |
Simple model of an X.509 certificate
|
ChangePasswordRequest |
Request object to change the password of a user of a native realm or a built-in user.
|
ChunkingConfig |
The description of how searches should be chunked.
|
ChunkingConfig.Mode |
|
ClearRealmCacheRequest |
Request for clearing the cache of one or more realms
|
ClearRealmCacheResponse |
Response for a clear realm cache request.
|
ClearRolesCacheRequest |
The request used to clear the cache for native roles stored in an index.
|
ClearRolesCacheResponse |
The response object that will be returned when clearing the roles cache
|
CloseIndexRequest |
A request to close an index.
|
CloseIndexResponse |
|
CloseIndexResponse.IndexResult |
|
CloseIndexResponse.ShardResult |
|
CloseIndexResponse.ShardResult.Failure |
|
CloseJobRequest |
Request to close Machine Learning Jobs
|
CloseJobResponse |
Response indicating if the Job(s) closed or not
|
ClusterClient |
|
CompositeRoleMapperExpression |
Expression of role mapper expressions which can be combined by operators like AND, OR
|
CompositeType |
|
ConfusionMatrixMetric |
|
ConfusionMatrixMetric.ConfusionMatrix |
|
ConfusionMatrixMetric.Result |
|
Connection |
A Connection links exactly two Vertex objects.
|
Connection.ConnectionId |
An identifier (implements hashcode and equals) that represents a
unique key for a Connection
|
CountRequest |
Encapsulates a request to _count API against one, several or all indices.
|
CountResponse |
A response to _count API request.
|
CountResponse.ShardStats |
Encapsulates _shards section of count api response.
|
CreateApiKeyRequest |
Request to create API key
|
CreateApiKeyResponse |
Response for create API key
|
CreateIndexRequest |
A request to create an index.
|
CreateIndexResponse |
A response for a create index action.
|
CreateTokenRequest |
Request to create a new OAuth2 token from the Elasticsearch cluster.
|
CreateTokenResponse |
Response when creating a new OAuth2 token in the Elasticsearch cluster.
|
DataCounts |
Job processed record counts.
|
DataDescription |
Describes the format of the data used in the job and how it should
be interpreted by the ML job.
|
DataDescription.Builder |
|
DataDescription.DataFormat |
Enum of the acceptable data formats.
|
DatafeedConfig |
The datafeed configuration object.
|
DatafeedConfig.Builder |
|
DatafeedState |
Datafeed State POJO
|
DatafeedStats |
Datafeed Statistics POJO
|
DatafeedTimingStats |
|
DatafeedUpdate |
A datafeed update contains partial properties to update a DatafeedConfig .
|
DatafeedUpdate.Builder |
|
DataFrameAnalysis |
|
DataFrameAnalyticsConfig |
|
DataFrameAnalyticsConfig.Builder |
|
DataFrameAnalyticsDest |
|
DataFrameAnalyticsDest.Builder |
|
DataFrameAnalyticsSource |
|
DataFrameAnalyticsSource.Builder |
|
DataFrameAnalyticsState |
|
DataFrameAnalyticsStats |
|
DataFrameClient |
|
DataFrameIndexerPosition |
Holds state of the cursors:
indexer_position: the position of the indexer querying the source
bucket_position: the position used for identifying changes
|
DataFrameIndexerTransformStats |
|
DataFrameNamedXContentProvider |
|
DataFrameTransformCheckpointingInfo |
|
DataFrameTransformCheckpointStats |
|
DataFrameTransformConfig |
|
DataFrameTransformConfig.Builder |
|
DataFrameTransformConfigUpdate |
This class holds the mutable configuration items for a data frame transform
|
DataFrameTransformConfigUpdate.Builder |
|
DataFrameTransformProgress |
|
DataFrameTransformStats |
|
DataFrameTransformStats.State |
|
DateHistogramGroupConfig |
The configuration object for the histograms in the rollup config
{
"groups": [
"date_histogram": {
"field" : "foo",
"interval" : "1d",
"delay": "30d",
"time_zone" : "EST"
}
]
}
|
DateHistogramGroupConfig.CalendarInterval |
|
DateHistogramGroupConfig.FixedInterval |
|
DateHistogramGroupSource |
A grouping via a date histogram aggregation referencing a timefield
|
DateHistogramGroupSource.Builder |
|
DateHistogramGroupSource.CalendarInterval |
|
DateHistogramGroupSource.FixedInterval |
|
DateHistogramGroupSource.Interval |
Interval can be specified in 2 ways:
fixed_interval fixed intervals like 1h, 1m, 1d
calendar_interval calendar aware intervals like 1M, 1Y, ...
|
DeactivateWatchRequest |
|
DeactivateWatchResponse |
|
DefaultDetectorDescription |
|
DelayedDataCheckConfig |
The configuration object containing the delayed data check settings.
|
DelegatePkiAuthenticationRequest |
|
DelegatePkiAuthenticationResponse |
|
DeleteAction |
|
DeleteAutoFollowPatternRequest |
|
DeleteCalendarEventRequest |
Request class for removing an event from an existing calendar
|
DeleteCalendarJobRequest |
Request class for removing Machine Learning Jobs from an existing calendar
|
DeleteCalendarRequest |
Request to delete a Machine Learning Calendar
|
DeleteDatafeedRequest |
Request to delete a Machine Learning Datafeed via its ID
|
DeleteDataFrameAnalyticsRequest |
Request to delete a data frame analytics config
|
DeleteDataFrameTransformRequest |
Request to delete a data frame transform
|
DeleteExpiredDataRequest |
Request to delete expired model snapshots and forecasts
|
DeleteExpiredDataResponse |
A response acknowledging the deletion of expired data
|
DeleteFilterRequest |
A request to delete a machine learning filter
|
DeleteForecastRequest |
POJO for a delete forecast request
|
DeleteJobRequest |
Request to delete a Machine Learning Job via its ID
|
DeleteJobResponse |
Response object that contains the acknowledgement or the task id
depending on whether the delete job action was requested to wait for completion.
|
DeleteLicenseRequest |
|
DeleteLifecyclePolicyRequest |
|
DeleteModelSnapshotRequest |
Request to delete a Machine Learning Model Snapshot Job via its Job and Snapshot IDs
|
DeletePrivilegesRequest |
A request to delete application privileges
|
DeletePrivilegesResponse |
Response for application privileges deletion
|
DeleteRoleMappingRequest |
Request object to delete a role mapping.
|
DeleteRoleMappingResponse |
Response when deleting a role mapping.
|
DeleteRoleRequest |
A request delete a role from the security index
|
DeleteRoleResponse |
Response for a role being deleted from the native realm
|
DeleteRollupJobRequest |
|
DeleteSnapshotLifecyclePolicyRequest |
|
DeleteUserRequest |
A request to delete a user from the native realm.
|
DeleteUserResponse |
Response for a user being deleted from the native realm
|
DeleteWatchRequest |
A delete watch request to delete an watch by name (id)
|
DeleteWatchResponse |
|
DeprecationInfoRequest |
|
DeprecationInfoResponse |
|
DeprecationInfoResponse.DeprecationIssue |
Information about deprecated items
|
DeprecationInfoResponse.DeprecationIssue.Level |
|
DestConfig |
|
DestConfig.Builder |
|
DetailAnalyzeResponse |
|
DetailAnalyzeResponse.AnalyzeTokenList |
|
DetailAnalyzeResponse.CharFilteredText |
|
DetectionRule |
|
DetectionRule.Builder |
|
Detector |
Defines the fields and functions used in the analysis.
|
Detector.Builder |
|
Detector.ExcludeFrequent |
|
DetectorFunction |
|
DisableUserRequest |
Request object to disable a native realm or built-in user.
|
EnableUserRequest |
Request object to enable a native realm or built-in user.
|
EstimateMemoryUsageResponse |
|
EvaluateDataFrameRequest |
|
EvaluateDataFrameResponse |
|
Evaluation |
Defines an evaluation
|
EvaluationMetric |
Defines an evaluation metric
|
EvaluationMetric.Result |
The result of an evaluation metric
|
ExceptRoleMapperExpression |
A negating expression.
|
ExecuteSnapshotLifecyclePolicyRequest |
|
ExecuteSnapshotLifecyclePolicyResponse |
|
ExecuteWatchRequest |
An execute watch request to execute a watch by id or inline
|
ExecuteWatchRequest.ActionExecutionMode |
|
ExecuteWatchResponse |
|
ExecutionPhase |
|
ExecutionState |
|
ExplainLifecycleRequest |
The request object used by the Explain Lifecycle API.
|
ExplainLifecycleResponse |
The response object returned by the Explain Lifecycle API.
|
ExpressionRoleMapping |
A representation of a single role-mapping.
|
ExpressionRoleMapping.Fields |
|
FieldRoleMapperExpression |
An expression that evaluates to true if a field (map element) matches
the provided values.
|
FieldStats |
|
FileStructure |
Stores the file format determined by Machine Learning.
|
FileStructure.Builder |
|
FileStructure.Format |
|
FilterRef |
|
FilterRef.FilterType |
|
FindFileStructureRequest |
|
FindFileStructureResponse |
|
FlushJobRequest |
Request object to flush a given Machine Learning job.
|
FlushJobResponse |
Response object containing flush acknowledgement and additional data
|
FollowConfig |
|
FollowInfoRequest |
|
FollowInfoResponse |
|
FollowInfoResponse.FollowerInfo |
|
FollowInfoResponse.Status |
|
FollowStatsRequest |
|
FollowStatsResponse |
|
ForceMergeAction |
|
ForecastJobRequest |
Pojo for forecasting an existing and open Machine Learning Job
|
ForecastJobResponse |
Forecast response object
|
ForecastStats |
A class to hold statistics about forecasts.
|
ForgetFollowerRequest |
Represents a forget follower request.
|
FreezeAction |
|
FreezeIndexRequest |
Request for the _freeze index API
|
GetAliasesResponse |
Response obtained from the get aliases API.
|
GetApiKeyRequest |
Request for get API key
|
GetApiKeyResponse |
Response for get API keys.
The result contains information about the API keys that were found.
|
GetAutoFollowPatternRequest |
Request class for get auto follow pattern api.
|
GetAutoFollowPatternResponse |
|
GetAutoFollowPatternResponse.Pattern |
|
GetBasicStatusResponse |
Response class for license get basic status API
|
GetBucketsRequest |
A request to retrieve buckets of a given job
|
GetBucketsResponse |
A response containing the requested buckets
|
GetBuiltinPrivilegesRequest |
Request object to retrieve the privilege that are builtin to the Elasticsearch cluster.
|
GetBuiltinPrivilegesResponse |
Get builtin privileges response
|
GetCalendarEventsRequest |
Get the Scheduled Events for a Calendar
|
GetCalendarEventsResponse |
Contains a List of the found ScheduledEvent objects and the total count found
|
GetCalendarsRequest |
|
GetCalendarsResponse |
|
GetCategoriesRequest |
A request to retrieve categories of a given job
|
GetCategoriesResponse |
A response containing the requested categories
|
GetDatafeedRequest |
Request object to get DatafeedConfig objects with the matching datafeedId s.
|
GetDatafeedResponse |
Contains a List of the found DatafeedConfig objects and the total count found
|
GetDatafeedStatsRequest |
Request object to get DatafeedStats by their respective datafeedIds
_all explicitly gets all the datafeeds' statistics in the cluster
An empty request (no datafeedId s) implicitly gets all the datafeeds' statistics in the cluster
|
GetDatafeedStatsResponse |
Contains a List of the found DatafeedStats objects and the total count found
|
GetDataFrameAnalyticsRequest |
|
GetDataFrameAnalyticsResponse |
|
GetDataFrameAnalyticsStatsRequest |
Request to get data frame analytics stats
|
GetDataFrameAnalyticsStatsResponse |
|
GetDataFrameTransformRequest |
|
GetDataFrameTransformResponse |
|
GetDataFrameTransformStatsRequest |
|
GetDataFrameTransformStatsResponse |
|
GetFieldMappingsRequest |
Request the mappings of specific fields
|
GetFieldMappingsResponse |
|
GetFieldMappingsResponse.FieldMappingMetaData |
|
GetFiltersRequest |
|
GetFiltersResponse |
Contains a List of the found MlFilter objects and the total count found
|
GetIndexRequest |
A request to retrieve information about an index.
|
GetIndexRequest.Feature |
|
GetIndexResponse |
A client side response for a get index action.
|
GetIndexTemplatesRequest |
A request to read the content of index templates
|
GetIndexTemplatesResponse |
|
GetInfluencersRequest |
A request to retrieve influencers of a given job
|
GetInfluencersResponse |
A response containing the requested influencers
|
GetJobRequest |
Request object to get Job objects with the matching jobId s or
groupName s.
|
GetJobResponse |
Contains a List of the found Job objects and the total count found
|
GetJobStatsRequest |
Request object to get JobStats by their respective jobIds
_all explicitly gets all the jobs' statistics in the cluster
An empty request (no jobId s) implicitly gets all the jobs' statistics in the cluster
|
GetJobStatsResponse |
Contains a List of the found JobStats objects and the total count found
|
GetLicenseRequest |
|
GetLicenseResponse |
|
GetLifecyclePolicyRequest |
|
GetLifecyclePolicyResponse |
|
GetMappingsRequest |
|
GetMappingsResponse |
|
GetModelSnapshotsRequest |
A request to retrieve information about model snapshots for a given job
|
GetModelSnapshotsResponse |
A response containing the requested snapshots
|
GetOverallBucketsRequest |
A request to retrieve overall buckets of set of jobs
|
GetOverallBucketsResponse |
A response containing the requested overall buckets
|
GetPrivilegesRequest |
Request object to get application privilege(s)
|
GetPrivilegesResponse |
Get application privileges response
|
GetRecordsRequest |
A request to retrieve records of a given job
|
GetRecordsResponse |
A response containing the requested records
|
GetRoleMappingsRequest |
Request object to get role mappings
|
GetRoleMappingsResponse |
Get role mappings response
|
GetRolesRequest |
Request object to retrieve roles from the native roles store
|
GetRolesResponse |
Response when requesting one or more roles.
|
GetRollupCapsRequest |
|
GetRollupCapsResponse |
|
GetRollupIndexCapsRequest |
|
GetRollupIndexCapsResponse |
|
GetRollupJobRequest |
Request to fetch rollup jobs.
|
GetRollupJobResponse |
Response from rollup's get jobs api.
|
GetRollupJobResponse.JobWrapper |
|
GetRollupJobResponse.RollupIndexerJobStats |
The Rollup specialization of stats for the AsyncTwoPhaseIndexer.
|
GetRollupJobResponse.RollupJobStatus |
Status of the rollup job.
|
GetSnapshotLifecyclePolicyRequest |
|
GetSnapshotLifecyclePolicyResponse |
|
GetSslCertificatesRequest |
Request object to retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
GetSslCertificatesResponse |
Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
GetTaskRequest |
|
GetTaskResponse |
|
GetTrialStatusResponse |
Response class for license get trial status API
|
GetUserPrivilegesRequest |
|
GetUserPrivilegesResponse |
|
GetUsersRequest |
Request object to retrieve users from the native realm
|
GetUsersResponse |
Response when requesting zero or more users.
|
GetUsersResponse.ParsedUser |
|
GetWatchRequest |
The request to get the watch by name (id)
|
GetWatchResponse |
|
GlobalOperationPrivilege |
Represents generic global cluster privileges that can be scoped by categories
and then further by operations.
|
GlobalPrivileges |
Represents global privileges.
|
GraphClient |
|
GraphExploreRequest |
Holds the criteria required to guide the exploration of connected terms which
can be returned as a graph.
|
GraphExploreRequest.TermBoost |
|
GraphExploreResponse |
Graph explore response holds a graph of Vertex and Connection objects
(nodes and edges in common graph parlance).
|
GroupConfig |
Class describing how to group data
|
GroupConfig |
The configuration object for the groups section in the rollup config.
|
GroupConfig.Builder |
|
HasPrivilegesRequest |
Request to determine whether the current user has a list of privileges.
|
HasPrivilegesResponse |
Response when checking whether the current user has a defined set of privileges.
|
HistogramGroupConfig |
The configuration object for the histograms in the rollup config
{
"groups": [
"histogram": {
"fields" : [ "foo", "bar" ],
"interval" : 123
}
]
}
|
HistogramGroupSource |
A grouping via a histogram aggregation referencing a numeric field
|
HistogramGroupSource.Builder |
|
Hop |
A Hop represents one of potentially many stages in a graph exploration.
|
IndexerJobStats |
|
IndexerState |
IndexerState represents the internal state of the indexer.
|
IndexLifecycleClient |
|
IndexLifecycleExplainResponse |
|
IndexLifecycleNamedXContentProvider |
|
IndexTemplateMetaData |
|
IndexTemplateMetaData.Builder |
|
IndexTemplatesExistRequest |
A request to check for the existence of index templates
|
IndicesClient |
|
IndicesFollowStats |
|
IndicesFollowStats.ShardFollowStats |
|
IndicesPrivileges |
Represents privileges over indices.
|
IndicesPrivileges.Builder |
|
Influence |
Influence field name and list of influence field values/score pairs
|
Influencer |
|
IngestClient |
|
InvalidateApiKeyRequest |
Request for invalidating API key(s) so that it can no longer be used
|
InvalidateApiKeyResponse |
|
InvalidateTokenRequest |
Request to invalidate a OAuth2 token within the Elasticsearch cluster.
|
InvalidateTokenResponse |
Response when invalidating one or multiple OAuth2 access tokens and refresh tokens.
|
Job |
This class represents a configured and created Job.
|
Job.Builder |
|
JobState |
Jobs whether running or complete are in one of these states.
|
JobStats |
Class containing the statistics for a Machine Learning job.
|
JobUpdate |
POJO for updating an existing Machine Learning Job
|
JobUpdate.Builder |
|
JobUpdate.DetectorUpdate |
|
LicenseClient |
A wrapper for the RestHighLevelClient that provides methods for
accessing the Elastic License-related methods
|
LicensesStatus |
|
LicenseStatus |
Status of an X-Pack license.
|
LifecycleAction |
interface for index lifecycle management actions
|
LifecycleManagementStatusRequest |
A TimedRequest to get the current status of index lifecycle management.
|
LifecycleManagementStatusResponse |
The current status of index lifecycle management.
|
LifecyclePolicy |
Represents the lifecycle of an index from creation to deletion.
|
LifecyclePolicyMetadata |
|
MachineLearningClient |
|
MainRequest |
|
MainResponse |
|
MainResponse.Version |
|
ManageApplicationPrivilege |
Represents the privilege to "manage" certain applications.
|
MeanSquaredErrorMetric |
Calculates the mean squared error between two known numerical fields.
|
MeanSquaredErrorMetric.Result |
|
MetricConfig |
The configuration object for the metrics portion of a rollup job config
{
"metrics": [
{
"field": "foo",
"metrics": [ "min", "max", "sum"]
},
{
"field": "bar",
"metrics": [ "max" ]
}
]
}
|
MigrationClient |
A wrapper for the RestHighLevelClient that provides methods for
accessing the Elastic License-related methods
|
MlDataFrameAnalysisNamedXContentProvider |
|
MlEvaluationNamedXContentProvider |
|
MlFilter |
An MlFilter Object
A filter contains a list of strings.
|
MlFilter.Builder |
|
MlInfoRequest |
|
MlInfoResponse |
|
ModelPlotConfig |
|
ModelSizeStats |
Provide access to the C++ model memory usage numbers for the Java process.
|
ModelSizeStats.Builder |
|
ModelSizeStats.MemoryStatus |
The status of the memory monitored by the ResourceMonitor.
|
ModelSnapshot |
ModelSnapshot Result POJO
|
ModelSnapshot.Builder |
|
MultiTermVectorsRequest |
|
MultiTermVectorsResponse |
|
NodeAttributes |
A Pojo class containing an Elastic Node's attributes
|
NodeAttributes |
A Pojo class containing an Elastic Node's attributes
|
NodesResponse |
Base class for responses that are node responses.
|
NodesResponseHeader |
|
OpenJobRequest |
Request to open a Machine Learning Job
|
OpenJobResponse |
Response indicating if the Machine Learning Job is now opened or not
|
OperationMode |
Enum representing the different modes that Index Lifecycle Service can operate in.
|
Operator |
Enum representing logical comparisons on doubles
|
OutlierDetection |
|
OutlierDetection.Builder |
|
OutlierDetection.Method |
|
OverallBucket |
Overall Bucket Result POJO
|
OverallBucket.JobInfo |
|
PageParams |
Paging parameters for GET requests
|
PauseFollowRequest |
|
Phase |
Represents set of LifecycleAction s which should be executed at a
particular point in the lifecycle of an index.
|
PhaseExecutionInfo |
This class contains information about the current phase being executed by Index
Lifecycle Management on the specific index.
|
PhaseProgress |
A class that describes a phase and its progress as a percentage
|
PivotConfig |
|
PivotConfig.Builder |
|
PostCalendarEventRequest |
Request to add a ScheduledEvent to a Machine Learning calendar
|
PostCalendarEventResponse |
Response to adding ScheduledEvent(s) to a Machine Learning calendar
|
PostDataRequest |
Request to post data to a Machine Learning job
|
PostDataRequest.JsonBuilder |
|
PostDataResponse |
Response object when posting data to a Machine Learning Job
|
PrecisionMetric |
|
PrecisionMetric.Result |
|
PreviewDatafeedRequest |
Request to preview a MachineLearning Datafeed
|
PreviewDatafeedResponse |
Response containing a datafeed preview in JSON format
|
PreviewDataFrameTransformRequest |
|
PreviewDataFrameTransformResponse |
|
ProtocolUtils |
Common utilities used for XPack protocol classes
|
PutAutoFollowPatternRequest |
|
PutCalendarJobRequest |
Request class for adding Machine Learning Jobs to an existing calendar
|
PutCalendarRequest |
Request to create a new Machine Learning calendar
|
PutCalendarResponse |
|
PutDatafeedRequest |
Request to create a new Machine Learning Datafeed given a DatafeedConfig configuration
|
PutDatafeedResponse |
|
PutDataFrameAnalyticsRequest |
|
PutDataFrameAnalyticsResponse |
|
PutDataFrameTransformRequest |
|
PutFilterRequest |
Request to create a new Machine Learning MlFilter given a MlFilter configuration
|
PutFilterResponse |
Response containing the newly created MlFilter
|
PutFollowRequest |
|
PutFollowResponse |
|
PutIndexTemplateRequest |
A request to create an index template.
|
PutJobRequest |
Request to create a new Machine Learning Job given a Job configuration
|
PutJobResponse |
Response containing the newly created Job
|
PutLicenseRequest |
|
PutLicenseResponse |
|
PutLifecyclePolicyRequest |
|
PutMappingRequest |
Put a mapping definition into one or more indices.
|
PutPrivilegesRequest |
Request object for creating/updating application privileges.
|
PutPrivilegesResponse |
Response when creating/updating one or more application privileges to the
security index.
|
PutRoleMappingRequest |
Request object to create or update a role mapping.
|
PutRoleMappingResponse |
Response when adding/updating a role mapping.
|
PutRoleRequest |
Request object to create or update a role.
|
PutRoleResponse |
Response when adding a role to the native roles store.
|
PutRollupJobRequest |
|
PutSnapshotLifecyclePolicyRequest |
|
PutUserRequest |
Request object to create or update a user in the native realm.
|
PutUserResponse |
Response when adding a user to the native realm.
|
PutWatchRequest |
This request class contains the data needed to create a watch along with the name of the watch.
|
PutWatchResponse |
|
Quantiles |
Quantiles Result POJO
|
QueryConfig |
Object for encapsulating the desired Query for a DataFrameTransform
|
QueryConfig |
Object for encapsulating the desired Query for a DataFrameAnalysis
|
QueuedWatch |
|
ReadOnlyAction |
|
RecallMetric |
|
RecallMetric.Result |
|
RefreshPolicy |
Enumeration of values that control the refresh policy for a request that
supports specifying a refresh policy.
|
Regression |
Evaluation of regression results.
|
Regression |
|
Regression.Builder |
|
ReloadAnalyzersRequest |
Request for the _reload_search_analyzers API
|
ReloadAnalyzersResponse |
The response object that will be returned when reloading analyzers
|
ReloadAnalyzersResponse.ReloadDetails |
|
RemoveIndexLifecyclePolicyRequest |
|
RemoveIndexLifecyclePolicyResponse |
|
RestHighLevelClient |
High level REST client that wraps an instance of the low level RestClient and allows to build requests and read responses.
|
Result |
Contains common attributes for results.
|
ResumeFollowRequest |
|
RethrottleRequest |
A request changing throttling of a task.
|
RetryLifecyclePolicyRequest |
|
RevertModelSnapshotRequest |
A request to revert to a specific model snapshot for a given job
|
RevertModelSnapshotResponse |
A response containing the reverted model snapshot
|
Role |
Represents an aggregation of privileges.
|
Role.Builder |
|
Role.ClusterPrivilegeName |
Canonical cluster privilege names.
|
Role.IndexPrivilegeName |
Canonical index privilege names.
|
RoleMapperExpression |
Implementations of this interface represent an expression used for user role mapping
that can later be resolved to a boolean value.
|
RoleMapperExpressionParser |
Parses the JSON (XContent) based boolean expression DSL into a tree of
RoleMapperExpression objects.
|
RollableIndexCaps |
Represents the rollup capabilities of a non-rollup index.
|
RolloverAction |
|
RolloverRequest |
Request class to swap index under an alias upon satisfying conditions
|
RolloverResponse |
|
RollupClient |
A wrapper for the RestHighLevelClient that provides methods for
accessing the Elastic Rollup-related methods
|
RollupJobCaps |
Represents the Rollup capabilities for a specific job on a single rollup index
|
RollupJobCaps.RollupFieldCaps |
|
RollupJobConfig |
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.
|
RSquaredMetric |
Calculates R-Squared between two known numerical fields.
|
RSquaredMetric.Result |
|
RuleAction |
|
RuleCondition |
|
RuleCondition.AppliesTo |
|
RuleScope |
|
RuleScope.Builder |
|
ScheduledEvent |
|
SecurityClient |
|
SecurityNodesResponse |
Base class for security responses that are node responses.
|
SecurityNodesResponse.Node |
|
SetPriorityAction |
|
SetUpgradeModeRequest |
Sets ML into upgrade_mode
|
SetUserEnabledRequest |
Abstract request object to enable or disable a built-in or native user.
|
ShardsAcknowledgedResponse |
|
ShrinkAction |
|
SimpleStats |
Helper class for min, max, avg and total statistics for a quantity
|
SingleGroupSource |
|
SingleGroupSource.Type |
|
SnapshotClient |
|
SnapshotInvocationRecord |
|
SnapshotLifecyclePolicy |
|
SnapshotLifecyclePolicyMetadata |
|
SnapshotLifecyclePolicyMetadata.SnapshotInProgress |
|
SourceConfig |
|
SourceConfig.Builder |
|
StartBasicRequest |
|
StartBasicResponse |
|
StartBasicResponse.Status |
|
StartDatafeedRequest |
Request to start a Datafeed
|
StartDatafeedResponse |
Response indicating if the Machine Learning Datafeed is now started or not
|
StartDataFrameAnalyticsRequest |
|
StartDataFrameTransformRequest |
|
StartDataFrameTransformResponse |
|
StartILMRequest |
|
StartRollupJobRequest |
|
StartRollupJobResponse |
|
StartTrialRequest |
|
StartTrialResponse |
|
StartWatchServiceRequest |
|
StopDatafeedRequest |
Request to stop Machine Learning Datafeeds
|
StopDatafeedResponse |
Response indicating if the Machine Learning Datafeed is now stopped or not
|
StopDataFrameAnalyticsRequest |
|
StopDataFrameAnalyticsResponse |
Response indicating if the Machine Learning Data Frame Analytics is now stopped or not
|
StopDataFrameTransformRequest |
|
StopDataFrameTransformResponse |
|
StopILMRequest |
|
StopRollupJobRequest |
|
StopRollupJobResponse |
|
StopWatchServiceRequest |
|
SyncConfig |
|
SyncedFlushResponse |
|
SyncedFlushResponse.IndexResult |
Description for the flush/synced results for a particular index.
|
SyncedFlushResponse.ShardCounts |
Encapsulates the number of total successful and failed shard copies
|
SyncedFlushResponse.ShardFailure |
Description of a failed shard copy for an index.
|
TasksClient |
|
TaskSubmissionResponse |
|
TemplateRoleName |
A role name that uses a dynamic template.
|
TemplateRoleName.Fields |
|
TemplateRoleName.Format |
|
TermsGroupConfig |
The configuration object for the histograms in the rollup config
{
"groups": [
"terms": {
"fields" : [ "foo", "bar" ]
}
]
}
|
TermsGroupSource |
|
TermsGroupSource.Builder |
|
TermVectorsRequest |
|
TermVectorsResponse |
|
TermVectorsResponse.TermVector |
|
TermVectorsResponse.TermVector.FieldStatistics |
|
TermVectorsResponse.TermVector.Term |
|
TermVectorsResponse.TermVector.Token |
|
TimedRequest |
A base request for any requests that supply timeouts.
|
TimeSyncConfig |
|
TimeUtil |
|
TimeUtil |
|
TimingStats |
Stats that give more insight into timing of various operations performed as part of anomaly detection job.
|
UnfollowAction |
|
UnfollowRequest |
|
UnfreezeIndexRequest |
Request for the _unfreeze index API
|
UpdateDatafeedRequest |
|
UpdateDataFrameTransformRequest |
|
UpdateDataFrameTransformResponse |
|
UpdateFilterRequest |
Updates an existing MlFilter configuration
|
UpdateJobRequest |
|
UpdateModelSnapshotRequest |
A request to update information about an existing model snapshot for a given job
|
UpdateModelSnapshotResponse |
A response acknowledging the update of information for an existing model snapshot for a given job
|
User |
A user to be utilized with security APIs.
|
UserIndicesPrivileges |
|
Validatable |
Defines a validation layer for Requests.
|
ValidationException |
Encapsulates an accumulation of validation errors
|
Vertex |
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.VertexId |
An identifier (implements hashcode and equals) that represents a
unique key for a Vertex
|
VertexRequest |
A request to identify terms from a choice of field as part of a Hop .
|
WatcherClient |
|
WatcherMetaData |
|
WatcherState |
|
WatcherStatsRequest |
A request to explicitly acknowledge a watch.
|
WatcherStatsResponse |
The response from an 'ack watch' request.
|
WatcherStatsResponse.Node |
|
WatchExecutionSnapshot |
|
WatchStatus |
|
WatchStatus.Field |
|
WatchStatus.State |
|
WatchStatusDateParser |
|
XContentSource |
Encapsulates the xcontent source
|
XPackClient |
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 |
Fetch information about X-Pack from the cluster.
|
XPackInfoRequest.Category |
|
XPackInfoResponse |
|
XPackInfoResponse.BuildInfo |
|
XPackInfoResponse.FeatureSetsInfo |
|
XPackInfoResponse.FeatureSetsInfo.FeatureSet |
|
XPackInfoResponse.LicenseInfo |
|
XPackUsageRequest |
|
XPackUsageResponse |
Response object from calling the xpack usage api.
|