Uses of Interface
org.elasticsearch.action.ActionListener

Packages that use ActionListener
org.elasticsearch.action   
org.elasticsearch.action.admin.cluster.health   
org.elasticsearch.action.admin.cluster.node.hotthreads   
org.elasticsearch.action.admin.cluster.node.info   
org.elasticsearch.action.admin.cluster.node.restart   
org.elasticsearch.action.admin.cluster.node.shutdown   
org.elasticsearch.action.admin.cluster.node.stats   
org.elasticsearch.action.admin.cluster.reroute   
org.elasticsearch.action.admin.cluster.settings   
org.elasticsearch.action.admin.cluster.state   
org.elasticsearch.action.admin.cluster.support   
org.elasticsearch.action.admin.indices.alias   
org.elasticsearch.action.admin.indices.analyze   
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.close   
org.elasticsearch.action.admin.indices.create Create index action. 
org.elasticsearch.action.admin.indices.delete Delete index action. 
org.elasticsearch.action.admin.indices.exists   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.mapping.delete   
org.elasticsearch.action.admin.indices.mapping.put Put Mapping Action. 
org.elasticsearch.action.admin.indices.open   
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.settings   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.support   
org.elasticsearch.action.admin.indices.template.delete   
org.elasticsearch.action.admin.indices.template.put   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.admin.indices.warmer.delete   
org.elasticsearch.action.admin.indices.warmer.put   
org.elasticsearch.action.bulk   
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.delete Delete action. 
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.get Get action. 
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.percolate   
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.search.type   
org.elasticsearch.action.support   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.master   
org.elasticsearch.action.support.nodes   
org.elasticsearch.action.support.replication   
org.elasticsearch.action.support.single.custom   
org.elasticsearch.action.support.single.instance   
org.elasticsearch.action.support.single.shard   
org.elasticsearch.action.update   
org.elasticsearch.client The client module allowing to easily perform actions/operations. 
org.elasticsearch.client.node   
org.elasticsearch.client.support   
org.elasticsearch.client.transport   
org.elasticsearch.client.transport.support   
 

Uses of ActionListener in org.elasticsearch.action
 

Methods in org.elasticsearch.action with parameters of type ActionListener
 void ListenableActionFuture.addListener(ActionListener<T> listener)
          Add an action listener to be invoked when a response has received.
 void ActionRequestBuilder.execute(ActionListener<Response> listener)
           
 void TransportActionNodeProxy.execute(DiscoveryNode node, Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.health
 

Methods in org.elasticsearch.action.admin.cluster.health with parameters of type ActionListener
protected  void ClusterHealthRequestBuilder.doExecute(ActionListener<ClusterHealthResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.node.hotthreads
 

Methods in org.elasticsearch.action.admin.cluster.node.hotthreads with parameters of type ActionListener
protected  void NodesHotThreadsRequestBuilder.doExecute(ActionListener<NodesHotThreadsResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.node.info
 

Methods in org.elasticsearch.action.admin.cluster.node.info with parameters of type ActionListener
protected  void NodesInfoRequestBuilder.doExecute(ActionListener<NodesInfoResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.node.restart
 

Methods in org.elasticsearch.action.admin.cluster.node.restart with parameters of type ActionListener
protected  void NodesRestartRequestBuilder.doExecute(ActionListener<NodesRestartResponse> listener)
           
protected  void TransportNodesRestartAction.doExecute(NodesRestartRequest nodesRestartRequest, ActionListener<NodesRestartResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.node.shutdown
 

Methods in org.elasticsearch.action.admin.cluster.node.shutdown with parameters of type ActionListener
protected  void NodesShutdownRequestBuilder.doExecute(ActionListener<NodesShutdownResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.node.stats
 

Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type ActionListener
protected  void NodesStatsRequestBuilder.doExecute(ActionListener<NodesStatsResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.reroute
 

Methods in org.elasticsearch.action.admin.cluster.reroute with parameters of type ActionListener
protected  void ClusterRerouteRequestBuilder.doExecute(ActionListener<ClusterRerouteResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.settings
 

Methods in org.elasticsearch.action.admin.cluster.settings with parameters of type ActionListener
protected  void ClusterUpdateSettingsRequestBuilder.doExecute(ActionListener<ClusterUpdateSettingsResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.state
 

Methods in org.elasticsearch.action.admin.cluster.state with parameters of type ActionListener
protected  void ClusterStateRequestBuilder.doExecute(ActionListener<ClusterStateResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.cluster.support
 

Methods in org.elasticsearch.action.admin.cluster.support with parameters of type ActionListener
protected abstract  void BaseClusterRequestBuilder.doExecute(ActionListener<Response> listener)
           
 void BaseClusterRequestBuilder.execute(ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.alias
 

Methods in org.elasticsearch.action.admin.indices.alias with parameters of type ActionListener
protected  void IndicesAliasesRequestBuilder.doExecute(ActionListener<IndicesAliasesResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.analyze
 

Methods in org.elasticsearch.action.admin.indices.analyze with parameters of type ActionListener
protected  void AnalyzeRequestBuilder.doExecute(ActionListener<AnalyzeResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type ActionListener
protected  void ClearIndicesCacheRequestBuilder.doExecute(ActionListener<ClearIndicesCacheResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.close
 

Methods in org.elasticsearch.action.admin.indices.close with parameters of type ActionListener
protected  void CloseIndexRequestBuilder.doExecute(ActionListener<CloseIndexResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.create
 

Methods in org.elasticsearch.action.admin.indices.create with parameters of type ActionListener
protected  void CreateIndexRequestBuilder.doExecute(ActionListener<CreateIndexResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.delete
 

Methods in org.elasticsearch.action.admin.indices.delete with parameters of type ActionListener
protected  void DeleteIndexRequestBuilder.doExecute(ActionListener<DeleteIndexResponse> listener)
           
protected  void TransportDeleteIndexAction.doExecute(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.exists
 

Methods in org.elasticsearch.action.admin.indices.exists with parameters of type ActionListener
protected  void IndicesExistsRequestBuilder.doExecute(ActionListener<IndicesExistsResponse> listener)
           
protected  void TransportIndicesExistsAction.doExecute(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush with parameters of type ActionListener
protected  void FlushRequestBuilder.doExecute(ActionListener<FlushResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot with parameters of type ActionListener
protected  void GatewaySnapshotRequestBuilder.doExecute(ActionListener<GatewaySnapshotResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.mapping.delete
 

Methods in org.elasticsearch.action.admin.indices.mapping.delete with parameters of type ActionListener
protected  void DeleteMappingRequestBuilder.doExecute(ActionListener<DeleteMappingResponse> listener)
           
protected  void TransportDeleteMappingAction.doExecute(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.mapping.put
 

Methods in org.elasticsearch.action.admin.indices.mapping.put with parameters of type ActionListener
protected  void PutMappingRequestBuilder.doExecute(ActionListener<PutMappingResponse> listener)
           
protected  void TransportPutMappingAction.doExecute(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.open
 

Methods in org.elasticsearch.action.admin.indices.open with parameters of type ActionListener
protected  void OpenIndexRequestBuilder.doExecute(ActionListener<OpenIndexResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize with parameters of type ActionListener
protected  void OptimizeRequestBuilder.doExecute(ActionListener<OptimizeResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh with parameters of type ActionListener
protected  void RefreshRequestBuilder.doExecute(ActionListener<RefreshResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.segments
 

Methods in org.elasticsearch.action.admin.indices.segments with parameters of type ActionListener
protected  void IndicesSegmentsRequestBuilder.doExecute(ActionListener<IndicesSegmentResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.settings
 

Methods in org.elasticsearch.action.admin.indices.settings with parameters of type ActionListener
protected  void UpdateSettingsRequestBuilder.doExecute(ActionListener<UpdateSettingsResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.stats
 

Methods in org.elasticsearch.action.admin.indices.stats with parameters of type ActionListener
protected  void IndicesStatsRequestBuilder.doExecute(ActionListener<IndicesStats> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status with parameters of type ActionListener
protected  void IndicesStatusRequestBuilder.doExecute(ActionListener<IndicesStatusResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.support
 

Methods in org.elasticsearch.action.admin.indices.support with parameters of type ActionListener
protected abstract  void BaseIndicesRequestBuilder.doExecute(ActionListener<Response> listener)
           
 void BaseIndicesRequestBuilder.execute(ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.template.delete
 

Methods in org.elasticsearch.action.admin.indices.template.delete with parameters of type ActionListener
protected  void DeleteIndexTemplateRequestBuilder.doExecute(ActionListener<DeleteIndexTemplateResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.template.put
 

Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type ActionListener
protected  void PutIndexTemplateRequestBuilder.doExecute(ActionListener<PutIndexTemplateResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.validate.query
 

Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type ActionListener
protected  void ValidateQueryRequestBuilder.doExecute(ActionListener<ValidateQueryResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.warmer.delete
 

Methods in org.elasticsearch.action.admin.indices.warmer.delete with parameters of type ActionListener
protected  void DeleteWarmerRequestBuilder.doExecute(ActionListener<DeleteWarmerResponse> listener)
           
protected  void TransportDeleteWarmerAction.doExecute(DeleteWarmerRequest request, ActionListener<DeleteWarmerResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.admin.indices.warmer.put
 

Methods in org.elasticsearch.action.admin.indices.warmer.put with parameters of type ActionListener
protected  void PutWarmerRequestBuilder.doExecute(ActionListener<PutWarmerResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.bulk
 

Methods in org.elasticsearch.action.bulk with parameters of type ActionListener
protected  void BulkRequestBuilder.doExecute(ActionListener<BulkResponse> listener)
           
protected  void TransportBulkAction.doExecute(BulkRequest bulkRequest, ActionListener<BulkResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.count
 

Methods in org.elasticsearch.action.count with parameters of type ActionListener
protected  void CountRequestBuilder.doExecute(ActionListener<CountResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.delete
 

Methods in org.elasticsearch.action.delete with parameters of type ActionListener
protected  void DeleteRequestBuilder.doExecute(ActionListener<DeleteResponse> listener)
           
protected  void TransportDeleteAction.doExecute(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
protected  boolean TransportDeleteAction.resolveRequest(ClusterState state, DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.deletebyquery
 

Methods in org.elasticsearch.action.deletebyquery with parameters of type ActionListener
protected  void DeleteByQueryRequestBuilder.doExecute(ActionListener<DeleteByQueryResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.explain
 

Methods in org.elasticsearch.action.explain with parameters of type ActionListener
protected  void ExplainRequestBuilder.doExecute(ActionListener<ExplainResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.get
 

Methods in org.elasticsearch.action.get with parameters of type ActionListener
protected  void GetRequestBuilder.doExecute(ActionListener<GetResponse> listener)
           
protected  void MultiGetRequestBuilder.doExecute(ActionListener<MultiGetResponse> listener)
           
protected  void TransportMultiGetAction.doExecute(MultiGetRequest request, ActionListener<MultiGetResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index with parameters of type ActionListener
protected  void IndexRequestBuilder.doExecute(ActionListener<IndexResponse> listener)
           
protected  void TransportIndexAction.doExecute(IndexRequest request, ActionListener<IndexResponse> listener)
           
protected  boolean TransportIndexAction.resolveRequest(ClusterState state, IndexRequest request, ActionListener<IndexResponse> indexResponseActionListener)
           
 

Uses of ActionListener in org.elasticsearch.action.mlt
 

Methods in org.elasticsearch.action.mlt with parameters of type ActionListener
protected  void MoreLikeThisRequestBuilder.doExecute(ActionListener<SearchResponse> listener)
           
protected  void TransportMoreLikeThisAction.doExecute(MoreLikeThisRequest request, ActionListener<SearchResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.percolate
 

Methods in org.elasticsearch.action.percolate with parameters of type ActionListener
protected  void PercolateRequestBuilder.doExecute(ActionListener<PercolateResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search with parameters of type ActionListener
protected  void MultiSearchRequestBuilder.doExecute(ActionListener<MultiSearchResponse> listener)
           
protected  void SearchScrollRequestBuilder.doExecute(ActionListener<SearchResponse> listener)
           
protected  void SearchRequestBuilder.doExecute(ActionListener<SearchResponse> listener)
           
protected  void TransportMultiSearchAction.doExecute(MultiSearchRequest request, ActionListener<MultiSearchResponse> listener)
           
protected  void TransportSearchAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchScrollAction.doExecute(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.search.type
 

Fields in org.elasticsearch.action.search.type declared as ActionListener
protected  ActionListener<SearchResponse> TransportSearchTypeAction.BaseAsyncAction.listener
           
 

Methods in org.elasticsearch.action.search.type with parameters of type ActionListener
protected  void TransportSearchCountAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchDfsQueryAndFetchAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchQueryAndFetchAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchScanAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchDfsQueryThenFetchAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
protected  void TransportSearchQueryThenFetchAction.doExecute(SearchRequest searchRequest, ActionListener<SearchResponse> listener)
           
 void TransportSearchScrollQueryAndFetchAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 void TransportSearchScrollQueryThenFetchAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 void TransportSearchScrollScanAction.execute(SearchScrollRequest request, ParsedScrollId scrollId, ActionListener<SearchResponse> listener)
           
 

Constructors in org.elasticsearch.action.search.type with parameters of type ActionListener
TransportSearchTypeAction.BaseAsyncAction(SearchRequest request, ActionListener<SearchResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support
 

Classes in org.elasticsearch.action.support that implement ActionListener
 class AbstractListenableActionFuture<T,L>
           
 class AdapterActionFuture<T,L>
           
 class PlainActionFuture<T>
           
 class PlainListenableActionFuture<T>
           
 

Methods in org.elasticsearch.action.support with parameters of type ActionListener
 void AbstractListenableActionFuture.addListener(ActionListener<T> listener)
           
protected abstract  void BaseRequestBuilder.doExecute(ActionListener<Response> listener)
           
protected abstract  void TransportAction.doExecute(Request request, ActionListener<Response> listener)
           
 void BaseRequestBuilder.execute(ActionListener<Response> listener)
           
 void TransportAction.execute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.broadcast
 

Methods in org.elasticsearch.action.support.broadcast with parameters of type ActionListener
protected  void TransportBroadcastOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.master
 

Methods in org.elasticsearch.action.support.master with parameters of type ActionListener
protected  void TransportMasterNodeOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.nodes
 

Methods in org.elasticsearch.action.support.nodes with parameters of type ActionListener
protected  void TransportNodesOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.replication
 

Methods in org.elasticsearch.action.support.replication with parameters of type ActionListener
protected  void TransportIndicesReplicationOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
protected  void TransportIndexReplicationOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
protected  void TransportShardReplicationOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
protected  boolean TransportShardReplicationOperationAction.resolveRequest(ClusterState state, Request request, ActionListener<Response> listener)
          Resolves the request, by default, simply setting the concrete index (if its aliased one).
 

Uses of ActionListener in org.elasticsearch.action.support.single.custom
 

Methods in org.elasticsearch.action.support.single.custom with parameters of type ActionListener
protected  void TransportSingleCustomOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.single.instance
 

Methods in org.elasticsearch.action.support.single.instance with parameters of type ActionListener
protected  void TransportInstanceSingleOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
protected  boolean TransportInstanceSingleOperationAction.resolveRequest(ClusterState state, Request request, ActionListener<Response> listener)
          Resolves the request, by default, simply setting the concrete index (if its aliased one).
protected abstract  void TransportInstanceSingleOperationAction.shardOperation(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.support.single.shard
 

Methods in org.elasticsearch.action.support.single.shard with parameters of type ActionListener
protected  void TransportShardSingleOperationAction.doExecute(Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.action.update
 

Methods in org.elasticsearch.action.update with parameters of type ActionListener
protected  void UpdateRequestBuilder.doExecute(ActionListener<UpdateResponse> listener)
           
protected  boolean TransportUpdateAction.resolveRequest(ClusterState state, UpdateRequest request, ActionListener<UpdateResponse> listener)
           
protected  void TransportUpdateAction.shardOperation(UpdateRequest request, ActionListener<UpdateResponse> listener)
           
protected  void TransportUpdateAction.shardOperation(UpdateRequest request, ActionListener<UpdateResponse> listener, int retryCount)
           
 

Uses of ActionListener in org.elasticsearch.client
 

Methods in org.elasticsearch.client with parameters of type ActionListener
 void IndicesAdminClient.aliases(IndicesAliasesRequest request, ActionListener<IndicesAliasesResponse> listener)
          Allows to add/remove aliases from indices.
 void IndicesAdminClient.analyze(AnalyzeRequest request, ActionListener<AnalyzeResponse> listener)
          Analyze text under the provided index.
 void Client.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
          Executes a bulk of index / delete operations.
 void IndicesAdminClient.clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)
          Clear indices cache.
 void IndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
          Closes an index based on the index name.
 void Client.count(CountRequest request, ActionListener<CountResponse> listener)
          A count of all the documents matching a specific query.
 void IndicesAdminClient.create(CreateIndexRequest request, ActionListener<CreateIndexResponse> listener)
          Creates an index using an explicit request allowing to specify the settings of the index.
 void IndicesAdminClient.delete(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
          Deletes an index based on the index name.
 void Client.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
          Deletes a document from the index based on the index, type and id.
 void Client.deleteByQuery(DeleteByQueryRequest request, ActionListener<DeleteByQueryResponse> listener)
          Deletes all documents from one or more indices based on a query.
 void IndicesAdminClient.deleteMapping(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
          Deletes mapping definition for a type into one or more indices.
 void IndicesAdminClient.deleteTemplate(DeleteIndexTemplateRequest request, ActionListener<DeleteIndexTemplateResponse> listener)
          Deletes an index template.
 void IndicesAdminClient.deleteWarmer(DeleteWarmerRequest request, ActionListener<DeleteWarmerResponse> listener)
          Deletes an index warmer.
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
Client.execute(Action<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
          Executes a generic action, denoted by an Action.
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
ClusterAdminClient.execute(ClusterAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
IndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
 void IndicesAdminClient.exists(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
          The status of one or more indices.
 void Client.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
          Computes a score explanation for the specified request.
 void IndicesAdminClient.flush(FlushRequest request, ActionListener<FlushResponse> listener)
          Explicitly flush one or more indices (releasing memory from the node).
 void IndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request, ActionListener<GatewaySnapshotResponse> listener)
          Explicitly perform gateway snapshot for one or more indices.
 void Client.get(GetRequest request, ActionListener<GetResponse> listener)
          Gets the document that was indexed from an index with a type and id.
 void ClusterAdminClient.health(ClusterHealthRequest request, ActionListener<ClusterHealthResponse> listener)
          The health of the cluster.
 void Client.index(IndexRequest request, ActionListener<IndexResponse> listener)
          Index a document associated with a given index and type.
 void Client.moreLikeThis(MoreLikeThisRequest request, ActionListener<SearchResponse> listener)
          A more like this action to search for documents that are "like" a specific document.
 void Client.multiGet(MultiGetRequest request, ActionListener<MultiGetResponse> listener)
          Multi get documents.
 void Client.multiSearch(MultiSearchRequest request, ActionListener<MultiSearchResponse> listener)
          Performs multiple search requests.
 void ClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request, ActionListener<NodesHotThreadsResponse> listener)
           
 void ClusterAdminClient.nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)
          Nodes info of the cluster.
 void ClusterAdminClient.nodesRestart(NodesRestartRequest request, ActionListener<NodesRestartResponse> listener)
          Restarts nodes in the cluster.
 void ClusterAdminClient.nodesShutdown(NodesShutdownRequest request, ActionListener<NodesShutdownResponse> listener)
          Shutdown nodes in the cluster.
 void ClusterAdminClient.nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)
          Nodes stats of the cluster.
 void IndicesAdminClient.open(OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
          Open an index based on the index name.
 void IndicesAdminClient.optimize(OptimizeRequest request, ActionListener<OptimizeResponse> listener)
          Explicitly optimize one or more indices into a the number of segments.
 void Client.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
          Percolates a request returning the matches documents.
 void IndicesAdminClient.putMapping(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
          Add mapping definition for a type into one or more indices.
 void IndicesAdminClient.putTemplate(PutIndexTemplateRequest request, ActionListener<PutIndexTemplateResponse> listener)
          Puts an index template.
 void IndicesAdminClient.putWarmer(PutWarmerRequest request, ActionListener<PutWarmerResponse> listener)
          Puts an index search warmer to be applies when applicable.
 void IndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
          Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).
 void ClusterAdminClient.reroute(ClusterRerouteRequest request, ActionListener<ClusterRerouteResponse> listener)
          Reroutes allocation of shards.
 void Client.search(SearchRequest request, ActionListener<SearchResponse> listener)
          Search across one or more indices and one or more types with a query.
 void Client.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
          A search scroll request to continue searching a previous scrollable search request.
 void IndicesAdminClient.segments(IndicesSegmentsRequest request, ActionListener<IndicesSegmentResponse> listener)
          The segments of one or more indices.
 void ClusterAdminClient.state(ClusterStateRequest request, ActionListener<ClusterStateResponse> listener)
          The state of the cluster.
 void IndicesAdminClient.stats(IndicesStatsRequest request, ActionListener<IndicesStats> listener)
          Indices stats.
 void IndicesAdminClient.status(IndicesStatusRequest request, ActionListener<IndicesStatusResponse> listener)
          The status of one or more indices.
 void Client.update(UpdateRequest request, ActionListener<UpdateResponse> listener)
          Updates a document based on a script.
 void ClusterAdminClient.updateSettings(ClusterUpdateSettingsRequest request, ActionListener<ClusterUpdateSettingsResponse> listener)
          Update settings in the cluster.
 void IndicesAdminClient.updateSettings(UpdateSettingsRequest request, ActionListener<UpdateSettingsResponse> listener)
          Updates settings of one or more indices.
 void IndicesAdminClient.validateQuery(ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener)
          Validate a query for correctness.
 

Uses of ActionListener in org.elasticsearch.client.node
 

Methods in org.elasticsearch.client.node with parameters of type ActionListener
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
NodeClient.execute(Action<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
NodeClusterAdminClient.execute(ClusterAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
NodeIndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
 

Uses of ActionListener in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with parameters of type ActionListener
 void AbstractIndicesAdminClient.aliases(IndicesAliasesRequest request, ActionListener<IndicesAliasesResponse> listener)
           
 void AbstractIndicesAdminClient.analyze(AnalyzeRequest request, ActionListener<AnalyzeResponse> listener)
           
 void AbstractClient.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
           
 void AbstractIndicesAdminClient.clearCache(ClearIndicesCacheRequest request, ActionListener<ClearIndicesCacheResponse> listener)
           
 void AbstractIndicesAdminClient.close(CloseIndexRequest request, ActionListener<CloseIndexResponse> listener)
           
 void AbstractClient.count(CountRequest request, ActionListener<CountResponse> listener)
           
 void AbstractIndicesAdminClient.create(CreateIndexRequest request, ActionListener<CreateIndexResponse> listener)
           
 void AbstractIndicesAdminClient.delete(DeleteIndexRequest request, ActionListener<DeleteIndexResponse> listener)
           
 void AbstractClient.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 void AbstractClient.deleteByQuery(DeleteByQueryRequest request, ActionListener<DeleteByQueryResponse> listener)
           
 void AbstractIndicesAdminClient.deleteMapping(DeleteMappingRequest request, ActionListener<DeleteMappingResponse> listener)
           
 void AbstractIndicesAdminClient.deleteTemplate(DeleteIndexTemplateRequest request, ActionListener<DeleteIndexTemplateResponse> listener)
           
 void AbstractIndicesAdminClient.deleteWarmer(DeleteWarmerRequest request, ActionListener<DeleteWarmerResponse> listener)
           
 void AbstractIndicesAdminClient.exists(IndicesExistsRequest request, ActionListener<IndicesExistsResponse> listener)
           
 void AbstractClient.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
           
 void AbstractIndicesAdminClient.flush(FlushRequest request, ActionListener<FlushResponse> listener)
           
 void AbstractIndicesAdminClient.gatewaySnapshot(GatewaySnapshotRequest request, ActionListener<GatewaySnapshotResponse> listener)
           
 void AbstractClient.get(GetRequest request, ActionListener<GetResponse> listener)
           
 void AbstractClusterAdminClient.health(ClusterHealthRequest request, ActionListener<ClusterHealthResponse> listener)
           
 void AbstractClient.index(IndexRequest request, ActionListener<IndexResponse> listener)
           
 void AbstractClient.moreLikeThis(MoreLikeThisRequest request, ActionListener<SearchResponse> listener)
           
 void AbstractClient.multiGet(MultiGetRequest request, ActionListener<MultiGetResponse> listener)
           
 void AbstractClient.multiSearch(MultiSearchRequest request, ActionListener<MultiSearchResponse> listener)
           
 void AbstractClusterAdminClient.nodesHotThreads(NodesHotThreadsRequest request, ActionListener<NodesHotThreadsResponse> listener)
           
 void AbstractClusterAdminClient.nodesInfo(NodesInfoRequest request, ActionListener<NodesInfoResponse> listener)
           
 void AbstractClusterAdminClient.nodesRestart(NodesRestartRequest request, ActionListener<NodesRestartResponse> listener)
           
 void AbstractClusterAdminClient.nodesShutdown(NodesShutdownRequest request, ActionListener<NodesShutdownResponse> listener)
           
 void AbstractClusterAdminClient.nodesStats(NodesStatsRequest request, ActionListener<NodesStatsResponse> listener)
           
 void AbstractIndicesAdminClient.open(OpenIndexRequest request, ActionListener<OpenIndexResponse> listener)
           
 void AbstractIndicesAdminClient.optimize(OptimizeRequest request, ActionListener<OptimizeResponse> listener)
           
 void AbstractClient.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
           
 void AbstractIndicesAdminClient.putMapping(PutMappingRequest request, ActionListener<PutMappingResponse> listener)
           
 void AbstractIndicesAdminClient.putTemplate(PutIndexTemplateRequest request, ActionListener<PutIndexTemplateResponse> listener)
           
 void AbstractIndicesAdminClient.putWarmer(PutWarmerRequest request, ActionListener<PutWarmerResponse> listener)
           
 void AbstractIndicesAdminClient.refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)
           
 void AbstractClusterAdminClient.reroute(ClusterRerouteRequest request, ActionListener<ClusterRerouteResponse> listener)
           
 void AbstractClient.search(SearchRequest request, ActionListener<SearchResponse> listener)
           
 void AbstractClient.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 void AbstractIndicesAdminClient.segments(IndicesSegmentsRequest request, ActionListener<IndicesSegmentResponse> listener)
           
 void AbstractClusterAdminClient.state(ClusterStateRequest request, ActionListener<ClusterStateResponse> listener)
           
 void AbstractIndicesAdminClient.stats(IndicesStatsRequest request, ActionListener<IndicesStats> listener)
           
 void AbstractIndicesAdminClient.status(IndicesStatusRequest request, ActionListener<IndicesStatusResponse> listener)
           
 void AbstractClient.update(UpdateRequest request, ActionListener<UpdateResponse> listener)
           
 void AbstractClusterAdminClient.updateSettings(ClusterUpdateSettingsRequest request, ActionListener<ClusterUpdateSettingsResponse> listener)
           
 void AbstractIndicesAdminClient.updateSettings(UpdateSettingsRequest request, ActionListener<UpdateSettingsResponse> listener)
           
 void AbstractIndicesAdminClient.validateQuery(ValidateQueryRequest request, ActionListener<ValidateQueryResponse> listener)
           
 

Uses of ActionListener in org.elasticsearch.client.transport
 

Classes in org.elasticsearch.client.transport that implement ActionListener
static class TransportClientNodesService.RetryListener<Response>
           
 

Methods in org.elasticsearch.client.transport with parameters of type ActionListener
 void TransportClient.bulk(BulkRequest request, ActionListener<BulkResponse> listener)
           
 void TransportClient.count(CountRequest request, ActionListener<CountResponse> listener)
           
 void TransportClient.delete(DeleteRequest request, ActionListener<DeleteResponse> listener)
           
 void TransportClient.deleteByQuery(DeleteByQueryRequest request, ActionListener<DeleteByQueryResponse> listener)
           
 void TransportClientNodesService.NodeListenerCallback.doWithNode(DiscoveryNode node, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
TransportClient.execute(Action<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Response> void
TransportClientNodesService.execute(TransportClientNodesService.NodeListenerCallback<Response> callback, ActionListener<Response> listener)
           
 void TransportClient.explain(ExplainRequest request, ActionListener<ExplainResponse> listener)
           
 void TransportClient.get(GetRequest request, ActionListener<GetResponse> listener)
           
 void TransportClient.index(IndexRequest request, ActionListener<IndexResponse> listener)
           
 void TransportClient.moreLikeThis(MoreLikeThisRequest request, ActionListener<SearchResponse> listener)
           
 void TransportClient.multiGet(MultiGetRequest request, ActionListener<MultiGetResponse> listener)
           
 void TransportClient.multiSearch(MultiSearchRequest request, ActionListener<MultiSearchResponse> listener)
           
 void TransportClient.percolate(PercolateRequest request, ActionListener<PercolateResponse> listener)
           
 void TransportClient.search(SearchRequest request, ActionListener<SearchResponse> listener)
           
 void TransportClient.searchScroll(SearchScrollRequest request, ActionListener<SearchResponse> listener)
           
 void TransportClient.update(UpdateRequest request, ActionListener<UpdateResponse> listener)
           
 

Constructors in org.elasticsearch.client.transport with parameters of type ActionListener
TransportClientNodesService.RetryListener(TransportClientNodesService.NodeListenerCallback<Response> callback, ActionListener<Response> listener, com.google.common.collect.ImmutableList<DiscoveryNode> nodes, int index)
           
 

Uses of ActionListener in org.elasticsearch.client.transport.support
 

Methods in org.elasticsearch.client.transport.support with parameters of type ActionListener
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
InternalTransportClient.execute(Action<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
InternalTransportClusterAdminClient.execute(ClusterAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
InternalTransportIndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
 



Copyright © 2009-2012. All Rights Reserved.