AckWatchResponse |
WatcherClient.ackWatch(AckWatchRequest request,
RequestOptions options) |
Acknowledges a watch.
|
Cancellable |
WatcherClient.ackWatchAsync(AckWatchRequest request,
RequestOptions options,
ActionListener<AckWatchResponse> listener) |
Asynchronously acknowledges a watch.
|
ActivateWatchResponse |
WatcherClient.activateWatch(ActivateWatchRequest request,
RequestOptions options) |
Activate a watch from the cluster
See
the docs for more.
|
Cancellable |
WatcherClient.activateWatchAsync(ActivateWatchRequest request,
RequestOptions options,
ActionListener<ActivateWatchResponse> listener) |
Asynchronously activates a watch from the cluster
See
the docs for more.
|
AnalyzeResponse |
IndicesClient.analyze(AnalyzeRequest request,
RequestOptions options) |
|
Cancellable |
IndicesClient.analyzeAsync(AnalyzeRequest request,
RequestOptions options,
ActionListener<AnalyzeResponse> listener) |
|
AuthenticateResponse |
SecurityClient.authenticate(RequestOptions options) |
Authenticate the current user and return all the information about the authenticated user.
|
Cancellable |
SecurityClient.authenticateAsync(RequestOptions options,
ActionListener<AuthenticateResponse> listener) |
Authenticate the current user asynchronously and return all the information about the authenticated user.
|
BulkResponse |
RestHighLevelClient.bulk(BulkRequest bulkRequest,
RequestOptions options) |
Executes a bulk request using the Bulk API.
|
Cancellable |
RestHighLevelClient.bulkAsync(BulkRequest bulkRequest,
RequestOptions options,
ActionListener<BulkResponse> listener) |
Asynchronously executes a bulk request using the Bulk API.
|
CancelTasksResponse |
TasksClient.cancel(CancelTasksRequest cancelTasksRequest,
RequestOptions options) |
Cancel one or more cluster tasks using the Task Management API.
|
Cancellable |
TasksClient.cancelAsync(CancelTasksRequest cancelTasksRequest,
RequestOptions options,
ActionListener<CancelTasksResponse> listener) |
Asynchronously cancel one or more cluster tasks using the Task Management API.
|
boolean |
SecurityClient.changePassword(RequestOptions options,
ChangePasswordRequest request) |
Deprecated.
|
boolean |
SecurityClient.changePassword(ChangePasswordRequest request,
RequestOptions options) |
Change the password of a user of a native realm or built-in user synchronously.
|
Cancellable |
SecurityClient.changePasswordAsync(RequestOptions options,
ChangePasswordRequest request,
ActionListener<Boolean> listener) |
Deprecated.
|
Cancellable |
SecurityClient.changePasswordAsync(ChangePasswordRequest request,
RequestOptions options,
ActionListener<Boolean> listener) |
Change the password of a user of a native realm or built-in user asynchronously.
|
CleanupRepositoryResponse |
SnapshotClient.cleanupRepository(CleanupRepositoryRequest cleanupRepositoryRequest,
RequestOptions options) |
Cleans up a snapshot repository.
|
Cancellable |
SnapshotClient.cleanupRepositoryAsync(CleanupRepositoryRequest cleanupRepositoryRequest,
RequestOptions options,
ActionListener<CleanupRepositoryResponse> listener) |
Asynchronously cleans up a snapshot repository.
|
ClearIndicesCacheResponse |
IndicesClient.clearCache(ClearIndicesCacheRequest clearIndicesCacheRequest,
RequestOptions options) |
Clears the cache of one or more indices using the Clear Cache API.
|
Cancellable |
IndicesClient.clearCacheAsync(ClearIndicesCacheRequest clearIndicesCacheRequest,
RequestOptions options,
ActionListener<ClearIndicesCacheResponse> listener) |
Asynchronously clears the cache of one or more indices using the Clear Cache API.
|
ClearRealmCacheResponse |
SecurityClient.clearRealmCache(ClearRealmCacheRequest request,
RequestOptions options) |
Clears the cache in one or more realms.
|
Cancellable |
SecurityClient.clearRealmCacheAsync(ClearRealmCacheRequest request,
RequestOptions options,
ActionListener<ClearRealmCacheResponse> listener) |
Clears the cache in one or more realms asynchronously.
|
ClearRolesCacheResponse |
SecurityClient.clearRolesCache(ClearRolesCacheRequest request,
RequestOptions options) |
Clears the roles cache for a set of roles.
|
Cancellable |
SecurityClient.clearRolesCacheAsync(ClearRolesCacheRequest request,
RequestOptions options,
ActionListener<ClearRolesCacheResponse> listener) |
Clears the roles cache for a set of roles asynchronously.
|
ClearScrollResponse |
RestHighLevelClient.clearScroll(ClearScrollRequest clearScrollRequest,
RequestOptions options) |
Clears one or more scroll ids using the Clear Scroll API.
|
Cancellable |
RestHighLevelClient.clearScrollAsync(ClearScrollRequest clearScrollRequest,
RequestOptions options,
ActionListener<ClearScrollResponse> listener) |
Asynchronously clears one or more scroll ids using the Clear Scroll API.
|
ResizeResponse |
IndicesClient.clone(ResizeRequest resizeRequest,
RequestOptions options) |
Clones an index using the Clone Index API.
|
Cancellable |
IndicesClient.cloneAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously clones an index using the Clone Index API.
|
CloseIndexResponse |
IndicesClient.close(CloseIndexRequest closeIndexRequest,
RequestOptions options) |
Closes an index using the Close Index API.
|
Cancellable |
IndicesClient.closeAsync(CloseIndexRequest closeIndexRequest,
RequestOptions options,
ActionListener<CloseIndexResponse> listener) |
Asynchronously closes an index using the Close Index API.
|
CloseJobResponse |
MachineLearningClient.closeJob(CloseJobRequest request,
RequestOptions options) |
Closes one or more Machine Learning Jobs.
|
Cancellable |
MachineLearningClient.closeJobAsync(CloseJobRequest request,
RequestOptions options,
ActionListener<CloseJobResponse> listener) |
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.
|
CountResponse |
RestHighLevelClient.count(CountRequest countRequest,
RequestOptions options) |
Executes a count request using the Count API.
|
Cancellable |
RestHighLevelClient.countAsync(CountRequest countRequest,
RequestOptions options,
ActionListener<CountResponse> listener) |
Asynchronously executes a count request using the Count API.
|
CreateIndexResponse |
IndicesClient.create(CreateIndexRequest createIndexRequest,
RequestOptions options) |
Deprecated.
|
CreateIndexResponse |
IndicesClient.create(CreateIndexRequest createIndexRequest,
RequestOptions options) |
Creates an index using the Create Index API.
|
CreateSnapshotResponse |
SnapshotClient.create(CreateSnapshotRequest createSnapshotRequest,
RequestOptions options) |
Creates a snapshot.
|
CreateApiKeyResponse |
SecurityClient.createApiKey(CreateApiKeyRequest request,
RequestOptions options) |
Create an API Key.
See
the docs for more.
|
Cancellable |
SecurityClient.createApiKeyAsync(CreateApiKeyRequest request,
RequestOptions options,
ActionListener<CreateApiKeyResponse> listener) |
Asynchronously creates an API key.
See
the docs for more.
|
Cancellable |
IndicesClient.createAsync(CreateIndexRequest createIndexRequest,
RequestOptions options,
ActionListener<CreateIndexResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.createAsync(CreateIndexRequest createIndexRequest,
RequestOptions options,
ActionListener<CreateIndexResponse> listener) |
Asynchronously creates an index using the Create Index API.
|
Cancellable |
SnapshotClient.createAsync(CreateSnapshotRequest createSnapshotRequest,
RequestOptions options,
ActionListener<CreateSnapshotResponse> listener) |
Asynchronously creates a snapshot.
|
AcknowledgedResponse |
SnapshotClient.createRepository(PutRepositoryRequest putRepositoryRequest,
RequestOptions options) |
Creates a snapshot repository.
|
Cancellable |
SnapshotClient.createRepositoryAsync(PutRepositoryRequest putRepositoryRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously creates a snapshot repository.
|
CreateTokenResponse |
SecurityClient.createToken(CreateTokenRequest request,
RequestOptions options) |
Creates an OAuth2 token.
|
Cancellable |
SecurityClient.createTokenAsync(CreateTokenRequest request,
RequestOptions options,
ActionListener<CreateTokenResponse> listener) |
Asynchronously creates an OAuth2 token.
|
DeactivateWatchResponse |
WatcherClient.deactivateWatch(DeactivateWatchRequest request,
RequestOptions options) |
Deactivate an existing watch
See
the docs for more.
|
Cancellable |
WatcherClient.deactivateWatchAsync(DeactivateWatchRequest request,
RequestOptions options,
ActionListener<DeactivateWatchResponse> listener) |
Asynchronously deactivate an existing watch
See
the docs for more.
|
DelegatePkiAuthenticationResponse |
SecurityClient.delegatePkiAuthentication(DelegatePkiAuthenticationRequest request,
RequestOptions options) |
Get an Elasticsearch access token from an X509Certificate chain.
|
Cancellable |
SecurityClient.delegatePkiAuthenticationAsync(DelegatePkiAuthenticationRequest request,
RequestOptions options,
ActionListener<DelegatePkiAuthenticationResponse> listener) |
Asynchronously get an Elasticsearch access token from an X509Certificate chain.
|
AcknowledgedResponse |
IndicesClient.delete(DeleteIndexRequest deleteIndexRequest,
RequestOptions options) |
Deletes an index using the Delete Index API.
|
DeleteResponse |
RestHighLevelClient.delete(DeleteRequest deleteRequest,
RequestOptions options) |
Deletes a document by id using the Delete API.
|
AcknowledgedResponse |
SnapshotClient.delete(DeleteSnapshotRequest deleteSnapshotRequest,
RequestOptions options) |
Deletes a snapshot.
|
Cancellable |
IndicesClient.deleteAsync(DeleteIndexRequest deleteIndexRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously deletes an index using the Delete Index API.
|
Cancellable |
RestHighLevelClient.deleteAsync(DeleteRequest deleteRequest,
RequestOptions options,
ActionListener<DeleteResponse> listener) |
Asynchronously deletes a document by id using the Delete API.
|
Cancellable |
SnapshotClient.deleteAsync(DeleteSnapshotRequest deleteSnapshotRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously deletes a snapshot.
|
AcknowledgedResponse |
CcrClient.deleteAutoFollowPattern(DeleteAutoFollowPatternRequest request,
RequestOptions options) |
Deletes an auto follow pattern.
|
Cancellable |
CcrClient.deleteAutoFollowPatternAsync(DeleteAutoFollowPatternRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously deletes an auto follow pattern.
|
BulkByScrollResponse |
RestHighLevelClient.deleteByQuery(DeleteByQueryRequest deleteByQueryRequest,
RequestOptions options) |
Executes a delete by query request.
|
Cancellable |
RestHighLevelClient.deleteByQueryAsync(DeleteByQueryRequest deleteByQueryRequest,
RequestOptions options,
ActionListener<BulkByScrollResponse> listener) |
Asynchronously executes a delete by query request.
|
ListTasksResponse |
RestHighLevelClient.deleteByQueryRethrottle(RethrottleRequest rethrottleRequest,
RequestOptions options) |
Executes a delete by query rethrottle request.
|
Cancellable |
RestHighLevelClient.deleteByQueryRethrottleAsync(RethrottleRequest rethrottleRequest,
RequestOptions options,
ActionListener<ListTasksResponse> listener) |
Asynchronously execute an delete by query rethrottle request.
|
AcknowledgedResponse |
MachineLearningClient.deleteCalendar(DeleteCalendarRequest request,
RequestOptions options) |
Deletes the given Machine Learning Calendar
|
Cancellable |
MachineLearningClient.deleteCalendarAsync(DeleteCalendarRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
MachineLearningClient.deleteCalendarEvent(DeleteCalendarEventRequest request,
RequestOptions options) |
Removes a Scheduled Event from a calendar
|
Cancellable |
MachineLearningClient.deleteCalendarEventAsync(DeleteCalendarEventRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Removes a Scheduled Event from a calendar, notifies listener when completed
|
PutCalendarResponse |
MachineLearningClient.deleteCalendarJob(DeleteCalendarJobRequest request,
RequestOptions options) |
Removes Machine Learning Job(s) from a calendar
|
Cancellable |
MachineLearningClient.deleteCalendarJobAsync(DeleteCalendarJobRequest request,
RequestOptions options,
ActionListener<PutCalendarResponse> listener) |
Removes Machine Learning Job(s) from a calendar, notifies listener when completed
|
AcknowledgedResponse |
MachineLearningClient.deleteDatafeed(DeleteDatafeedRequest request,
RequestOptions options) |
Deletes the given Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.deleteDatafeedAsync(DeleteDatafeedRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes the given Machine Learning Datafeed asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
MachineLearningClient.deleteDataFrameAnalytics(DeleteDataFrameAnalyticsRequest request,
RequestOptions options) |
Deletes the given Data Frame Analytics config
|
Cancellable |
MachineLearningClient.deleteDataFrameAnalyticsAsync(DeleteDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes the given Data Frame Analytics config asynchronously and notifies listener upon completion
|
DeleteExpiredDataResponse |
MachineLearningClient.deleteExpiredData(DeleteExpiredDataRequest request,
RequestOptions options) |
Deletes expired data from Machine Learning Jobs
|
Cancellable |
MachineLearningClient.deleteExpiredDataAsync(DeleteExpiredDataRequest request,
RequestOptions options,
ActionListener<DeleteExpiredDataResponse> listener) |
Deletes expired data from Machine Learning Jobs asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
MachineLearningClient.deleteFilter(DeleteFilterRequest request,
RequestOptions options) |
Deletes the given Machine Learning filter
|
Cancellable |
MachineLearningClient.deleteFilterAsync(DeleteFilterRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes the given Machine Learning filter asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
MachineLearningClient.deleteForecast(DeleteForecastRequest request,
RequestOptions options) |
Deletes Machine Learning Job Forecasts
|
Cancellable |
MachineLearningClient.deleteForecastAsync(DeleteForecastRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes Machine Learning Job Forecasts asynchronously
|
DeleteJobResponse |
MachineLearningClient.deleteJob(DeleteJobRequest request,
RequestOptions options) |
Deletes the given Machine Learning Job
|
Cancellable |
MachineLearningClient.deleteJobAsync(DeleteJobRequest request,
RequestOptions options,
ActionListener<DeleteJobResponse> listener) |
Deletes the given Machine Learning Job asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
LicenseClient.deleteLicense(DeleteLicenseRequest request,
RequestOptions options) |
Deletes license from the cluster.
|
Cancellable |
LicenseClient.deleteLicenseAsync(DeleteLicenseRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously deletes license from the cluster.
|
AcknowledgedResponse |
IndexLifecycleClient.deleteLifecyclePolicy(DeleteLifecyclePolicyRequest request,
RequestOptions options) |
Delete a lifecycle definition
See
|
Cancellable |
IndexLifecycleClient.deleteLifecyclePolicyAsync(DeleteLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously delete a lifecycle definition
See
|
AcknowledgedResponse |
MachineLearningClient.deleteModelSnapshot(DeleteModelSnapshotRequest request,
RequestOptions options) |
Deletes Machine Learning Model Snapshots
|
Cancellable |
MachineLearningClient.deleteModelSnapshotAsync(DeleteModelSnapshotRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deletes Machine Learning Model Snapshots asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
IngestClient.deletePipeline(DeletePipelineRequest request,
RequestOptions options) |
Delete an existing pipeline.
|
Cancellable |
IngestClient.deletePipelineAsync(DeletePipelineRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously delete an existing pipeline.
|
AcknowledgedResponse |
EnrichClient.deletePolicy(DeletePolicyRequest request,
RequestOptions options) |
Executes the delete policy api, which deletes an enrich policy.
|
Cancellable |
EnrichClient.deletePolicyAsync(DeletePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously executes the delete policy api, which deletes an enrich policy.
|
DeletePrivilegesResponse |
SecurityClient.deletePrivileges(DeletePrivilegesRequest request,
RequestOptions options) |
Removes application privilege(s)
See
the docs for more.
|
Cancellable |
SecurityClient.deletePrivilegesAsync(DeletePrivilegesRequest request,
RequestOptions options,
ActionListener<DeletePrivilegesResponse> listener) |
Asynchronously removes an application privilege
See
the docs for more.
|
AcknowledgedResponse |
SnapshotClient.deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest,
RequestOptions options) |
Deletes a snapshot repository.
|
Cancellable |
SnapshotClient.deleteRepositoryAsync(DeleteRepositoryRequest deleteRepositoryRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously deletes a snapshot repository.
|
DeleteRoleResponse |
SecurityClient.deleteRole(DeleteRoleRequest request,
RequestOptions options) |
Removes role from the native realm.
|
Cancellable |
SecurityClient.deleteRoleAsync(DeleteRoleRequest request,
RequestOptions options,
ActionListener<DeleteRoleResponse> listener) |
Removes role from the native realm.
|
DeleteRoleMappingResponse |
SecurityClient.deleteRoleMapping(DeleteRoleMappingRequest request,
RequestOptions options) |
Delete a role mapping.
|
Cancellable |
SecurityClient.deleteRoleMappingAsync(DeleteRoleMappingRequest request,
RequestOptions options,
ActionListener<DeleteRoleMappingResponse> listener) |
Asynchronously delete a role mapping.
|
AcknowledgedResponse |
RollupClient.deleteRollupJob(DeleteRollupJobRequest request,
RequestOptions options) |
Delete a rollup job from the cluster
See
the docs for more.
|
Cancellable |
RollupClient.deleteRollupJobAsync(DeleteRollupJobRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously delete a rollup job from the cluster
See
The docs for details.
|
AcknowledgedResponse |
RestHighLevelClient.deleteScript(DeleteStoredScriptRequest request,
RequestOptions options) |
Delete stored script by id.
|
Cancellable |
RestHighLevelClient.deleteScriptAsync(DeleteStoredScriptRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously delete stored script by id.
|
AcknowledgedResponse |
IndexLifecycleClient.deleteSnapshotLifecyclePolicy(DeleteSnapshotLifecyclePolicyRequest request,
RequestOptions options) |
Delete a snapshot lifecycle definition
See
|
Cancellable |
IndexLifecycleClient.deleteSnapshotLifecyclePolicyAsync(DeleteSnapshotLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously delete a snapshot lifecycle definition
See
|
AcknowledgedResponse |
IndicesClient.deleteTemplate(DeleteIndexTemplateRequest request,
RequestOptions options) |
|
Cancellable |
IndicesClient.deleteTemplateAsync(DeleteIndexTemplateRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
|
AcknowledgedResponse |
TransformClient.deleteTransform(DeleteTransformRequest request,
RequestOptions options) |
Delete a transform
|
Cancellable |
TransformClient.deleteTransformAsync(DeleteTransformRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Delete a transform asynchronously and notifies listener on completion
|
DeleteUserResponse |
SecurityClient.deleteUser(DeleteUserRequest request,
RequestOptions options) |
Removes user from the native realm synchronously.
|
Cancellable |
SecurityClient.deleteUserAsync(DeleteUserRequest request,
RequestOptions options,
ActionListener<DeleteUserResponse> listener) |
Asynchronously deletes a user in the native realm.
|
DeleteWatchResponse |
WatcherClient.deleteWatch(DeleteWatchRequest request,
RequestOptions options) |
Deletes a watch from the cluster
See
the docs for more.
|
Cancellable |
WatcherClient.deleteWatchAsync(DeleteWatchRequest request,
RequestOptions options,
ActionListener<DeleteWatchResponse> listener) |
Asynchronously deletes a watch from the cluster
See
the docs for more.
|
boolean |
SecurityClient.disableUser(RequestOptions options,
DisableUserRequest request) |
Deprecated.
|
boolean |
SecurityClient.disableUser(DisableUserRequest request,
RequestOptions options) |
Disable a native realm or built-in user synchronously.
|
Cancellable |
SecurityClient.disableUserAsync(RequestOptions options,
DisableUserRequest request,
ActionListener<Boolean> listener) |
Deprecated.
|
Cancellable |
SecurityClient.disableUserAsync(DisableUserRequest request,
RequestOptions options,
ActionListener<Boolean> listener) |
Disable a native realm or built-in user asynchronously.
|
boolean |
SecurityClient.enableUser(RequestOptions options,
EnableUserRequest request) |
Deprecated.
|
boolean |
SecurityClient.enableUser(EnableUserRequest request,
RequestOptions options) |
Enable a native realm or built-in user synchronously.
|
Cancellable |
SecurityClient.enableUserAsync(RequestOptions options,
EnableUserRequest request,
ActionListener<Boolean> listener) |
Deprecated.
|
Cancellable |
SecurityClient.enableUserAsync(EnableUserRequest request,
RequestOptions options,
ActionListener<Boolean> listener) |
Enable a native realm or built-in user asynchronously.
|
EstimateMemoryUsageResponse |
MachineLearningClient.estimateMemoryUsage(PutDataFrameAnalyticsRequest request,
RequestOptions options) |
Estimates memory usage for the given Data Frame Analytics
|
Cancellable |
MachineLearningClient.estimateMemoryUsageAsync(PutDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<EstimateMemoryUsageResponse> listener) |
Estimates memory usage for the given Data Frame Analytics asynchronously and notifies listener upon completion
|
EvaluateDataFrameResponse |
MachineLearningClient.evaluateDataFrame(EvaluateDataFrameRequest request,
RequestOptions options) |
Evaluates the given Data Frame
|
Cancellable |
MachineLearningClient.evaluateDataFrameAsync(EvaluateDataFrameRequest request,
RequestOptions options,
ActionListener<EvaluateDataFrameResponse> listener) |
Evaluates the given Data Frame asynchronously and notifies listener upon completion
|
ExecutePolicyResponse |
EnrichClient.executePolicy(ExecutePolicyRequest request,
RequestOptions options) |
Executes the execute policy api, which executes an enrich policy.
|
Cancellable |
EnrichClient.executePolicyAsync(ExecutePolicyRequest request,
RequestOptions options,
ActionListener<ExecutePolicyResponse> listener) |
Asynchronously executes the execute policy api, which executes an enrich policy.
|
ExecuteSnapshotLifecyclePolicyResponse |
IndexLifecycleClient.executeSnapshotLifecyclePolicy(ExecuteSnapshotLifecyclePolicyRequest request,
RequestOptions options) |
Execute a snapshot lifecycle definition
See
|
Cancellable |
IndexLifecycleClient.executeSnapshotLifecyclePolicyAsync(ExecuteSnapshotLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<ExecuteSnapshotLifecyclePolicyResponse> listener) |
Asynchronously execute a snapshot lifecycle definition
See
|
AcknowledgedResponse |
IndexLifecycleClient.executeSnapshotLifecycleRetention(ExecuteSnapshotLifecycleRetentionRequest request,
RequestOptions options) |
Execute snapshot lifecycle retention
See
|
Cancellable |
IndexLifecycleClient.executeSnapshotLifecycleRetentionAsync(ExecuteSnapshotLifecycleRetentionRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously execute snapshot lifecycle retention
See
|
ExecuteWatchResponse |
WatcherClient.executeWatch(ExecuteWatchRequest request,
RequestOptions options) |
Execute a watch on the cluster
See
the docs for more.
|
Cancellable |
WatcherClient.executeWatchAsync(ExecuteWatchRequest request,
RequestOptions options,
ActionListener<ExecuteWatchResponse> listener) |
Asynchronously execute a watch on the cluster
See
the docs for more.
|
boolean |
IndicesClient.exists(GetIndexRequest request,
RequestOptions options) |
Deprecated.
|
boolean |
IndicesClient.exists(GetIndexRequest request,
RequestOptions options) |
Checks if the index (indices) exists or not.
|
boolean |
RestHighLevelClient.exists(GetRequest getRequest,
RequestOptions options) |
Checks for the existence of a document.
|
boolean |
IndicesClient.existsAlias(GetAliasesRequest getAliasesRequest,
RequestOptions options) |
Checks if one or more aliases exist using the Aliases Exist API.
|
Cancellable |
IndicesClient.existsAliasAsync(GetAliasesRequest getAliasesRequest,
RequestOptions options,
ActionListener<Boolean> listener) |
Asynchronously checks if one or more aliases exist using the Aliases Exist API.
|
Cancellable |
IndicesClient.existsAsync(GetIndexRequest request,
RequestOptions options,
ActionListener<Boolean> listener) |
Deprecated.
|
Cancellable |
IndicesClient.existsAsync(GetIndexRequest request,
RequestOptions options,
ActionListener<Boolean> listener) |
Asynchronously checks if the index (indices) exists or not.
|
Cancellable |
RestHighLevelClient.existsAsync(GetRequest getRequest,
RequestOptions options,
ActionListener<Boolean> listener) |
Asynchronously checks for the existence of a document.
|
boolean |
RestHighLevelClient.existsSource(GetRequest getRequest,
RequestOptions options) |
Checks for the existence of a document with a "_source" field.
|
Cancellable |
RestHighLevelClient.existsSourceAsync(GetRequest getRequest,
RequestOptions options,
ActionListener<Boolean> listener) |
Asynchronously checks for the existence of a document with a "_source" field.
|
boolean |
IndicesClient.existsTemplate(IndexTemplatesExistRequest indexTemplatesRequest,
RequestOptions options) |
Uses the Index Templates API to determine if index templates exist
|
Cancellable |
IndicesClient.existsTemplateAsync(IndexTemplatesExistRequest indexTemplatesExistRequest,
RequestOptions options,
ActionListener<Boolean> listener) |
Uses the Index Templates API to determine if index templates exist
|
ExplainResponse |
RestHighLevelClient.explain(ExplainRequest explainRequest,
RequestOptions options) |
Executes a request using the Explain API.
|
Cancellable |
RestHighLevelClient.explainAsync(ExplainRequest explainRequest,
RequestOptions options,
ActionListener<ExplainResponse> listener) |
Asynchronously executes a request using the Explain API.
|
ExplainLifecycleResponse |
IndexLifecycleClient.explainLifecycle(ExplainLifecycleRequest request,
RequestOptions options) |
Explain the lifecycle state for an index
See
|
Cancellable |
IndexLifecycleClient.explainLifecycleAsync(ExplainLifecycleRequest request,
RequestOptions options,
ActionListener<ExplainLifecycleResponse> listener) |
Asynchronously explain the lifecycle state for an index
See
|
GraphExploreResponse |
GraphClient.explore(GraphExploreRequest graphExploreRequest,
RequestOptions options) |
Executes an exploration request using the Graph API.
|
Cancellable |
GraphClient.exploreAsync(GraphExploreRequest graphExploreRequest,
RequestOptions options,
ActionListener<GraphExploreResponse> listener) |
Asynchronously executes an exploration request using the Graph API.
|
FieldCapabilitiesResponse |
RestHighLevelClient.fieldCaps(FieldCapabilitiesRequest fieldCapabilitiesRequest,
RequestOptions options) |
Executes a request using the Field Capabilities API.
|
Cancellable |
RestHighLevelClient.fieldCapsAsync(FieldCapabilitiesRequest fieldCapabilitiesRequest,
RequestOptions options,
ActionListener<FieldCapabilitiesResponse> listener) |
Asynchronously executes a request using the Field Capabilities API.
|
FindFileStructureResponse |
MachineLearningClient.findFileStructure(FindFileStructureRequest request,
RequestOptions options) |
Finds the structure of a file
|
Cancellable |
MachineLearningClient.findFileStructureAsync(FindFileStructureRequest request,
RequestOptions options,
ActionListener<FindFileStructureResponse> listener) |
Finds the structure of a file asynchronously and notifies the listener on completion
|
FlushResponse |
IndicesClient.flush(FlushRequest flushRequest,
RequestOptions options) |
Flush one or more indices using the Flush API.
|
Cancellable |
IndicesClient.flushAsync(FlushRequest flushRequest,
RequestOptions options,
ActionListener<FlushResponse> listener) |
Asynchronously flush one or more indices using the Flush API.
|
FlushJobResponse |
MachineLearningClient.flushJob(FlushJobRequest request,
RequestOptions options) |
Flushes internally buffered data for the given Machine Learning Job ensuring all data sent to the has been processed.
|
Cancellable |
MachineLearningClient.flushJobAsync(FlushJobRequest request,
RequestOptions options,
ActionListener<FlushJobResponse> listener) |
Flushes internally buffered data for the given Machine Learning Job asynchronously ensuring all data sent to the has been processed.
|
SyncedFlushResponse |
IndicesClient.flushSynced(SyncedFlushRequest syncedFlushRequest,
RequestOptions options) |
Initiate a synced flush manually using the synced flush API.
|
Cancellable |
IndicesClient.flushSyncedAsync(SyncedFlushRequest syncedFlushRequest,
RequestOptions options,
ActionListener<SyncedFlushResponse> listener) |
Asynchronously initiate a synced flush manually using the synced flush API.
|
ForceMergeResponse |
IndicesClient.forcemerge(ForceMergeRequest forceMergeRequest,
RequestOptions options) |
Force merge one or more indices using the Force Merge API.
|
ForceMergeResponse |
IndicesClient.forceMerge(ForceMergeRequest forceMergeRequest,
RequestOptions options) |
Deprecated.
|
Cancellable |
IndicesClient.forcemergeAsync(ForceMergeRequest forceMergeRequest,
RequestOptions options,
ActionListener<ForceMergeResponse> listener) |
Asynchronously force merge one or more indices using the Force Merge API.
|
Cancellable |
IndicesClient.forceMergeAsync(ForceMergeRequest forceMergeRequest,
RequestOptions options,
ActionListener<ForceMergeResponse> listener) |
Deprecated.
|
ForecastJobResponse |
MachineLearningClient.forecastJob(ForecastJobRequest request,
RequestOptions options) |
Creates a forecast of an existing, opened Machine Learning Job
This predicts the future behavior of a time series by using its historical behavior.
|
Cancellable |
MachineLearningClient.forecastJobAsync(ForecastJobRequest request,
RequestOptions options,
ActionListener<ForecastJobResponse> listener) |
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.
|
BroadcastResponse |
CcrClient.forgetFollower(ForgetFollowerRequest request,
RequestOptions options) |
Instructs an index acting as a leader index to forget the specified follower index.
|
Cancellable |
CcrClient.forgetFollowerAsync(ForgetFollowerRequest request,
RequestOptions options,
ActionListener<BroadcastResponse> listener) |
Asynchronously instructs an index acting as a leader index to forget the specified follower index.
|
ShardsAcknowledgedResponse |
IndicesClient.freeze(FreezeIndexRequest request,
RequestOptions options) |
Synchronously calls the _freeze API
|
Cancellable |
IndicesClient.freezeAsync(FreezeIndexRequest request,
RequestOptions options,
ActionListener<ShardsAcknowledgedResponse> listener) |
Asynchronously calls the _freeze API
|
GetIndexResponse |
IndicesClient.get(GetIndexRequest getIndexRequest,
RequestOptions options) |
Deprecated.
|
GetIndexResponse |
IndicesClient.get(GetIndexRequest getIndexRequest,
RequestOptions options) |
|
GetResponse |
RestHighLevelClient.get(GetRequest getRequest,
RequestOptions options) |
Retrieves a document by id using the Get API.
|
GetSnapshotsResponse |
SnapshotClient.get(GetSnapshotsRequest getSnapshotsRequest,
RequestOptions options) |
Get snapshots.
|
Optional<GetTaskResponse> |
TasksClient.get(GetTaskRequest request,
RequestOptions options) |
Get a task using the Task Management API.
|
GetAliasesResponse |
IndicesClient.getAlias(GetAliasesRequest getAliasesRequest,
RequestOptions options) |
Gets one or more aliases using the Get Index Aliases API.
|
Cancellable |
IndicesClient.getAliasAsync(GetAliasesRequest getAliasesRequest,
RequestOptions options,
ActionListener<GetAliasesResponse> listener) |
Asynchronously gets one or more aliases using the Get Index Aliases API.
|
GetApiKeyResponse |
SecurityClient.getApiKey(GetApiKeyRequest request,
RequestOptions options) |
Retrieve API Key(s) information.
See
the docs for more.
|
Cancellable |
SecurityClient.getApiKeyAsync(GetApiKeyRequest request,
RequestOptions options,
ActionListener<GetApiKeyResponse> listener) |
Asynchronously retrieve API Key(s) information.
See
the docs for more.
|
Cancellable |
IndicesClient.getAsync(GetIndexRequest getIndexRequest,
RequestOptions options,
ActionListener<GetIndexResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.getAsync(GetIndexRequest getIndexRequest,
RequestOptions options,
ActionListener<GetIndexResponse> listener) |
|
Cancellable |
RestHighLevelClient.getAsync(GetRequest getRequest,
RequestOptions options,
ActionListener<GetResponse> listener) |
Asynchronously retrieves a document by id using the Get API.
|
Cancellable |
SnapshotClient.getAsync(GetSnapshotsRequest getSnapshotsRequest,
RequestOptions options,
ActionListener<GetSnapshotsResponse> listener) |
Asynchronously get snapshots.
|
Cancellable |
TasksClient.getAsync(GetTaskRequest request,
RequestOptions options,
ActionListener<Optional<GetTaskResponse>> listener) |
Get a task using the Task Management API.
|
GetAutoFollowPatternResponse |
CcrClient.getAutoFollowPattern(GetAutoFollowPatternRequest request,
RequestOptions options) |
Gets an auto follow pattern.
|
Cancellable |
CcrClient.getAutoFollowPatternAsync(GetAutoFollowPatternRequest request,
RequestOptions options,
ActionListener<GetAutoFollowPatternResponse> listener) |
Asynchronously gets an auto follow pattern.
|
GetBasicStatusResponse |
LicenseClient.getBasicStatus(RequestOptions options) |
Retrieve the license basic status
|
GetBucketsResponse |
MachineLearningClient.getBuckets(GetBucketsRequest request,
RequestOptions options) |
Gets the buckets for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.getBucketsAsync(GetBucketsRequest request,
RequestOptions options,
ActionListener<GetBucketsResponse> listener) |
Gets the buckets for a Machine Learning Job, notifies listener once the requested buckets are retrieved.
|
GetBuiltinPrivilegesResponse |
SecurityClient.getBuiltinPrivileges(RequestOptions options) |
Synchronously get builtin (cluster & index) privilege(s).
|
Cancellable |
SecurityClient.getBuiltinPrivilegesAsync(RequestOptions options,
ActionListener<GetBuiltinPrivilegesResponse> listener) |
Asynchronously get builtin (cluster & index) privilege(s).
|
GetCalendarEventsResponse |
MachineLearningClient.getCalendarEvents(GetCalendarEventsRequest request,
RequestOptions options) |
Gets the events for a machine learning calendar
|
Cancellable |
MachineLearningClient.getCalendarEventsAsync(GetCalendarEventsRequest request,
RequestOptions options,
ActionListener<GetCalendarEventsResponse> listener) |
Gets the events for a a machine learning calendar asynchronously, notifies the listener on completion
|
GetCalendarsResponse |
MachineLearningClient.getCalendars(GetCalendarsRequest request,
RequestOptions options) |
Gets a single or multiple calendars.
|
Cancellable |
MachineLearningClient.getCalendarsAsync(GetCalendarsRequest request,
RequestOptions options,
ActionListener<GetCalendarsResponse> listener) |
Gets a single or multiple calendars, notifies listener once the requested records are retrieved.
|
GetCategoriesResponse |
MachineLearningClient.getCategories(GetCategoriesRequest request,
RequestOptions options) |
Gets the categories for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.getCategoriesAsync(GetCategoriesRequest request,
RequestOptions options,
ActionListener<GetCategoriesResponse> listener) |
Gets the categories for a Machine Learning Job, notifies listener once the requested buckets are retrieved.
|
CcrStatsResponse |
CcrClient.getCcrStats(CcrStatsRequest request,
RequestOptions options) |
Gets all CCR stats.
|
Cancellable |
CcrClient.getCcrStatsAsync(CcrStatsRequest request,
RequestOptions options,
ActionListener<CcrStatsResponse> listener) |
Asynchronously gets all CCR stats.
|
GetDatafeedResponse |
MachineLearningClient.getDatafeed(GetDatafeedRequest request,
RequestOptions options) |
Gets one or more Machine Learning datafeed configuration info.
|
Cancellable |
MachineLearningClient.getDatafeedAsync(GetDatafeedRequest request,
RequestOptions options,
ActionListener<GetDatafeedResponse> listener) |
Gets one or more Machine Learning datafeed configuration info, asynchronously.
|
GetDatafeedStatsResponse |
MachineLearningClient.getDatafeedStats(GetDatafeedStatsRequest request,
RequestOptions options) |
Gets statistics for one or more Machine Learning datafeeds
|
Cancellable |
MachineLearningClient.getDatafeedStatsAsync(GetDatafeedStatsRequest request,
RequestOptions options,
ActionListener<GetDatafeedStatsResponse> listener) |
Gets statistics for one or more Machine Learning datafeeds, asynchronously.
|
GetDataFrameAnalyticsResponse |
MachineLearningClient.getDataFrameAnalytics(GetDataFrameAnalyticsRequest request,
RequestOptions options) |
Gets a single or multiple Data Frame Analytics configs
|
Cancellable |
MachineLearningClient.getDataFrameAnalyticsAsync(GetDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<GetDataFrameAnalyticsResponse> listener) |
Gets a single or multiple Data Frame Analytics configs asynchronously and notifies listener upon completion
|
GetDataFrameAnalyticsStatsResponse |
MachineLearningClient.getDataFrameAnalyticsStats(GetDataFrameAnalyticsStatsRequest request,
RequestOptions options) |
Gets the running statistics of a Data Frame Analytics
|
Cancellable |
MachineLearningClient.getDataFrameAnalyticsStatsAsync(GetDataFrameAnalyticsStatsRequest request,
RequestOptions options,
ActionListener<GetDataFrameAnalyticsStatsResponse> listener) |
Gets the running statistics of a Data Frame Analytics asynchronously and notifies listener upon completion
|
DeprecationInfoResponse |
MigrationClient.getDeprecationInfo(DeprecationInfoRequest request,
RequestOptions options) |
Get deprecation info for one or more indices
|
Cancellable |
MigrationClient.getDeprecationInfoAsync(DeprecationInfoRequest request,
RequestOptions options,
ActionListener<DeprecationInfoResponse> listener) |
Asynchronously get deprecation info for one or more indices
|
GetFieldMappingsResponse |
IndicesClient.getFieldMapping(GetFieldMappingsRequest getFieldMappingsRequest,
RequestOptions options) |
Deprecated.
|
GetFieldMappingsResponse |
IndicesClient.getFieldMapping(GetFieldMappingsRequest getFieldMappingsRequest,
RequestOptions options) |
Retrieves the field mappings on an index or indices using the Get Field Mapping API.
|
Cancellable |
IndicesClient.getFieldMappingAsync(GetFieldMappingsRequest getFieldMappingsRequest,
RequestOptions options,
ActionListener<GetFieldMappingsResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.getFieldMappingAsync(GetFieldMappingsRequest getFieldMappingsRequest,
RequestOptions options,
ActionListener<GetFieldMappingsResponse> listener) |
Asynchronously retrieves the field mappings on an index or indices using the Get Field Mapping API.
|
GetFiltersResponse |
MachineLearningClient.getFilter(GetFiltersRequest request,
RequestOptions options) |
Gets Machine Learning Filters
|
Cancellable |
MachineLearningClient.getFilterAsync(GetFiltersRequest request,
RequestOptions options,
ActionListener<GetFiltersResponse> listener) |
Gets Machine Learning Filters asynchronously and notifies listener on completion
|
FollowInfoResponse |
CcrClient.getFollowInfo(FollowInfoRequest request,
RequestOptions options) |
Gets follow info for specific indices.
|
Cancellable |
CcrClient.getFollowInfoAsync(FollowInfoRequest request,
RequestOptions options,
ActionListener<FollowInfoResponse> listener) |
Asynchronously gets follow info for specific indices.
|
FollowStatsResponse |
CcrClient.getFollowStats(FollowStatsRequest request,
RequestOptions options) |
Gets follow stats for specific indices.
|
Cancellable |
CcrClient.getFollowStatsAsync(FollowStatsRequest request,
RequestOptions options,
ActionListener<FollowStatsResponse> listener) |
Asynchronously gets follow stats for specific indices.
|
GetIndexTemplatesResponse |
IndicesClient.getIndexTemplate(GetIndexTemplatesRequest getIndexTemplatesRequest,
RequestOptions options) |
|
Cancellable |
IndicesClient.getIndexTemplateAsync(GetIndexTemplatesRequest getIndexTemplatesRequest,
RequestOptions options,
ActionListener<GetIndexTemplatesResponse> listener) |
|
GetInfluencersResponse |
MachineLearningClient.getInfluencers(GetInfluencersRequest request,
RequestOptions options) |
Gets the influencers for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.getInfluencersAsync(GetInfluencersRequest request,
RequestOptions options,
ActionListener<GetInfluencersResponse> listener) |
Gets the influencers for a Machine Learning Job, notifies listener once the requested influencers are retrieved.
|
GetJobResponse |
MachineLearningClient.getJob(GetJobRequest request,
RequestOptions options) |
Gets one or more Machine Learning job configuration info.
|
Cancellable |
MachineLearningClient.getJobAsync(GetJobRequest request,
RequestOptions options,
ActionListener<GetJobResponse> listener) |
Gets one or more Machine Learning job configuration info, asynchronously.
|
GetJobStatsResponse |
MachineLearningClient.getJobStats(GetJobStatsRequest request,
RequestOptions options) |
Gets usage statistics for one or more Machine Learning jobs
|
Cancellable |
MachineLearningClient.getJobStatsAsync(GetJobStatsRequest request,
RequestOptions options,
ActionListener<GetJobStatsResponse> listener) |
Gets usage statistics for one or more Machine Learning jobs, asynchronously.
|
GetLicenseResponse |
LicenseClient.getLicense(GetLicenseRequest request,
RequestOptions options) |
Returns the current license for the cluster.
|
Cancellable |
LicenseClient.getLicenseAsync(GetLicenseRequest request,
RequestOptions options,
ActionListener<GetLicenseResponse> listener) |
Asynchronously returns the current license for the cluster cluster.
|
GetLifecyclePolicyResponse |
IndexLifecycleClient.getLifecyclePolicy(GetLifecyclePolicyRequest request,
RequestOptions options) |
Retrieve one or more lifecycle policy definition.
|
Cancellable |
IndexLifecycleClient.getLifecyclePolicyAsync(GetLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<GetLifecyclePolicyResponse> listener) |
Asynchronously retrieve one or more lifecycle policy definition.
|
GetMappingsResponse |
IndicesClient.getMapping(GetMappingsRequest getMappingsRequest,
RequestOptions options) |
Deprecated.
|
GetMappingsResponse |
IndicesClient.getMapping(GetMappingsRequest getMappingsRequest,
RequestOptions options) |
Retrieves the mappings on an index or indices using the Get Mapping API.
|
Cancellable |
IndicesClient.getMappingAsync(GetMappingsRequest getMappingsRequest,
RequestOptions options,
ActionListener<GetMappingsResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.getMappingAsync(GetMappingsRequest getMappingsRequest,
RequestOptions options,
ActionListener<GetMappingsResponse> listener) |
Asynchronously retrieves the mappings on an index on indices using the Get Mapping API.
|
MlInfoResponse |
MachineLearningClient.getMlInfo(MlInfoRequest request,
RequestOptions options) |
Gets Machine Learning information about default values and limits.
|
Cancellable |
MachineLearningClient.getMlInfoAsync(MlInfoRequest request,
RequestOptions options,
ActionListener<MlInfoResponse> listener) |
Gets Machine Learning information about default values and limits, asynchronously.
|
GetModelSnapshotsResponse |
MachineLearningClient.getModelSnapshots(GetModelSnapshotsRequest request,
RequestOptions options) |
Gets the snapshots for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.getModelSnapshotsAsync(GetModelSnapshotsRequest request,
RequestOptions options,
ActionListener<GetModelSnapshotsResponse> listener) |
Gets the snapshots for a Machine Learning Job, notifies listener once the requested snapshots are retrieved.
|
GetOverallBucketsResponse |
MachineLearningClient.getOverallBuckets(GetOverallBucketsRequest request,
RequestOptions options) |
Gets overall buckets for a set of Machine Learning Jobs.
|
Cancellable |
MachineLearningClient.getOverallBucketsAsync(GetOverallBucketsRequest request,
RequestOptions options,
ActionListener<GetOverallBucketsResponse> listener) |
Gets overall buckets for a set of Machine Learning Jobs, notifies listener once the requested buckets are retrieved.
|
GetPipelineResponse |
IngestClient.getPipeline(GetPipelineRequest request,
RequestOptions options) |
Get an existing pipeline.
|
Cancellable |
IngestClient.getPipelineAsync(GetPipelineRequest request,
RequestOptions options,
ActionListener<GetPipelineResponse> listener) |
Asynchronously get an existing pipeline.
|
GetPolicyResponse |
EnrichClient.getPolicy(GetPolicyRequest request,
RequestOptions options) |
Executes the get policy api, which retrieves an enrich policy.
|
Cancellable |
EnrichClient.getPolicyAsync(GetPolicyRequest request,
RequestOptions options,
ActionListener<GetPolicyResponse> listener) |
Asynchronously executes the get policy api, which retrieves an enrich policy.
|
GetPrivilegesResponse |
SecurityClient.getPrivileges(GetPrivilegesRequest request,
RequestOptions options) |
Synchronously get application privilege(s).
|
Cancellable |
SecurityClient.getPrivilegesAsync(GetPrivilegesRequest request,
RequestOptions options,
ActionListener<GetPrivilegesResponse> listener) |
Asynchronously get application privilege(s).
|
GetRecordsResponse |
MachineLearningClient.getRecords(GetRecordsRequest request,
RequestOptions options) |
Gets the records for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.getRecordsAsync(GetRecordsRequest request,
RequestOptions options,
ActionListener<GetRecordsResponse> listener) |
Gets the records for a Machine Learning Job, notifies listener once the requested records are retrieved.
|
GetRepositoriesResponse |
SnapshotClient.getRepository(GetRepositoriesRequest getRepositoriesRequest,
RequestOptions options) |
Gets a list of snapshot repositories.
|
Cancellable |
SnapshotClient.getRepositoryAsync(GetRepositoriesRequest getRepositoriesRequest,
RequestOptions options,
ActionListener<GetRepositoriesResponse> listener) |
Asynchronously gets a list of snapshot repositories.
|
GetRoleMappingsResponse |
SecurityClient.getRoleMappings(GetRoleMappingsRequest request,
RequestOptions options) |
Synchronously get role mapping(s).
|
Cancellable |
SecurityClient.getRoleMappingsAsync(GetRoleMappingsRequest request,
RequestOptions options,
ActionListener<GetRoleMappingsResponse> listener) |
Asynchronously get role mapping(s).
|
GetRolesResponse |
SecurityClient.getRoles(GetRolesRequest request,
RequestOptions options) |
Retrieves roles from the native roles store.
|
Cancellable |
SecurityClient.getRolesAsync(GetRolesRequest request,
RequestOptions options,
ActionListener<GetRolesResponse> listener) |
Asynchronously retrieves roles from the native roles store.
|
GetRollupCapsResponse |
RollupClient.getRollupCapabilities(GetRollupCapsRequest request,
RequestOptions options) |
Get the Rollup Capabilities of a target (non-rollup) index or pattern
See
the docs for more.
|
Cancellable |
RollupClient.getRollupCapabilitiesAsync(GetRollupCapsRequest request,
RequestOptions options,
ActionListener<GetRollupCapsResponse> listener) |
Asynchronously Get the Rollup Capabilities of a target (non-rollup) index or pattern
See
the docs for more.
|
GetRollupIndexCapsResponse |
RollupClient.getRollupIndexCapabilities(GetRollupIndexCapsRequest request,
RequestOptions options) |
Get the Rollup Index Capabilities of a rollup index or pattern
See
the docs for more.
|
Cancellable |
RollupClient.getRollupIndexCapabilitiesAsync(GetRollupIndexCapsRequest request,
RequestOptions options,
ActionListener<GetRollupIndexCapsResponse> listener) |
Asynchronously Get the Rollup Index Capabilities of a rollup index or pattern
See
the docs for more.
|
GetRollupJobResponse |
RollupClient.getRollupJob(GetRollupJobRequest request,
RequestOptions options) |
Get a rollup job from the cluster.
|
Cancellable |
RollupClient.getRollupJobAsync(GetRollupJobRequest request,
RequestOptions options,
ActionListener<GetRollupJobResponse> listener) |
Asynchronously get a rollup job from the cluster.
|
GetStoredScriptResponse |
RestHighLevelClient.getScript(GetStoredScriptRequest request,
RequestOptions options) |
Get stored script by id.
|
Cancellable |
RestHighLevelClient.getScriptAsync(GetStoredScriptRequest request,
RequestOptions options,
ActionListener<GetStoredScriptResponse> listener) |
Asynchronously get stored script by id.
|
ClusterGetSettingsResponse |
ClusterClient.getSettings(ClusterGetSettingsRequest clusterGetSettingsRequest,
RequestOptions options) |
Get the cluster wide settings using the Cluster Get Settings API.
|
GetSettingsResponse |
IndicesClient.getSettings(GetSettingsRequest getSettingsRequest,
RequestOptions options) |
Retrieve the settings of one or more indices.
|
Cancellable |
ClusterClient.getSettingsAsync(ClusterGetSettingsRequest clusterGetSettingsRequest,
RequestOptions options,
ActionListener<ClusterGetSettingsResponse> listener) |
Asynchronously get the cluster wide settings using the Cluster Get Settings API.
|
Cancellable |
IndicesClient.getSettingsAsync(GetSettingsRequest getSettingsRequest,
RequestOptions options,
ActionListener<GetSettingsResponse> listener) |
Asynchronously retrieve the settings of one or more indices.
|
LifecycleManagementStatusResponse |
IndexLifecycleClient.getSLMStatus(SnapshotLifecycleManagementStatusRequest request,
RequestOptions options) |
Get the status of Snapshot Lifecycle Management.
|
Cancellable |
IndexLifecycleClient.getSLMStatusAsync(SnapshotLifecycleManagementStatusRequest request,
RequestOptions options,
ActionListener<LifecycleManagementStatusResponse> listener) |
Asynchronously get the status of Snapshot Lifecycle Management.
|
GetSnapshotLifecyclePolicyResponse |
IndexLifecycleClient.getSnapshotLifecyclePolicy(GetSnapshotLifecyclePolicyRequest request,
RequestOptions options) |
Retrieve one or more snapshot lifecycle policy definitions.
|
Cancellable |
IndexLifecycleClient.getSnapshotLifecyclePolicyAsync(GetSnapshotLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<GetSnapshotLifecyclePolicyResponse> listener) |
Asynchronously retrieve one or more snapshot lifecycle policy definition.
|
GetSnapshotLifecycleStatsResponse |
IndexLifecycleClient.getSnapshotLifecycleStats(GetSnapshotLifecycleStatsRequest request,
RequestOptions options) |
Retrieve snapshot lifecycle statistics.
|
Cancellable |
IndexLifecycleClient.getSnapshotLifecycleStatsAsync(GetSnapshotLifecycleStatsRequest request,
RequestOptions options,
ActionListener<GetSnapshotLifecycleStatsResponse> listener) |
Asynchronously retrieve snapshot lifecycle statistics.
|
GetSslCertificatesResponse |
SecurityClient.getSslCertificates(RequestOptions options) |
Synchronously retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
Cancellable |
SecurityClient.getSslCertificatesAsync(RequestOptions options,
ActionListener<GetSslCertificatesResponse> listener) |
Asynchronously retrieve the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster.
|
GetIndexTemplatesResponse |
IndicesClient.getTemplate(GetIndexTemplatesRequest getIndexTemplatesRequest,
RequestOptions options) |
Deprecated.
|
Cancellable |
IndicesClient.getTemplateAsync(GetIndexTemplatesRequest getIndexTemplatesRequest,
RequestOptions options,
ActionListener<GetIndexTemplatesResponse> listener) |
Deprecated.
|
GetTransformResponse |
TransformClient.getTransform(GetTransformRequest request,
RequestOptions options) |
Get one or more transform configurations
|
Cancellable |
TransformClient.getTransformAsync(GetTransformRequest request,
RequestOptions options,
ActionListener<GetTransformResponse> listener) |
Get one or more transform configurations asynchronously and notifies listener on completion
|
GetTransformStatsResponse |
TransformClient.getTransformStats(GetTransformStatsRequest request,
RequestOptions options) |
Get the running statistics of a transform
|
Cancellable |
TransformClient.getTransformStatsAsync(GetTransformStatsRequest request,
RequestOptions options,
ActionListener<GetTransformStatsResponse> listener) |
Get the running statistics of a transform asynchronously and notifies listener on completion
|
GetTrialStatusResponse |
LicenseClient.getTrialStatus(RequestOptions options) |
Retrieve the license trial status
|
GetUserPrivilegesResponse |
SecurityClient.getUserPrivileges(RequestOptions options) |
Retrieve the set of effective privileges held by the current user.
|
Cancellable |
SecurityClient.getUserPrivilegesAsync(RequestOptions options,
ActionListener<GetUserPrivilegesResponse> listener) |
Asynchronously retrieve the set of effective privileges held by the current user.
|
GetUsersResponse |
SecurityClient.getUsers(GetUsersRequest request,
RequestOptions options) |
Get a user, or list of users, in the native realm synchronously.
|
Cancellable |
SecurityClient.getUsersAsync(GetUsersRequest request,
RequestOptions options,
ActionListener<GetUsersResponse> listener) |
Get a user, or list of users, in the native realm asynchronously.
|
GetWatchResponse |
WatcherClient.getWatch(GetWatchRequest request,
RequestOptions options) |
Gets a watch from the cluster
See
the docs for more.
|
Cancellable |
WatcherClient.getWatchAsync(GetWatchRequest request,
RequestOptions options,
ActionListener<GetWatchResponse> listener) |
Asynchronously gets a watch into the cluster
See
the docs for more.
|
HasPrivilegesResponse |
SecurityClient.hasPrivileges(HasPrivilegesRequest request,
RequestOptions options) |
Determine whether the current user has a specified list of privileges
See
the docs for more.
|
Cancellable |
SecurityClient.hasPrivilegesAsync(HasPrivilegesRequest request,
RequestOptions options,
ActionListener<HasPrivilegesResponse> listener) |
Asynchronously determine whether the current user has a specified list of privileges
See
the docs for more.
|
ClusterHealthResponse |
ClusterClient.health(ClusterHealthRequest healthRequest,
RequestOptions options) |
Get cluster health using the Cluster Health API.
|
Cancellable |
ClusterClient.healthAsync(ClusterHealthRequest healthRequest,
RequestOptions options,
ActionListener<ClusterHealthResponse> listener) |
Asynchronously get cluster health using the Cluster Health API.
|
IndexResponse |
RestHighLevelClient.index(IndexRequest indexRequest,
RequestOptions options) |
Index a document using the Index API.
|
Cancellable |
RestHighLevelClient.indexAsync(IndexRequest indexRequest,
RequestOptions options,
ActionListener<IndexResponse> listener) |
Asynchronously index a document using the Index API.
|
MainResponse |
RestHighLevelClient.info(RequestOptions options) |
Get the cluster info otherwise provided when sending an HTTP request to '/'
|
XPackInfoResponse |
XPackClient.info(XPackInfoRequest request,
RequestOptions options) |
Fetch information about X-Pack from the cluster.
|
Cancellable |
XPackClient.infoAsync(XPackInfoRequest request,
RequestOptions options,
ActionListener<XPackInfoResponse> listener) |
Asynchronously fetch information about X-Pack from the cluster.
|
InvalidateApiKeyResponse |
SecurityClient.invalidateApiKey(InvalidateApiKeyRequest request,
RequestOptions options) |
Invalidate API Key(s).
See
the docs for more.
|
Cancellable |
SecurityClient.invalidateApiKeyAsync(InvalidateApiKeyRequest request,
RequestOptions options,
ActionListener<InvalidateApiKeyResponse> listener) |
Asynchronously invalidates API key(s).
See
the docs for more.
|
InvalidateTokenResponse |
SecurityClient.invalidateToken(InvalidateTokenRequest request,
RequestOptions options) |
Invalidates an OAuth2 token.
|
Cancellable |
SecurityClient.invalidateTokenAsync(InvalidateTokenRequest request,
RequestOptions options,
ActionListener<InvalidateTokenResponse> listener) |
Asynchronously invalidates an OAuth2 token.
|
LifecycleManagementStatusResponse |
IndexLifecycleClient.lifecycleManagementStatus(LifecycleManagementStatusRequest request,
RequestOptions options) |
Get the status of index lifecycle management
See
|
Cancellable |
IndexLifecycleClient.lifecycleManagementStatusAsync(LifecycleManagementStatusRequest request,
RequestOptions options,
ActionListener<LifecycleManagementStatusResponse> listener) |
Asynchronously get the status of index lifecycle management
See
|
ListTasksResponse |
TasksClient.list(ListTasksRequest request,
RequestOptions options) |
Get current tasks using the Task Management API.
|
Cancellable |
TasksClient.listAsync(ListTasksRequest request,
RequestOptions options,
ActionListener<ListTasksResponse> listener) |
Asynchronously get current tasks using the Task Management API.
|
MultiGetResponse |
RestHighLevelClient.mget(MultiGetRequest multiGetRequest,
RequestOptions options) |
Retrieves multiple documents by id using the Multi Get API.
|
Cancellable |
RestHighLevelClient.mgetAsync(MultiGetRequest multiGetRequest,
RequestOptions options,
ActionListener<MultiGetResponse> listener) |
Asynchronously retrieves multiple documents by id using the Multi Get API.
|
MultiSearchResponse |
RestHighLevelClient.msearch(MultiSearchRequest multiSearchRequest,
RequestOptions options) |
Executes a multi search using the msearch API.
|
Cancellable |
RestHighLevelClient.msearchAsync(MultiSearchRequest searchRequest,
RequestOptions options,
ActionListener<MultiSearchResponse> listener) |
Asynchronously executes a multi search using the msearch API.
|
MultiSearchTemplateResponse |
RestHighLevelClient.msearchTemplate(MultiSearchTemplateRequest multiSearchTemplateRequest,
RequestOptions options) |
Executes a request using the Multi Search Template API.
|
Cancellable |
RestHighLevelClient.msearchTemplateAsync(MultiSearchTemplateRequest multiSearchTemplateRequest,
RequestOptions options,
ActionListener<MultiSearchTemplateResponse> listener) |
|
MultiTermVectorsResponse |
RestHighLevelClient.mtermvectors(MultiTermVectorsRequest request,
RequestOptions options) |
|
Cancellable |
RestHighLevelClient.mtermvectorsAsync(MultiTermVectorsRequest request,
RequestOptions options,
ActionListener<MultiTermVectorsResponse> listener) |
|
MultiGetResponse |
RestHighLevelClient.multiGet(MultiGetRequest multiGetRequest,
RequestOptions options) |
Deprecated.
|
Cancellable |
RestHighLevelClient.multiGetAsync(MultiGetRequest multiGetRequest,
RequestOptions options,
ActionListener<MultiGetResponse> listener) |
Deprecated.
|
MultiSearchResponse |
RestHighLevelClient.multiSearch(MultiSearchRequest multiSearchRequest,
RequestOptions options) |
Deprecated.
|
Cancellable |
RestHighLevelClient.multiSearchAsync(MultiSearchRequest searchRequest,
RequestOptions options,
ActionListener<MultiSearchResponse> listener) |
Deprecated.
|
OpenIndexResponse |
IndicesClient.open(OpenIndexRequest openIndexRequest,
RequestOptions options) |
Opens an index using the Open Index API.
|
Cancellable |
IndicesClient.openAsync(OpenIndexRequest openIndexRequest,
RequestOptions options,
ActionListener<OpenIndexResponse> listener) |
Asynchronously opens an index using the Open Index API.
|
OpenJobResponse |
MachineLearningClient.openJob(OpenJobRequest request,
RequestOptions options) |
Opens a Machine Learning Job.
|
Cancellable |
MachineLearningClient.openJobAsync(OpenJobRequest request,
RequestOptions options,
ActionListener<OpenJobResponse> listener) |
Opens a Machine Learning Job asynchronously, notifies listener on completion.
|
AcknowledgedResponse |
CcrClient.pauseAutoFollowPattern(PauseAutoFollowPatternRequest request,
RequestOptions options) |
Pauses an auto follow pattern.
|
Cancellable |
CcrClient.pauseAutoFollowPatternAsync(PauseAutoFollowPatternRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously pauses an auto follow pattern.
|
AcknowledgedResponse |
CcrClient.pauseFollow(PauseFollowRequest request,
RequestOptions options) |
Instructs a follower index to pause the following of a leader index.
|
Cancellable |
CcrClient.pauseFollowAsync(PauseFollowRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously instruct a follower index to pause the following of a leader index.
|
protected <Req extends ActionRequest,Resp> Resp |
RestHighLevelClient.performRequest(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<Response,Resp,IOException> responseConverter,
Set<Integer> ignores) |
Deprecated.
|
protected <Req extends Validatable,Resp> Resp |
RestHighLevelClient.performRequest(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<Response,Resp,IOException> responseConverter,
Set<Integer> ignores) |
Defines a helper method for performing a request.
|
protected <Req extends ActionRequest,Resp> Resp |
RestHighLevelClient.performRequestAndParseEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser,
Set<Integer> ignores) |
Deprecated.
|
protected <Req extends Validatable,Resp> Resp |
RestHighLevelClient.performRequestAndParseEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser,
Set<Integer> ignores) |
Defines a helper method for performing a request and then parsing the returned entity using the provided entityParser.
|
protected <Req extends Validatable,Resp> Optional<Resp> |
RestHighLevelClient.performRequestAndParseOptionalEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser) |
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
|
protected <Req extends ActionRequest,Resp> Cancellable |
RestHighLevelClient.performRequestAsync(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<Response,Resp,IOException> responseConverter,
ActionListener<Resp> listener,
Set<Integer> ignores) |
Deprecated.
|
protected <Req extends Validatable,Resp> Cancellable |
RestHighLevelClient.performRequestAsync(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<Response,Resp,IOException> responseConverter,
ActionListener<Resp> listener,
Set<Integer> ignores) |
Defines a helper method for asynchronously performing a request.
|
protected <Req extends ActionRequest,Resp> Cancellable |
RestHighLevelClient.performRequestAsyncAndParseEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser,
ActionListener<Resp> listener,
Set<Integer> ignores) |
Deprecated.
|
protected <Req extends Validatable,Resp> Cancellable |
RestHighLevelClient.performRequestAsyncAndParseEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser,
ActionListener<Resp> listener,
Set<Integer> ignores) |
Defines a helper method for asynchronously performing a request.
|
protected <Req extends Validatable,Resp> Cancellable |
RestHighLevelClient.performRequestAsyncAndParseOptionalEntity(Req request,
CheckedFunction<Req,Request,IOException> requestConverter,
RequestOptions options,
CheckedFunction<XContentParser,Resp,IOException> entityParser,
ActionListener<Optional<Resp>> listener) |
Asynchronous request which returns empty Optionals in the case of 404s or parses entity into an Optional
|
boolean |
RestHighLevelClient.ping(RequestOptions options) |
Pings the remote Elasticsearch cluster and returns true if the ping succeeded, false otherwise
|
PostCalendarEventResponse |
MachineLearningClient.postCalendarEvent(PostCalendarEventRequest request,
RequestOptions options) |
Creates new events for a a machine learning calendar
|
Cancellable |
MachineLearningClient.postCalendarEventAsync(PostCalendarEventRequest request,
RequestOptions options,
ActionListener<PostCalendarEventResponse> listener) |
Creates new events for a a machine learning calendar asynchronously, notifies the listener on completion
|
PostDataResponse |
MachineLearningClient.postData(PostDataRequest request,
RequestOptions options) |
Sends data to an anomaly detection job for analysis.
|
Cancellable |
MachineLearningClient.postDataAsync(PostDataRequest request,
RequestOptions options,
ActionListener<PostDataResponse> listener) |
Sends data to an anomaly detection job for analysis, asynchronously
|
PreviewDatafeedResponse |
MachineLearningClient.previewDatafeed(PreviewDatafeedRequest request,
RequestOptions options) |
Previews the given Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.previewDatafeedAsync(PreviewDatafeedRequest request,
RequestOptions options,
ActionListener<PreviewDatafeedResponse> listener) |
Previews the given Machine Learning Datafeed asynchronously and notifies the listener on completion
|
PreviewTransformResponse |
TransformClient.previewTransform(PreviewTransformRequest request,
RequestOptions options) |
Preview the result of a transform
|
Cancellable |
TransformClient.previewTransformAsync(PreviewTransformRequest request,
RequestOptions options,
ActionListener<PreviewTransformResponse> listener) |
Preview the result of a transform asynchronously and notifies listener on completion
|
AcknowledgedResponse |
CcrClient.putAutoFollowPattern(PutAutoFollowPatternRequest request,
RequestOptions options) |
Stores an auto follow pattern.
|
Cancellable |
CcrClient.putAutoFollowPatternAsync(PutAutoFollowPatternRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously stores an auto follow pattern.
|
PutCalendarResponse |
MachineLearningClient.putCalendar(PutCalendarRequest request,
RequestOptions options) |
Create a new machine learning calendar
|
Cancellable |
MachineLearningClient.putCalendarAsync(PutCalendarRequest request,
RequestOptions options,
ActionListener<PutCalendarResponse> listener) |
Create a new machine learning calendar, notifies listener with the created calendar
|
PutCalendarResponse |
MachineLearningClient.putCalendarJob(PutCalendarJobRequest request,
RequestOptions options) |
Adds Machine Learning Job(s) to a calendar
|
Cancellable |
MachineLearningClient.putCalendarJobAsync(PutCalendarJobRequest request,
RequestOptions options,
ActionListener<PutCalendarResponse> listener) |
Adds Machine Learning Job(s) to a calendar, notifies listener when completed
|
PutDatafeedResponse |
MachineLearningClient.putDatafeed(PutDatafeedRequest request,
RequestOptions options) |
Creates a new Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.putDatafeedAsync(PutDatafeedRequest request,
RequestOptions options,
ActionListener<PutDatafeedResponse> listener) |
Creates a new Machine Learning Datafeed asynchronously and notifies listener on completion
|
PutDataFrameAnalyticsResponse |
MachineLearningClient.putDataFrameAnalytics(PutDataFrameAnalyticsRequest request,
RequestOptions options) |
Creates a new Data Frame Analytics config
|
Cancellable |
MachineLearningClient.putDataFrameAnalyticsAsync(PutDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<PutDataFrameAnalyticsResponse> listener) |
Creates a new Data Frame Analytics config asynchronously and notifies listener upon completion
|
PutFilterResponse |
MachineLearningClient.putFilter(PutFilterRequest request,
RequestOptions options) |
Creates a new Machine Learning Filter
|
Cancellable |
MachineLearningClient.putFilterAsync(PutFilterRequest request,
RequestOptions options,
ActionListener<PutFilterResponse> listener) |
Creates a new Machine Learning Filter asynchronously and notifies listener on completion
|
PutFollowResponse |
CcrClient.putFollow(PutFollowRequest request,
RequestOptions options) |
Executes the put follow api, which creates a follower index and then the follower index starts following
the leader index.
|
Cancellable |
CcrClient.putFollowAsync(PutFollowRequest request,
RequestOptions options,
ActionListener<PutFollowResponse> listener) |
Asynchronously executes the put follow api, which creates a follower index and then the follower index starts
following the leader index.
|
PutJobResponse |
MachineLearningClient.putJob(PutJobRequest request,
RequestOptions options) |
Creates a new Machine Learning Job
|
Cancellable |
MachineLearningClient.putJobAsync(PutJobRequest request,
RequestOptions options,
ActionListener<PutJobResponse> listener) |
Creates a new Machine Learning Job asynchronously and notifies listener on completion
|
PutLicenseResponse |
LicenseClient.putLicense(PutLicenseRequest request,
RequestOptions options) |
Updates license for the cluster.
|
Cancellable |
LicenseClient.putLicenseAsync(PutLicenseRequest request,
RequestOptions options,
ActionListener<PutLicenseResponse> listener) |
Asynchronously updates license for the cluster.
|
AcknowledgedResponse |
IndexLifecycleClient.putLifecyclePolicy(PutLifecyclePolicyRequest request,
RequestOptions options) |
Create or modify a lifecycle definition.
|
Cancellable |
IndexLifecycleClient.putLifecyclePolicyAsync(PutLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously create or modify a lifecycle definition.
|
AcknowledgedResponse |
IndicesClient.putMapping(PutMappingRequest putMappingRequest,
RequestOptions options) |
Deprecated.
|
AcknowledgedResponse |
IndicesClient.putMapping(PutMappingRequest putMappingRequest,
RequestOptions options) |
Updates the mappings on an index using the Put Mapping API.
|
Cancellable |
IndicesClient.putMappingAsync(PutMappingRequest putMappingRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.putMappingAsync(PutMappingRequest putMappingRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously updates the mappings on an index using the Put Mapping API.
|
AcknowledgedResponse |
IngestClient.putPipeline(PutPipelineRequest request,
RequestOptions options) |
Add a pipeline or update an existing pipeline.
|
Cancellable |
IngestClient.putPipelineAsync(PutPipelineRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously add a pipeline or update an existing pipeline.
|
AcknowledgedResponse |
EnrichClient.putPolicy(PutPolicyRequest request,
RequestOptions options) |
Executes the put policy api, which stores an enrich policy.
|
Cancellable |
EnrichClient.putPolicyAsync(PutPolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously executes the put policy api, which stores an enrich policy.
|
PutPrivilegesResponse |
SecurityClient.putPrivileges(PutPrivilegesRequest request,
RequestOptions options) |
Create or update application privileges.
|
Cancellable |
SecurityClient.putPrivilegesAsync(PutPrivilegesRequest request,
RequestOptions options,
ActionListener<PutPrivilegesResponse> listener) |
Asynchronously create or update application privileges.
See
the docs for more.
|
PutRoleResponse |
SecurityClient.putRole(PutRoleRequest request,
RequestOptions options) |
Create or update a role in the native roles store.
|
Cancellable |
SecurityClient.putRoleAsync(PutRoleRequest request,
RequestOptions options,
ActionListener<PutRoleResponse> listener) |
Asynchronously creates or updates a role in the native roles store.
|
PutRoleMappingResponse |
SecurityClient.putRoleMapping(PutRoleMappingRequest request,
RequestOptions options) |
Create/Update a role mapping.
|
Cancellable |
SecurityClient.putRoleMappingAsync(PutRoleMappingRequest request,
RequestOptions options,
ActionListener<PutRoleMappingResponse> listener) |
Asynchronously create/update a role mapping.
|
AcknowledgedResponse |
RollupClient.putRollupJob(PutRollupJobRequest request,
RequestOptions options) |
Put a rollup job into the cluster
See
the docs for more.
|
Cancellable |
RollupClient.putRollupJobAsync(PutRollupJobRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously put a rollup job into the cluster
See
the docs for more.
|
AcknowledgedResponse |
RestHighLevelClient.putScript(PutStoredScriptRequest putStoredScriptRequest,
RequestOptions options) |
Puts an stored script using the Scripting API.
|
Cancellable |
RestHighLevelClient.putScriptAsync(PutStoredScriptRequest putStoredScriptRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously puts an stored script using the Scripting API.
|
ClusterUpdateSettingsResponse |
ClusterClient.putSettings(ClusterUpdateSettingsRequest clusterUpdateSettingsRequest,
RequestOptions options) |
Updates cluster wide specific settings using the Cluster Update Settings API.
|
AcknowledgedResponse |
IndicesClient.putSettings(UpdateSettingsRequest updateSettingsRequest,
RequestOptions options) |
Updates specific index level settings using the Update Indices Settings API.
|
Cancellable |
ClusterClient.putSettingsAsync(ClusterUpdateSettingsRequest clusterUpdateSettingsRequest,
RequestOptions options,
ActionListener<ClusterUpdateSettingsResponse> listener) |
Asynchronously updates cluster wide specific settings using the Cluster Update Settings API.
|
Cancellable |
IndicesClient.putSettingsAsync(UpdateSettingsRequest updateSettingsRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously updates specific index level settings using the Update Indices Settings API.
|
AcknowledgedResponse |
IndexLifecycleClient.putSnapshotLifecyclePolicy(PutSnapshotLifecyclePolicyRequest request,
RequestOptions options) |
Create or modify a snapshot lifecycle definition.
|
Cancellable |
IndexLifecycleClient.putSnapshotLifecyclePolicyAsync(PutSnapshotLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously create or modify a snapshot lifecycle definition.
|
AcknowledgedResponse |
IndicesClient.putTemplate(PutIndexTemplateRequest putIndexTemplateRequest,
RequestOptions options) |
Deprecated.
|
AcknowledgedResponse |
IndicesClient.putTemplate(PutIndexTemplateRequest putIndexTemplateRequest,
RequestOptions options) |
Puts an index template using the Index Templates API.
|
Cancellable |
IndicesClient.putTemplateAsync(PutIndexTemplateRequest putIndexTemplateRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.putTemplateAsync(PutIndexTemplateRequest putIndexTemplateRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously puts an index template using the Index Templates API.
|
AcknowledgedResponse |
TransformClient.putTransform(PutTransformRequest request,
RequestOptions options) |
Creates a new transform
|
Cancellable |
TransformClient.putTransformAsync(PutTransformRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Creates a new transform asynchronously and notifies listener on completion
|
PutUserResponse |
SecurityClient.putUser(PutUserRequest request,
RequestOptions options) |
Create/update a user in the native realm synchronously.
|
Cancellable |
SecurityClient.putUserAsync(PutUserRequest request,
RequestOptions options,
ActionListener<PutUserResponse> listener) |
Asynchronously create/update a user in the native realm.
|
PutWatchResponse |
WatcherClient.putWatch(PutWatchRequest request,
RequestOptions options) |
Put a watch into the cluster
See
the docs for more.
|
Cancellable |
WatcherClient.putWatchAsync(PutWatchRequest request,
RequestOptions options,
ActionListener<PutWatchResponse> listener) |
Asynchronously put a watch into the cluster
See
the docs for more.
|
RankEvalResponse |
RestHighLevelClient.rankEval(RankEvalRequest rankEvalRequest,
RequestOptions options) |
Executes a request using the Ranking Evaluation API.
|
Cancellable |
RestHighLevelClient.rankEvalAsync(RankEvalRequest rankEvalRequest,
RequestOptions options,
ActionListener<RankEvalResponse> listener) |
Asynchronously executes a request using the Ranking Evaluation API.
|
RefreshResponse |
IndicesClient.refresh(RefreshRequest refreshRequest,
RequestOptions options) |
Refresh one or more indices using the Refresh API.
|
Cancellable |
IndicesClient.refreshAsync(RefreshRequest refreshRequest,
RequestOptions options,
ActionListener<RefreshResponse> listener) |
Asynchronously refresh one or more indices using the Refresh API.
|
BulkByScrollResponse |
RestHighLevelClient.reindex(ReindexRequest reindexRequest,
RequestOptions options) |
Executes a reindex request.
|
Cancellable |
RestHighLevelClient.reindexAsync(ReindexRequest reindexRequest,
RequestOptions options,
ActionListener<BulkByScrollResponse> listener) |
Asynchronously executes a reindex request.
|
ListTasksResponse |
RestHighLevelClient.reindexRethrottle(RethrottleRequest rethrottleRequest,
RequestOptions options) |
Executes a reindex rethrottling request.
|
Cancellable |
RestHighLevelClient.reindexRethrottleAsync(RethrottleRequest rethrottleRequest,
RequestOptions options,
ActionListener<ListTasksResponse> listener) |
Executes a reindex rethrottling request.
|
ReloadAnalyzersResponse |
IndicesClient.reloadAnalyzers(ReloadAnalyzersRequest request,
RequestOptions options) |
Synchronously calls the _reload_search_analyzers API
|
Cancellable |
IndicesClient.reloadAnalyzersAsync(ReloadAnalyzersRequest request,
RequestOptions options,
ActionListener<ReloadAnalyzersResponse> listener) |
Asynchronously calls the _reload_search_analyzers API
|
RemoveIndexLifecyclePolicyResponse |
IndexLifecycleClient.removeIndexLifecyclePolicy(RemoveIndexLifecyclePolicyRequest request,
RequestOptions options) |
Remove the index lifecycle policy for an index
See
|
Cancellable |
IndexLifecycleClient.removeIndexLifecyclePolicyAsync(RemoveIndexLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<RemoveIndexLifecyclePolicyResponse> listener) |
Asynchronously remove the index lifecycle policy for an index
See
|
RestoreSnapshotResponse |
SnapshotClient.restore(RestoreSnapshotRequest restoreSnapshotRequest,
RequestOptions options) |
Restores a snapshot.
|
Cancellable |
SnapshotClient.restoreAsync(RestoreSnapshotRequest restoreSnapshotRequest,
RequestOptions options,
ActionListener<RestoreSnapshotResponse> listener) |
Asynchronously restores a snapshot.
|
AcknowledgedResponse |
CcrClient.resumeAutoFollowPattern(ResumeAutoFollowPatternRequest request,
RequestOptions options) |
Resumes an auto follow pattern.
|
Cancellable |
CcrClient.resumeAutoFollowPatternAsync(ResumeAutoFollowPatternRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously resumes an auto follow pattern.
|
AcknowledgedResponse |
CcrClient.resumeFollow(ResumeFollowRequest request,
RequestOptions options) |
Instructs a follower index to resume the following of a leader index.
|
Cancellable |
CcrClient.resumeFollowAsync(ResumeFollowRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously instruct a follower index to resume the following of a leader index.
|
AcknowledgedResponse |
IndexLifecycleClient.retryLifecyclePolicy(RetryLifecyclePolicyRequest request,
RequestOptions options) |
Retry lifecycle step for given indices
See
|
Cancellable |
IndexLifecycleClient.retryLifecyclePolicyAsync(RetryLifecyclePolicyRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously retry the lifecycle step for given indices
See
|
RevertModelSnapshotResponse |
MachineLearningClient.revertModelSnapshot(RevertModelSnapshotRequest request,
RequestOptions options) |
Reverts to a particular Machine Learning Model Snapshot
|
Cancellable |
MachineLearningClient.revertModelSnapshotAsync(RevertModelSnapshotRequest request,
RequestOptions options,
ActionListener<RevertModelSnapshotResponse> listener) |
Reverts to a particular Machine Learning Model Snapshot asynchronously and notifies the listener on completion
|
RolloverResponse |
IndicesClient.rollover(RolloverRequest rolloverRequest,
RequestOptions options) |
Deprecated.
|
RolloverResponse |
IndicesClient.rollover(RolloverRequest rolloverRequest,
RequestOptions options) |
Rolls over an index using the Rollover Index API.
|
Cancellable |
IndicesClient.rolloverAsync(RolloverRequest rolloverRequest,
RequestOptions options,
ActionListener<RolloverResponse> listener) |
Deprecated.
|
Cancellable |
IndicesClient.rolloverAsync(RolloverRequest rolloverRequest,
RequestOptions options,
ActionListener<RolloverResponse> listener) |
Asynchronously rolls over an index using the Rollover Index API.
|
SearchResponse |
RestHighLevelClient.scroll(SearchScrollRequest searchScrollRequest,
RequestOptions options) |
Executes a search using the Search Scroll API.
|
Cancellable |
RestHighLevelClient.scrollAsync(SearchScrollRequest searchScrollRequest,
RequestOptions options,
ActionListener<SearchResponse> listener) |
Asynchronously executes a search using the Search Scroll API.
|
SearchResponse |
RestHighLevelClient.search(SearchRequest searchRequest,
RequestOptions options) |
Executes a search request using the Search API.
|
SearchResponse |
RollupClient.search(SearchRequest request,
RequestOptions options) |
Perform a rollup search.
|
Cancellable |
RestHighLevelClient.searchAsync(SearchRequest searchRequest,
RequestOptions options,
ActionListener<SearchResponse> listener) |
Asynchronously executes a search using the Search API.
|
Cancellable |
RollupClient.searchAsync(SearchRequest request,
RequestOptions options,
ActionListener<SearchResponse> listener) |
Perform a rollup search.
|
SearchResponse |
RestHighLevelClient.searchScroll(SearchScrollRequest searchScrollRequest,
RequestOptions options) |
Deprecated.
|
Cancellable |
RestHighLevelClient.searchScrollAsync(SearchScrollRequest searchScrollRequest,
RequestOptions options,
ActionListener<SearchResponse> listener) |
Deprecated.
|
SearchTemplateResponse |
RestHighLevelClient.searchTemplate(SearchTemplateRequest searchTemplateRequest,
RequestOptions options) |
Executes a request using the Search Template API.
|
Cancellable |
RestHighLevelClient.searchTemplateAsync(SearchTemplateRequest searchTemplateRequest,
RequestOptions options,
ActionListener<SearchTemplateResponse> listener) |
Asynchronously executes a request using the Search Template API.
|
void |
Request.setOptions(RequestOptions options) |
Set the portion of an HTTP request to Elasticsearch that can be
manipulated without changing Elasticsearch's behavior.
|
AcknowledgedResponse |
MachineLearningClient.setUpgradeMode(SetUpgradeModeRequest request,
RequestOptions options) |
Sets the ML cluster setting upgrade_mode
|
Cancellable |
MachineLearningClient.setUpgradeModeAsync(SetUpgradeModeRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Sets the ML cluster setting upgrade_mode asynchronously
|
ResizeResponse |
IndicesClient.shrink(ResizeRequest resizeRequest,
RequestOptions options) |
Shrinks an index using the Shrink Index API.
|
Cancellable |
IndicesClient.shrinkAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously shrinks an index using the Shrink index API.
|
SimulatePipelineResponse |
IngestClient.simulate(SimulatePipelineRequest request,
RequestOptions options) |
Simulate a pipeline on a set of documents provided in the request
|
Cancellable |
IngestClient.simulateAsync(SimulatePipelineRequest request,
RequestOptions options,
ActionListener<SimulatePipelineResponse> listener) |
Asynchronously simulate a pipeline on a set of documents provided in the request
|
ResizeResponse |
IndicesClient.split(ResizeRequest resizeRequest,
RequestOptions options) |
Splits an index using the Split Index API.
|
Cancellable |
IndicesClient.splitAsync(ResizeRequest resizeRequest,
RequestOptions options,
ActionListener<ResizeResponse> listener) |
Asynchronously splits an index using the Split Index API.
|
StartBasicResponse |
LicenseClient.startBasic(StartBasicRequest request,
RequestOptions options) |
Initiates an indefinite basic license.
|
Cancellable |
LicenseClient.startBasicAsync(StartBasicRequest request,
RequestOptions options,
ActionListener<StartBasicResponse> listener) |
Asynchronously initiates an indefinite basic license.
|
StartDatafeedResponse |
MachineLearningClient.startDatafeed(StartDatafeedRequest request,
RequestOptions options) |
Starts the given Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.startDatafeedAsync(StartDatafeedRequest request,
RequestOptions options,
ActionListener<StartDatafeedResponse> listener) |
Starts the given Machine Learning Datafeed asynchronously and notifies the listener on completion
|
AcknowledgedResponse |
MachineLearningClient.startDataFrameAnalytics(StartDataFrameAnalyticsRequest request,
RequestOptions options) |
Starts Data Frame Analytics
|
Cancellable |
MachineLearningClient.startDataFrameAnalyticsAsync(StartDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Starts Data Frame Analytics asynchronously and notifies listener upon completion
|
AcknowledgedResponse |
IndexLifecycleClient.startILM(StartILMRequest request,
RequestOptions options) |
Start the Index Lifecycle Management feature.
|
Cancellable |
IndexLifecycleClient.startILMAsync(StartILMRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously start the Index Lifecycle Management feature.
|
StartRollupJobResponse |
RollupClient.startRollupJob(StartRollupJobRequest request,
RequestOptions options) |
Start a rollup job
See
the docs for more.
|
Cancellable |
RollupClient.startRollupJobAsync(StartRollupJobRequest request,
RequestOptions options,
ActionListener<StartRollupJobResponse> listener) |
Asynchronously start a rollup job
See
the docs for more.
|
AcknowledgedResponse |
IndexLifecycleClient.startSLM(StartSLMRequest request,
RequestOptions options) |
Start the Snapshot Lifecycle Management feature.
|
Cancellable |
IndexLifecycleClient.startSLMAsync(StartSLMRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously start the Snapshot Lifecycle Management feature.
|
StartTransformResponse |
TransformClient.startTransform(StartTransformRequest request,
RequestOptions options) |
Start a transform
|
Cancellable |
TransformClient.startTransformAsync(StartTransformRequest request,
RequestOptions options,
ActionListener<StartTransformResponse> listener) |
Start a transform asynchronously and notifies listener on completion
|
StartTrialResponse |
LicenseClient.startTrial(StartTrialRequest request,
RequestOptions options) |
Starts a trial license on the cluster.
|
Cancellable |
LicenseClient.startTrialAsync(StartTrialRequest request,
RequestOptions options,
ActionListener<StartTrialResponse> listener) |
Asynchronously starts a trial license on the cluster.
|
AcknowledgedResponse |
WatcherClient.startWatchService(StartWatchServiceRequest request,
RequestOptions options) |
Start the watch service
See
the docs for more.
|
Cancellable |
WatcherClient.startWatchServiceAsync(StartWatchServiceRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously start the watch service
See
the docs for more.
|
StatsResponse |
EnrichClient.stats(StatsRequest request,
RequestOptions options) |
Executes the enrich stats api, which retrieves enrich related stats.
|
Cancellable |
EnrichClient.statsAsync(StatsRequest request,
RequestOptions options,
ActionListener<StatsResponse> listener) |
Asynchronously executes the enrich stats api, which retrieves enrich related stats.
|
SnapshotsStatusResponse |
SnapshotClient.status(SnapshotsStatusRequest snapshotsStatusRequest,
RequestOptions options) |
Gets the status of requested snapshots.
|
Cancellable |
SnapshotClient.statusAsync(SnapshotsStatusRequest snapshotsStatusRequest,
RequestOptions options,
ActionListener<SnapshotsStatusResponse> listener) |
Asynchronously gets the status of requested snapshots.
|
StopDatafeedResponse |
MachineLearningClient.stopDatafeed(StopDatafeedRequest request,
RequestOptions options) |
Stops the given Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.stopDatafeedAsync(StopDatafeedRequest request,
RequestOptions options,
ActionListener<StopDatafeedResponse> listener) |
Stops the given Machine Learning Datafeed asynchronously and notifies the listener on completion
|
StopDataFrameAnalyticsResponse |
MachineLearningClient.stopDataFrameAnalytics(StopDataFrameAnalyticsRequest request,
RequestOptions options) |
Stops Data Frame Analytics
|
Cancellable |
MachineLearningClient.stopDataFrameAnalyticsAsync(StopDataFrameAnalyticsRequest request,
RequestOptions options,
ActionListener<StopDataFrameAnalyticsResponse> listener) |
Stops Data Frame Analytics asynchronously and notifies listener upon completion
|
AcknowledgedResponse |
IndexLifecycleClient.stopILM(StopILMRequest request,
RequestOptions options) |
Stop the Index Lifecycle Management feature.
|
Cancellable |
IndexLifecycleClient.stopILMAsync(StopILMRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously stop the Index Lifecycle Management feature.
|
StopRollupJobResponse |
RollupClient.stopRollupJob(StopRollupJobRequest request,
RequestOptions options) |
Stop a rollup job
See
the docs for more.
|
Cancellable |
RollupClient.stopRollupJobAsync(StopRollupJobRequest request,
RequestOptions options,
ActionListener<StopRollupJobResponse> listener) |
Asynchronously stop a rollup job
See
the docs for more.
|
AcknowledgedResponse |
IndexLifecycleClient.stopSLM(StopSLMRequest request,
RequestOptions options) |
Stop the Snapshot Lifecycle Management feature.
|
Cancellable |
IndexLifecycleClient.stopSLMAsync(StopSLMRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously stop the Snapshot Lifecycle Management feature.
|
StopTransformResponse |
TransformClient.stopTransform(StopTransformRequest request,
RequestOptions options) |
Stop a transform
|
Cancellable |
TransformClient.stopTransformAsync(StopTransformRequest request,
RequestOptions options,
ActionListener<StopTransformResponse> listener) |
Stop a transform asynchronously and notifies listener on completion
|
AcknowledgedResponse |
WatcherClient.stopWatchService(StopWatchServiceRequest request,
RequestOptions options) |
Stop the watch service
See
the docs for more.
|
Cancellable |
WatcherClient.stopWatchServiceAsync(StopWatchServiceRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously stop the watch service
See
the docs for more.
|
TaskSubmissionResponse |
RestHighLevelClient.submitDeleteByQueryTask(DeleteByQueryRequest deleteByQueryRequest,
RequestOptions options) |
|
TaskSubmissionResponse |
RestHighLevelClient.submitReindexTask(ReindexRequest reindexRequest,
RequestOptions options) |
Submits a reindex task.
|
TermVectorsResponse |
RestHighLevelClient.termvectors(TermVectorsRequest request,
RequestOptions options) |
|
Cancellable |
RestHighLevelClient.termvectorsAsync(TermVectorsRequest request,
RequestOptions options,
ActionListener<TermVectorsResponse> listener) |
|
AcknowledgedResponse |
CcrClient.unfollow(UnfollowRequest request,
RequestOptions options) |
Instructs a follower index to unfollow and become a regular index.
|
Cancellable |
CcrClient.unfollowAsync(UnfollowRequest request,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously instructs a follower index to unfollow and become a regular index.
|
ShardsAcknowledgedResponse |
IndicesClient.unfreeze(UnfreezeIndexRequest request,
RequestOptions options) |
Synchronously calls the _unfreeze API
|
Cancellable |
IndicesClient.unfreezeAsync(UnfreezeIndexRequest request,
RequestOptions options,
ActionListener<ShardsAcknowledgedResponse> listener) |
Asynchronously calls the _unfreeze API
|
UpdateResponse |
RestHighLevelClient.update(UpdateRequest updateRequest,
RequestOptions options) |
Updates a document using the Update API.
|
AcknowledgedResponse |
IndicesClient.updateAliases(IndicesAliasesRequest indicesAliasesRequest,
RequestOptions options) |
Updates aliases using the Index Aliases API.
|
Cancellable |
IndicesClient.updateAliasesAsync(IndicesAliasesRequest indicesAliasesRequest,
RequestOptions options,
ActionListener<AcknowledgedResponse> listener) |
Asynchronously updates aliases using the Index Aliases API.
|
Cancellable |
RestHighLevelClient.updateAsync(UpdateRequest updateRequest,
RequestOptions options,
ActionListener<UpdateResponse> listener) |
Asynchronously updates a document using the Update API.
|
BulkByScrollResponse |
RestHighLevelClient.updateByQuery(UpdateByQueryRequest updateByQueryRequest,
RequestOptions options) |
Executes a update by query request.
|
Cancellable |
RestHighLevelClient.updateByQueryAsync(UpdateByQueryRequest updateByQueryRequest,
RequestOptions options,
ActionListener<BulkByScrollResponse> listener) |
Asynchronously executes an update by query request.
|
ListTasksResponse |
RestHighLevelClient.updateByQueryRethrottle(RethrottleRequest rethrottleRequest,
RequestOptions options) |
Executes a update by query rethrottle request.
|
Cancellable |
RestHighLevelClient.updateByQueryRethrottleAsync(RethrottleRequest rethrottleRequest,
RequestOptions options,
ActionListener<ListTasksResponse> listener) |
Asynchronously execute an update by query rethrottle request.
|
PutDatafeedResponse |
MachineLearningClient.updateDatafeed(UpdateDatafeedRequest request,
RequestOptions options) |
Updates a Machine Learning Datafeed
|
Cancellable |
MachineLearningClient.updateDatafeedAsync(UpdateDatafeedRequest request,
RequestOptions options,
ActionListener<PutDatafeedResponse> listener) |
Updates a Machine Learning Datafeed asynchronously and notifies listener on completion
|
PutFilterResponse |
MachineLearningClient.updateFilter(UpdateFilterRequest request,
RequestOptions options) |
Updates a Machine Learning Filter
|
Cancellable |
MachineLearningClient.updateFilterAsync(UpdateFilterRequest request,
RequestOptions options,
ActionListener<PutFilterResponse> listener) |
Updates a Machine Learning Filter asynchronously and notifies listener on completion
|
PutJobResponse |
MachineLearningClient.updateJob(UpdateJobRequest request,
RequestOptions options) |
Updates a Machine Learning Job
|
Cancellable |
MachineLearningClient.updateJobAsync(UpdateJobRequest request,
RequestOptions options,
ActionListener<PutJobResponse> listener) |
Updates a Machine Learning Job asynchronously
|
UpdateModelSnapshotResponse |
MachineLearningClient.updateModelSnapshot(UpdateModelSnapshotRequest request,
RequestOptions options) |
Updates a snapshot for a Machine Learning Job.
|
Cancellable |
MachineLearningClient.updateModelSnapshotAsync(UpdateModelSnapshotRequest request,
RequestOptions options,
ActionListener<UpdateModelSnapshotResponse> listener) |
Updates a snapshot for a Machine Learning Job, notifies listener once the requested snapshots are retrieved.
|
UpdateTransformResponse |
TransformClient.updateTransform(UpdateTransformRequest request,
RequestOptions options) |
Updates an existing transform
|
Cancellable |
TransformClient.updateTransformAsync(UpdateTransformRequest request,
RequestOptions options,
ActionListener<UpdateTransformResponse> listener) |
Updates an existing transform asynchronously and notifies listener on completion
|
XPackUsageResponse |
XPackClient.usage(XPackUsageRequest request,
RequestOptions options) |
Fetch usage information about X-Pack features from the cluster.
|
Cancellable |
XPackClient.usageAsync(XPackUsageRequest request,
RequestOptions options,
ActionListener<XPackUsageResponse> listener) |
Asynchronously fetch usage information about X-Pack features from the cluster.
|
ValidateQueryResponse |
IndicesClient.validateQuery(ValidateQueryRequest validateQueryRequest,
RequestOptions options) |
Validate a potentially expensive query without executing it.
|
Cancellable |
IndicesClient.validateQueryAsync(ValidateQueryRequest validateQueryRequest,
RequestOptions options,
ActionListener<ValidateQueryResponse> listener) |
Asynchronously validate a potentially expensive query without executing it.
|
VerifyRepositoryResponse |
SnapshotClient.verifyRepository(VerifyRepositoryRequest verifyRepositoryRequest,
RequestOptions options) |
Verifies a snapshot repository.
|
Cancellable |
SnapshotClient.verifyRepositoryAsync(VerifyRepositoryRequest verifyRepositoryRequest,
RequestOptions options,
ActionListener<VerifyRepositoryResponse> listener) |
Asynchronously verifies a snapshot repository.
|
WatcherStatsResponse |
WatcherClient.watcherStats(WatcherStatsRequest request,
RequestOptions options) |
Get the watcher stats
See
the docs for more.
|
Cancellable |
WatcherClient.watcherStatsAsync(WatcherStatsRequest request,
RequestOptions options,
ActionListener<WatcherStatsResponse> listener) |
Asynchronously get the watcher stats
See
the docs for more.
|