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

A

ACTIVE - org.elasticsearch.protocol.xpack.license.LicenseStatus
 
analyze(AnalyzeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Calls the analyze API See Analyze API on elastic.co
analyzeAsync(AnalyzeRequest, RequestOptions, ActionListener<AnalyzeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously calls the analyze API See Analyze API on elastic.co
available() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 

B

BASIC_SELF_GENERATED_LICENSE_EXPIRATION_MILLIS - Static variable in class org.elasticsearch.protocol.xpack.XPackInfoResponse
Value of the license's expiration time if it should never expire.
BUILD - org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
 
BuildInfo(String, String) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
BuildInfo(StreamInput) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
bulk(BulkRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
bulk(BulkRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a bulk request using the Bulk API.
bulkAsync(BulkRequest, ActionListener<BulkResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
bulkAsync(BulkRequest, RequestOptions, ActionListener<BulkResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a bulk request using the Bulk API.

C

cancel(CancelTasksRequest, RequestOptions) - Method in class org.elasticsearch.client.TasksClient
Cancel one or more cluster tasks using the Task Management API.
cancelAsync(CancelTasksRequest, RequestOptions, ActionListener<CancelTasksResponse>) - Method in class org.elasticsearch.client.TasksClient
Asynchronously cancel one or more cluster tasks using the Task Management API.
clearCache(ClearIndicesCacheRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
clearCache(ClearIndicesCacheRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Clears the cache of one or more indices using the Clear Cache API.
clearCacheAsync(ClearIndicesCacheRequest, ActionListener<ClearIndicesCacheResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
clearCacheAsync(ClearIndicesCacheRequest, RequestOptions, ActionListener<ClearIndicesCacheResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously clears the cache of one or more indices using the Clear Cache API.
clearScroll(ClearScrollRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
clearScroll(ClearScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Clears one or more scroll ids using the Clear Scroll API.
clearScrollAsync(ClearScrollRequest, ActionListener<ClearScrollResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
clearScrollAsync(ClearScrollRequest, RequestOptions, ActionListener<ClearScrollResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously clears one or more scroll ids using the Clear Scroll API.
close() - Method in class org.elasticsearch.client.RestHighLevelClient
 
close(CloseIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
close(CloseIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Closes an index using the Close Index API.
closeAsync(CloseIndexRequest, ActionListener<CloseIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
closeAsync(CloseIndexRequest, RequestOptions, ActionListener<CloseIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously closes an index using the Close Index API.
cluster() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a ClusterClient which can be used to access the Cluster API.
ClusterClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Cluster API.
create(CreateSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Creates a snapshot.
create(CreateIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
create(CreateIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Creates an index using the Create Index API.
createAsync(CreateSnapshotRequest, RequestOptions, ActionListener<CreateSnapshotResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously creates a snapshot.
createAsync(CreateIndexRequest, ActionListener<CreateIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
createAsync(CreateIndexRequest, RequestOptions, ActionListener<CreateIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously creates an index using the Create Index API.
createRepository(PutRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Creates a snapshot repository.
createRepositoryAsync(PutRepositoryRequest, RequestOptions, ActionListener<PutRepositoryResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously creates a snapshot repository.

D

delete(DeleteSnapshotRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Deletes a snapshot.
delete(DeleteIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
delete(DeleteIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Deletes an index using the Delete Index API.
delete(DeleteRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
delete(DeleteRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Deletes a document by id using the Delete API.
deleteAsync(DeleteSnapshotRequest, RequestOptions, ActionListener<DeleteSnapshotResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously deletes a snapshot.
deleteAsync(DeleteIndexRequest, ActionListener<DeleteIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
deleteAsync(DeleteIndexRequest, RequestOptions, ActionListener<DeleteIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously deletes an index using the Delete Index API.
deleteAsync(DeleteRequest, ActionListener<DeleteResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
deleteAsync(DeleteRequest, RequestOptions, ActionListener<DeleteResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously deletes a document by id using the Delete API.
deletePipeline(DeletePipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Delete an existing pipeline.
deletePipelineAsync(DeletePipelineRequest, RequestOptions, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously delete an existing pipeline.
deleteRepository(DeleteRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Deletes a snapshot repository.
deleteRepositoryAsync(DeleteRepositoryRequest, RequestOptions, ActionListener<DeleteRepositoryResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously deletes a snapshot repository.
deleteScript(DeleteStoredScriptRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Delete stored script by id.
deleteScriptAsync(DeleteStoredScriptRequest, RequestOptions, ActionListener<DeleteStoredScriptResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously delete stored script by id.
description() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 

E

enabled() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
equals(Object) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
equals(SyncedFlushResponse.ShardCounts) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
exists(GetIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
exists(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Checks if the index (indices) exists or not.
exists(GetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
exists(GetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Checks for the existence of a document.
existsAlias(GetAliasesRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
existsAlias(GetAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Checks if one or more aliases exist using the Aliases Exist API.
existsAliasAsync(GetAliasesRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.IndicesClient
existsAliasAsync(GetAliasesRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously checks if one or more aliases exist using the Aliases Exist API.
existsAsync(GetIndexRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.IndicesClient
existsAsync(GetIndexRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously checks if the index (indices) exists or not.
existsAsync(GetRequest, ActionListener<Boolean>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
existsAsync(GetRequest, RequestOptions, ActionListener<Boolean>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously checks for the existence of a document.
EXPIRED - org.elasticsearch.protocol.xpack.license.LicenseStatus
 
explain(ExplainRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Explain API.
explainAsync(ExplainRequest, RequestOptions, ActionListener<ExplainResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Explain API.

F

FAILED_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FAILED_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
failedShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
failedShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FAILURE_REASON_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
failures() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FAILURES_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
FEATURES - org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
 
FeatureSet(String, String, boolean, boolean, Map<String, Object>) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
FeatureSet(StreamInput) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
FeatureSetsInfo(Set<XPackInfoResponse.FeatureSetsInfo.FeatureSet>) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
FeatureSetsInfo(StreamInput) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
fieldCaps(FieldCapabilitiesRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Field Capabilities API.
fieldCapsAsync(FieldCapabilitiesRequest, RequestOptions, ActionListener<FieldCapabilitiesResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Field Capabilities API.
flush(FlushRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
flush(FlushRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Flush one or more indices using the Flush API.
flushAsync(FlushRequest, ActionListener<FlushResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
flushAsync(FlushRequest, RequestOptions, ActionListener<FlushResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously flush one or more indices using the Flush API.
flushSynced(SyncedFlushRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Initiate a synced flush manually using the synced flush API.
flushSyncedAsync(SyncedFlushRequest, RequestOptions, ActionListener<SyncedFlushResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously initiate a synced flush manually using the synced flush API.
forcemerge(ForceMergeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Force merge one or more indices using the Force Merge API.
forceMerge(ForceMergeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
forceMerge(ForceMergeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
forcemergeAsync(ForceMergeRequest, RequestOptions, ActionListener<ForceMergeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously force merge one or more indices using the Force Merge API.
forceMergeAsync(ForceMergeRequest, ActionListener<ForceMergeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
forceMergeAsync(ForceMergeRequest, RequestOptions, ActionListener<ForceMergeResponse>) - Method in class org.elasticsearch.client.IndicesClient
fromString(String) - Static method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.GetAliasesResponse
Parse the get aliases response
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
fromXContent(XContentParser) - Static method in class org.elasticsearch.protocol.xpack.XPackUsageResponse
 

G

get(GetSnapshotsRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Get snapshots.
get(GetIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieve information about one or more indexes See Indices Get Index API on elastic.co
get(GetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
get(GetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Retrieves a document by id using the Get API.
getAlias(GetAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Gets one or more aliases using the Get Index Aliases API.
getAliasAsync(GetAliasesRequest, RequestOptions, ActionListener<GetAliasesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously gets one or more aliases using the Get Index Aliases API.
getAliases() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the requested aliases
GetAliasesResponse - Class in org.elasticsearch.client
Response obtained from the get aliases API.
getAsync(GetSnapshotsRequest, RequestOptions, ActionListener<GetSnapshotsResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously get snapshots.
getAsync(GetIndexRequest, RequestOptions, ActionListener<GetIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Retrieve information about one or more indexes See Indices Get Index API on elastic.co
getAsync(GetRequest, ActionListener<GetResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
getAsync(GetRequest, RequestOptions, ActionListener<GetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously retrieves a document by id using the Get API.
getBuildInfo() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
getCategories() - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
getError() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the possibly returned error, null otherwise
getException() - Method in class org.elasticsearch.client.GetAliasesResponse
Return the exception that may have been returned
getExpiryDate() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
getFailureReason() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getFeatureSets() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
getFeatureSetsInfo() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
getFieldMapping(GetFieldMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieves the field mappings on an index or indices using the Get Field Mapping API.
getFieldMappingAsync(GetFieldMappingsRequest, RequestOptions, ActionListener<GetFieldMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieves the field mappings on an index on indices using the Get Field Mapping API.
getHash() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
getId() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
getId() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
getIndexResults() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
getLicenseInfo() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
getLowLevelClient() - Method in class org.elasticsearch.client.RestHighLevelClient
Returns the low-level client that the current high-level client instance is using to perform requests
getMapping(GetMappingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieves the mappings on an index or indices using the Get Mapping API.
getMappingAsync(GetMappingsRequest, RequestOptions, ActionListener<GetMappingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieves the mappings on an index on indices using the Get Mapping API.
getMode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
getPipeline(GetPipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Get an existing pipeline.
getPipelineAsync(GetPipelineRequest, RequestOptions, ActionListener<GetPipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously get an existing pipeline.
getRepository(GetRepositoriesRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Gets a list of snapshot repositories.
getRepositoryAsync(GetRepositoriesRequest, RequestOptions, ActionListener<GetRepositoriesResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously gets a list of snapshot repositories.
getRouting() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getScript(GetStoredScriptRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Get stored script by id.
getScriptAsync(GetStoredScriptRequest, RequestOptions, ActionListener<GetStoredScriptResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously get stored script by id.
getSettings(ClusterGetSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Get the cluster wide settings using the Cluster Get Settings API.
getSettings(GetSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Retrieve the settings of one or more indices.
getSettingsAsync(ClusterGetSettingsRequest, RequestOptions, ActionListener<ClusterGetSettingsResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously get the cluster wide settings using the Cluster Get Settings API.
getSettingsAsync(GetSettingsRequest, RequestOptions, ActionListener<GetSettingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously retrieve the settings of one or more indices.
getShardId() - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
getSource() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
getStatus() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
getTemplate(GetIndexTemplatesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Gets index templates using the Index Templates API See Index Templates API on elastic.co
getTemplateAsync(GetIndexTemplatesRequest, RequestOptions, ActionListener<GetIndexTemplatesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously gets index templates using the Index Templates API See Index Templates API on elastic.co
getTimestamp() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
getType() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
getUid() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
getUsages() - Method in class org.elasticsearch.protocol.xpack.XPackUsageResponse
Return a map from feature name to usage information for that feature.
getVersion() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
getVersion() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 

H

hashCode() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
hashCode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
hashCode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
hashCode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
hashCode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
hashCode() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
health(ClusterHealthRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Get cluster health using the Cluster Health API.
healthAsync(ClusterHealthRequest, RequestOptions, ActionListener<ClusterHealthResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously get cluster health using the Cluster Health API.

I

index(IndexRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
index(IndexRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Index a document using the Index API.
indexAsync(IndexRequest, ActionListener<IndexResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
indexAsync(IndexRequest, RequestOptions, ActionListener<IndexResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously index a document using the Index API.
indices() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides an IndicesClient which can be used to access the Indices API.
IndicesClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Indices API.
info(Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
info(RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Get the cluster info otherwise provided when sending an HTTP request to '/'
info(XPackInfoRequest, RequestOptions) - Method in class org.elasticsearch.client.XPackClient
Fetch information about X-Pack from the cluster.
infoAsync(XPackInfoRequest, RequestOptions, ActionListener<XPackInfoResponse>) - Method in class org.elasticsearch.client.XPackClient
Asynchronously fetch information about X-Pack from the cluster.
ingest() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a IngestClient which can be used to access the Ingest API.
IngestClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Ingest API.
INVALID - org.elasticsearch.protocol.xpack.license.LicenseStatus
 
isActive() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
isCreated() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
isValidId(String) - Static method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
isVerbose() - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 

L

label() - Method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
 
LICENSE - org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
 
LicenseInfo(String, String, String, LicenseStatus, long) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
LicenseInfo(StreamInput) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
LicenseStatus - Enum in org.elasticsearch.protocol.xpack.license
Status of an X-Pack license.
list(ListTasksRequest, RequestOptions) - Method in class org.elasticsearch.client.TasksClient
Get current tasks using the Task Management API.
listAsync(ListTasksRequest, RequestOptions, ActionListener<ListTasksResponse>) - Method in class org.elasticsearch.client.TasksClient
Asynchronously get current tasks using the Task Management API.

M

mget(MultiGetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Retrieves multiple documents by id using the Multi Get API.
mgetAsync(MultiGetRequest, RequestOptions, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously retrieves multiple documents by id using the Multi Get API.
msearch(MultiSearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a multi search using the msearch API.
msearchAsync(MultiSearchRequest, RequestOptions, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a multi search using the msearch API.
msearchTemplate(MultiSearchTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Multi Search Template API.
msearchTemplateAsync(MultiSearchTemplateRequest, RequestOptions, ActionListener<MultiSearchTemplateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Multi Search Template API See Multi Search Template API on elastic.co.
multiGet(MultiGetRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGet(MultiGetRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGetAsync(MultiGetRequest, ActionListener<MultiGetResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiGetAsync(MultiGetRequest, RequestOptions, ActionListener<MultiGetResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearch(MultiSearchRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearch(MultiSearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearchAsync(MultiSearchRequest, ActionListener<MultiSearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
multiSearchAsync(MultiSearchRequest, RequestOptions, ActionListener<MultiSearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient

N

name() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
nativeCodeInfo() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 

O

open(OpenIndexRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
open(OpenIndexRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Opens an index using the Open Index API.
openAsync(OpenIndexRequest, ActionListener<OpenIndexResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
openAsync(OpenIndexRequest, RequestOptions, ActionListener<OpenIndexResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously opens an index using the Open Index API.
org.elasticsearch.client - package org.elasticsearch.client
 
org.elasticsearch.protocol.xpack - package org.elasticsearch.protocol.xpack
Request and Response objects for miscellaneous X-Pack APIs.
org.elasticsearch.protocol.xpack.license - package org.elasticsearch.protocol.xpack.license
Request and Response objects for the default distribution's License APIs.
org.elasticsearch.protocol.xpack.watcher - package org.elasticsearch.protocol.xpack.watcher
Request and Response objects for the default distribution's Watcher APIs.

P

parseEntity(HttpEntity, CheckedFunction<XContentParser, Resp, IOException>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
parseResponseException(ResponseException) - Method in class org.elasticsearch.client.RestHighLevelClient
Converts a ResponseException obtained from the low level REST client into an ElasticsearchException.
performRequest(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<Response, Resp, IOException>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
performRequest(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<Response, Resp, IOException>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
performRequestAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<XContentParser, Resp, IOException>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAsync(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<Response, Resp, IOException>, ActionListener<Resp>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
performRequestAsync(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<Response, Resp, IOException>, ActionListener<Resp>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
performRequestAsyncAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, RequestOptions, CheckedFunction<XContentParser, Resp, IOException>, ActionListener<Resp>, Set<Integer>) - Method in class org.elasticsearch.client.RestHighLevelClient
 
performRequestAsyncAndParseEntity(Req, CheckedFunction<Req, Request, IOException>, CheckedFunction<XContentParser, Resp, IOException>, ActionListener<Resp>, Set<Integer>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
Deprecated.
ping(Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
ping(RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Pings the remote Elasticsearch cluster and returns true if the ping succeeded, false otherwise
putMapping(PutMappingRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
putMapping(PutMappingRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates the mappings on an index using the Put Mapping API.
putMappingAsync(PutMappingRequest, ActionListener<PutMappingResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
putMappingAsync(PutMappingRequest, RequestOptions, ActionListener<PutMappingResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates the mappings on an index using the Put Mapping API.
putPipeline(PutPipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Add a pipeline or update an existing pipeline.
putPipelineAsync(PutPipelineRequest, RequestOptions, ActionListener<WritePipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously add a pipeline or update an existing pipeline.
putSettings(ClusterUpdateSettingsRequest, Header...) - Method in class org.elasticsearch.client.ClusterClient
putSettings(ClusterUpdateSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.ClusterClient
Updates cluster wide specific settings using the Cluster Update Settings API.
putSettings(UpdateSettingsRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
putSettings(UpdateSettingsRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates specific index level settings using the Update Indices Settings API.
putSettingsAsync(ClusterUpdateSettingsRequest, ActionListener<ClusterUpdateSettingsResponse>, Header...) - Method in class org.elasticsearch.client.ClusterClient
putSettingsAsync(ClusterUpdateSettingsRequest, RequestOptions, ActionListener<ClusterUpdateSettingsResponse>) - Method in class org.elasticsearch.client.ClusterClient
Asynchronously updates cluster wide specific settings using the Cluster Update Settings API.
putSettingsAsync(UpdateSettingsRequest, ActionListener<UpdateSettingsResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
putSettingsAsync(UpdateSettingsRequest, RequestOptions, ActionListener<UpdateSettingsResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates specific index level settings using the Update Indices Settings API.
putTemplate(PutIndexTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Puts an index template using the Index Templates API.
putTemplateAsync(PutIndexTemplateRequest, RequestOptions, ActionListener<PutIndexTemplateResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously puts an index template using the Index Templates API.
putWatch(PutWatchRequest, RequestOptions) - Method in class org.elasticsearch.client.WatcherClient
Put a watch into the cluster See the docs for more.
putWatchAsync(PutWatchRequest, RequestOptions, ActionListener<PutWatchResponse>) - Method in class org.elasticsearch.client.WatcherClient
Asynchronously put a watch into the cluster See the docs for more.
PutWatchRequest - Class in org.elasticsearch.protocol.xpack.watcher
This request class contains the data needed to create a watch along with the name of the watch.
PutWatchRequest() - Constructor for class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
PutWatchRequest(String, BytesReference, XContentType) - Constructor for class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
PutWatchRequest(StreamInput) - Constructor for class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
PutWatchResponse - Class in org.elasticsearch.protocol.xpack.watcher
 
PutWatchResponse() - Constructor for class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
PutWatchResponse(String, long, boolean) - Constructor for class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 

R

rankEval(RankEvalRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
rankEval(RankEvalRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Ranking Evaluation API.
rankEvalAsync(RankEvalRequest, ActionListener<RankEvalResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
rankEvalAsync(RankEvalRequest, RequestOptions, ActionListener<RankEvalResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Ranking Evaluation API.
readFrom(StreamInput) - Static method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
 
readFrom(StreamInput) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
refresh(RefreshRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
refresh(RefreshRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Refresh one or more indices using the Refresh API.
refreshAsync(RefreshRequest, ActionListener<RefreshResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
refreshAsync(RefreshRequest, RequestOptions, ActionListener<RefreshResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously refresh one or more indices using the Refresh API.
RestHighLevelClient - Class in org.elasticsearch.client
High level REST client that wraps an instance of the low level RestClient and allows to build requests and read responses.
RestHighLevelClient(RestClientBuilder) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClientBuilder that allows to build the RestClient to be used to perform requests.
RestHighLevelClient(RestClientBuilder, List<NamedXContentRegistry.Entry>) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClientBuilder that allows to build the RestClient to be used to perform requests and parsers for custom response sections added to Elasticsearch through plugins.
RestHighLevelClient(RestClient, CheckedConsumer<RestClient, IOException>, List<NamedXContentRegistry.Entry>) - Constructor for class org.elasticsearch.client.RestHighLevelClient
Creates a RestHighLevelClient given the low level RestClient that it should use to perform requests and a list of entries that allow to parse custom response sections added to Elasticsearch through plugins.
rollover(RolloverRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
rollover(RolloverRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Rolls over an index using the Rollover Index API.
rolloverAsync(RolloverRequest, ActionListener<RolloverResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
rolloverAsync(RolloverRequest, RequestOptions, ActionListener<RolloverResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously rolls over an index using the Rollover Index API.
ROUTING_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 

S

scroll(SearchScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a search using the Search Scroll API.
scrollAsync(SearchScrollRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a search using the Search Scroll API.
search(SearchRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
search(SearchRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a search request using the Search API.
searchAsync(SearchRequest, ActionListener<SearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchAsync(SearchRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a search using the Search API.
searchScroll(SearchScrollRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScroll(SearchScrollRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScrollAsync(SearchScrollRequest, ActionListener<SearchResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
searchScrollAsync(SearchScrollRequest, RequestOptions, ActionListener<SearchResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
searchTemplate(SearchTemplateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Executes a request using the Search Template API.
searchTemplateAsync(SearchTemplateRequest, RequestOptions, ActionListener<SearchTemplateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously executes a request using the Search Template API.
setActive(boolean) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
Sets the initial active state of the watch
setCategories(EnumSet<XPackInfoRequest.Category>) - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
setId(String) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
Set the watch name
setSource(BytesReference, XContentType) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
Set the source of the watch
setVerbose(boolean) - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
setVersion(long) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
SHARD_ID_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
SHARDS_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse
 
shrink(ResizeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
shrink(ResizeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Shrinks an index using the Shrink Index API.
shrinkAsync(ResizeRequest, ActionListener<ResizeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
shrinkAsync(ResizeRequest, RequestOptions, ActionListener<ResizeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously shrinks an index using the Shrink index API.
simulate(SimulatePipelineRequest, RequestOptions) - Method in class org.elasticsearch.client.IngestClient
Simulate a pipeline on a set of documents provided in the request
simulateAsync(SimulatePipelineRequest, RequestOptions, ActionListener<SimulatePipelineResponse>) - Method in class org.elasticsearch.client.IngestClient
Asynchronously simulate a pipeline on a set of documents provided in the request
snapshot() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a SnapshotClient which can be used to access the Snapshot API.
SnapshotClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Snapshot API.
split(ResizeRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
split(ResizeRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Splits an index using the Split Index API.
splitAsync(ResizeRequest, ActionListener<ResizeResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
splitAsync(ResizeRequest, RequestOptions, ActionListener<ResizeResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously splits an index using the Split Index API.
status() - Method in class org.elasticsearch.client.GetAliasesResponse
 
status(SnapshotsStatusRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Gets the status of requested snapshots.
statusAsync(SnapshotsStatusRequest, RequestOptions, ActionListener<SnapshotsStatusResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously gets the status of requested snapshots.
SUCCESSFUL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
SUCCESSFUL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
successfulShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
successfulShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
SyncedFlushResponse - Class in org.elasticsearch.client
 
SyncedFlushResponse.IndexResult - Class in org.elasticsearch.client
Description for the flush/synced results for a particular index.
SyncedFlushResponse.ShardCounts - Class in org.elasticsearch.client
Encapsulates the number of total successful and failed shard copies
SyncedFlushResponse.ShardFailure - Class in org.elasticsearch.client
Description of a failed shard copy for an index.

T

tasks() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides a TasksClient which can be used to access the Tasks API.
TasksClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Tasks API.
toSet(String...) - Static method in enum org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
 
toString() - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
TOTAL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
TOTAL_FIELD - Static variable in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
totalShards() - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
totalShards() - Method in class org.elasticsearch.client.SyncedFlushResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.GetAliasesResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.IndexResult
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardCounts
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse.ShardFailure
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.client.SyncedFlushResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 

U

update(UpdateRequest, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
update(UpdateRequest, RequestOptions) - Method in class org.elasticsearch.client.RestHighLevelClient
Updates a document using the Update API.
updateAliases(IndicesAliasesRequest, Header...) - Method in class org.elasticsearch.client.IndicesClient
updateAliases(IndicesAliasesRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Updates aliases using the Index Aliases API.
updateAliasesAsync(IndicesAliasesRequest, ActionListener<IndicesAliasesResponse>, Header...) - Method in class org.elasticsearch.client.IndicesClient
updateAliasesAsync(IndicesAliasesRequest, RequestOptions, ActionListener<IndicesAliasesResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously updates aliases using the Index Aliases API.
updateAsync(UpdateRequest, ActionListener<UpdateResponse>, Header...) - Method in class org.elasticsearch.client.RestHighLevelClient
updateAsync(UpdateRequest, RequestOptions, ActionListener<UpdateResponse>) - Method in class org.elasticsearch.client.RestHighLevelClient
Asynchronously updates a document using the Update API.
usage(XPackUsageRequest, RequestOptions) - Method in class org.elasticsearch.client.XPackClient
Fetch usage information about X-Pack features from the cluster.
usageAsync(XPackUsageRequest, RequestOptions, ActionListener<XPackUsageResponse>) - Method in class org.elasticsearch.client.XPackClient
Asynchronously fetch usage information about X-Pack features from the cluster.

V

validate() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
validate() - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
validate() - Method in class org.elasticsearch.protocol.xpack.XPackUsageRequest
 
validateQuery(ValidateQueryRequest, RequestOptions) - Method in class org.elasticsearch.client.IndicesClient
Validate a potentially expensive query without executing it.
validateQueryAsync(ValidateQueryRequest, RequestOptions, ActionListener<ValidateQueryResponse>) - Method in class org.elasticsearch.client.IndicesClient
Asynchronously validate a potentially expensive query without executing it.
valueOf(String) - Static method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.elasticsearch.protocol.xpack.XPackInfoRequest.Category
Returns an array containing the constants of this enum type, in the order they are declared.
verifyRepository(VerifyRepositoryRequest, RequestOptions) - Method in class org.elasticsearch.client.SnapshotClient
Verifies a snapshot repository.
verifyRepositoryAsync(VerifyRepositoryRequest, RequestOptions, ActionListener<VerifyRepositoryResponse>) - Method in class org.elasticsearch.client.SnapshotClient
Asynchronously verifies a snapshot repository.

W

watcher() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed Watcher APIs that are shipped with the default distribution of Elasticsearch.
WatcherClient - Class in org.elasticsearch.client
 
writeTo(StreamOutput) - Method in enum org.elasticsearch.protocol.xpack.license.LicenseStatus
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.BuildInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo.FeatureSet
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.FeatureSetsInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse.LicenseInfo
 
writeTo(StreamOutput) - Method in class org.elasticsearch.protocol.xpack.XPackInfoResponse
 

X

xContentType() - Method in class org.elasticsearch.protocol.xpack.watcher.PutWatchRequest
Get the content type for the source
xpack() - Method in class org.elasticsearch.client.RestHighLevelClient
Provides methods for accessing the Elastic Licensed X-Pack Info and Usage APIs that are shipped with the default distribution of Elasticsearch.
XPackClient - Class in org.elasticsearch.client
A wrapper for the RestHighLevelClient that provides methods for accessing the Elastic Licensed X-Pack APIs that are shipped with the default distribution of Elasticsearch.
XPackInfoRequest - Class in org.elasticsearch.protocol.xpack
Fetch information about X-Pack from the cluster.
XPackInfoRequest() - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoRequest
 
XPackInfoRequest.Category - Enum in org.elasticsearch.protocol.xpack
 
XPackInfoResponse - Class in org.elasticsearch.protocol.xpack
 
XPackInfoResponse() - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
XPackInfoResponse(XPackInfoResponse.BuildInfo, XPackInfoResponse.LicenseInfo, XPackInfoResponse.FeatureSetsInfo) - Constructor for class org.elasticsearch.protocol.xpack.XPackInfoResponse
 
XPackInfoResponse.BuildInfo - Class in org.elasticsearch.protocol.xpack
 
XPackInfoResponse.FeatureSetsInfo - Class in org.elasticsearch.protocol.xpack
 
XPackInfoResponse.FeatureSetsInfo.FeatureSet - Class in org.elasticsearch.protocol.xpack
 
XPackInfoResponse.LicenseInfo - Class in org.elasticsearch.protocol.xpack
 
XPackUsageRequest - Class in org.elasticsearch.protocol.xpack
 
XPackUsageRequest() - Constructor for class org.elasticsearch.protocol.xpack.XPackUsageRequest
 
XPackUsageResponse - Class in org.elasticsearch.protocol.xpack
Response object from calling the xpack usage api.
A B C D E F G H I L M N O P R S T U V W X