Uses of Interface
org.elasticsearch.action.ActionRequest

Packages that use ActionRequest
org.elasticsearch.action   
org.elasticsearch.action.admin.cluster   
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 Indices Administrative Actions. 
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.delete.index   
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.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   
org.elasticsearch.cluster.action.index   
 

Uses of ActionRequest in org.elasticsearch.action
 

Classes in org.elasticsearch.action with type parameters of type ActionRequest
 class Action<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
          Main action (used with Client API.
 interface ActionRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>
           
 class GenericAction<Request extends ActionRequest,Response extends ActionResponse>
          A generic action.
 class TransportActionNodeProxy<Request extends ActionRequest,Response extends ActionResponse>
          A generic proxy that will execute the given action against a specific node.
 

Methods in org.elasticsearch.action with type parameters of type ActionRequest
<Request extends ActionRequest,Response extends ActionResponse>
void
ActionModule.registerAction(GenericAction<Request,Response> action, Class<? extends TransportAction<Request,Response>> transportAction, Class... supportTransportActions)
          Registers an action.
 

Methods in org.elasticsearch.action that return ActionRequest
 ActionRequest ActionRequest.listenerThreaded(boolean listenerThreaded)
          Sets if the response listener be executed on a thread or not.
 

Uses of ActionRequest in org.elasticsearch.action.admin.cluster
 

Classes in org.elasticsearch.action.admin.cluster with type parameters of type ActionRequest
 class ClusterAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
          Cluster action (used with ClusterAdminClient API.
 

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

Classes in org.elasticsearch.action.admin.cluster.health that implement ActionRequest
 class ClusterHealthRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.hotthreads that implement ActionRequest
 class NodesHotThreadsRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.info that implement ActionRequest
 class NodesInfoRequest
          A request to get node (cluster) level information.
 

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

Classes in org.elasticsearch.action.admin.cluster.node.restart that implement ActionRequest
 class NodesRestartRequest
          A request to restart one ore more nodes (or the whole cluster).
 

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

Classes in org.elasticsearch.action.admin.cluster.node.shutdown that implement ActionRequest
 class NodesShutdownRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.stats that implement ActionRequest
 class NodesStatsRequest
          A request to get node (cluster) level stats.
 

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

Classes in org.elasticsearch.action.admin.cluster.reroute that implement ActionRequest
 class ClusterRerouteRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.settings that implement ActionRequest
 class ClusterUpdateSettingsRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.state that implement ActionRequest
 class ClusterStateRequest
           
 

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

Classes in org.elasticsearch.action.admin.cluster.support with type parameters of type ActionRequest
 class BaseClusterRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>
           
 

Fields in org.elasticsearch.action.admin.cluster.support declared as ActionRequest
protected  Request BaseClusterRequestBuilder.request
           
 

Uses of ActionRequest in org.elasticsearch.action.admin.indices
 

Classes in org.elasticsearch.action.admin.indices with type parameters of type ActionRequest
 class IndicesAction<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
          Indices action (used with IndicesAdminClient API.
 

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

Classes in org.elasticsearch.action.admin.indices.alias that implement ActionRequest
 class IndicesAliasesRequest
          A request to add/remove aliases for one or more indices.
 

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

Classes in org.elasticsearch.action.admin.indices.analyze that implement ActionRequest
 class AnalyzeRequest
          A request to analyze a text associated with a specific index.
 

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

Classes in org.elasticsearch.action.admin.indices.cache.clear that implement ActionRequest
 class ClearIndicesCacheRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.close that implement ActionRequest
 class CloseIndexRequest
          A request to close an index.
 

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

Classes in org.elasticsearch.action.admin.indices.create that implement ActionRequest
 class CreateIndexRequest
          A request to create an index.
 

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

Classes in org.elasticsearch.action.admin.indices.delete that implement ActionRequest
 class DeleteIndexRequest
          A request to delete an index.
 

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

Classes in org.elasticsearch.action.admin.indices.exists that implement ActionRequest
 class IndicesExistsRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.flush that implement ActionRequest
 class FlushRequest
          A flush request to flush one or more indices.
 

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

Classes in org.elasticsearch.action.admin.indices.gateway.snapshot that implement ActionRequest
 class GatewaySnapshotRequest
          Gateway snapshot allows to explicitly perform a snapshot through the gateway of one or more indices (backup them).
 

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

Classes in org.elasticsearch.action.admin.indices.mapping.delete that implement ActionRequest
 class DeleteMappingRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.mapping.put that implement ActionRequest
 class PutMappingRequest
          Puts mapping definition registered under a specific type into one or more indices.
 

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

Classes in org.elasticsearch.action.admin.indices.open that implement ActionRequest
 class OpenIndexRequest
          A request to open an index.
 

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

Classes in org.elasticsearch.action.admin.indices.optimize that implement ActionRequest
 class OptimizeRequest
          A request to optimize one or more indices.
 

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

Classes in org.elasticsearch.action.admin.indices.refresh that implement ActionRequest
 class RefreshRequest
          A refresh request making all operations performed since the last refresh available for search.
 

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

Classes in org.elasticsearch.action.admin.indices.segments that implement ActionRequest
 class IndicesSegmentsRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.settings that implement ActionRequest
 class UpdateSettingsRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.stats that implement ActionRequest
 class IndicesStatsRequest
          A request to get indices level stats.
 

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

Classes in org.elasticsearch.action.admin.indices.status that implement ActionRequest
 class IndicesStatusRequest
           
 

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

Classes in org.elasticsearch.action.admin.indices.support with type parameters of type ActionRequest
 class BaseIndicesRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>
           
 

Fields in org.elasticsearch.action.admin.indices.support declared as ActionRequest
protected  Request BaseIndicesRequestBuilder.request
           
 

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

Classes in org.elasticsearch.action.admin.indices.template.delete that implement ActionRequest
 class DeleteIndexTemplateRequest
          A request to delete an index template.
 

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

Classes in org.elasticsearch.action.admin.indices.template.put that implement ActionRequest
 class PutIndexTemplateRequest
          A request to create an index template.
 

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

Classes in org.elasticsearch.action.admin.indices.validate.query that implement ActionRequest
 class ValidateQueryRequest
          A request to validate a specific query.
 

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

Classes in org.elasticsearch.action.admin.indices.warmer.delete that implement ActionRequest
 class DeleteWarmerRequest
          A request to delete an index warmer.
 

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

Classes in org.elasticsearch.action.admin.indices.warmer.put that implement ActionRequest
 class PutWarmerRequest
          A request to put a search warmer.
 

Uses of ActionRequest in org.elasticsearch.action.bulk
 

Classes in org.elasticsearch.action.bulk that implement ActionRequest
 class BulkRequest
          A bulk request holds an ordered IndexRequests and DeleteRequests and allows to executes it in a single batch.
 class BulkShardRequest
           
 

Methods in org.elasticsearch.action.bulk that return ActionRequest
 ActionRequest BulkItemRequest.request()
           
 

Methods in org.elasticsearch.action.bulk that return types with arguments of type ActionRequest
 List<ActionRequest> BulkRequest.requests()
           
 

Methods in org.elasticsearch.action.bulk with parameters of type ActionRequest
 BulkRequest BulkRequest.add(ActionRequest... requests)
          Adds a list of requests to be executed.
 BulkProcessor BulkProcessor.add(ActionRequest request)
           
 

Method parameters in org.elasticsearch.action.bulk with type arguments of type ActionRequest
 BulkRequest BulkRequest.add(Iterable<ActionRequest> requests)
          Adds a list of requests to be executed.
 

Constructors in org.elasticsearch.action.bulk with parameters of type ActionRequest
BulkItemRequest(int id, ActionRequest request)
           
 

Uses of ActionRequest in org.elasticsearch.action.count
 

Classes in org.elasticsearch.action.count that implement ActionRequest
 class CountRequest
          A request to count the number of documents matching a specific query.
 

Uses of ActionRequest in org.elasticsearch.action.delete
 

Classes in org.elasticsearch.action.delete that implement ActionRequest
 class DeleteRequest
          A request to delete a document from an index based on its type and id.
 

Uses of ActionRequest in org.elasticsearch.action.delete.index
 

Classes in org.elasticsearch.action.delete.index that implement ActionRequest
 class IndexDeleteRequest
           
 class ShardDeleteRequest
          Delete by query request to execute on a specific shard.
 

Uses of ActionRequest in org.elasticsearch.action.deletebyquery
 

Classes in org.elasticsearch.action.deletebyquery that implement ActionRequest
 class DeleteByQueryRequest
          A request to delete all documents that matching a specific query.
 class IndexDeleteByQueryRequest
          Delete by query request to execute on a specific index.
 class ShardDeleteByQueryRequest
          Delete by query request to execute on a specific shard.
 

Uses of ActionRequest in org.elasticsearch.action.explain
 

Classes in org.elasticsearch.action.explain that implement ActionRequest
 class ExplainRequest
          Explain request encapsulating the explain query and document identifier to get an explanation for.
 

Uses of ActionRequest in org.elasticsearch.action.get
 

Classes in org.elasticsearch.action.get that implement ActionRequest
 class GetRequest
          A request to get a document (its source) from an index based on its type (optional) and id.
 class MultiGetRequest
           
 class MultiGetShardRequest
           
 

Uses of ActionRequest in org.elasticsearch.action.index
 

Classes in org.elasticsearch.action.index that implement ActionRequest
 class IndexRequest
          Index request to index a typed JSON document into a specific index and make it searchable.
 

Uses of ActionRequest in org.elasticsearch.action.mlt
 

Classes in org.elasticsearch.action.mlt that implement ActionRequest
 class MoreLikeThisRequest
          A more like this request allowing to search for documents that a "like" the provided document.
 

Methods in org.elasticsearch.action.mlt that return ActionRequest
 ActionRequest MoreLikeThisRequest.listenerThreaded(boolean listenerThreaded)
          Should the listener be called on a separate thread if needed.
 

Uses of ActionRequest in org.elasticsearch.action.percolate
 

Classes in org.elasticsearch.action.percolate that implement ActionRequest
 class PercolateRequest
           
 

Uses of ActionRequest in org.elasticsearch.action.search
 

Classes in org.elasticsearch.action.search that implement ActionRequest
 class MultiSearchRequest
          A multi search API request.
 class SearchRequest
          A request to execute search against one or more indices (or all).
 class SearchScrollRequest
           
 

Uses of ActionRequest in org.elasticsearch.action.support
 

Classes in org.elasticsearch.action.support with type parameters of type ActionRequest
 class BaseRequestBuilder<Request extends ActionRequest,Response extends ActionResponse>
           
 class TransportAction<Request extends ActionRequest,Response extends ActionResponse>
           
 

Fields in org.elasticsearch.action.support declared as ActionRequest
protected  Request BaseRequestBuilder.request
           
 

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

Classes in org.elasticsearch.action.support.broadcast that implement ActionRequest
 class BroadcastOperationRequest
           
 

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

Classes in org.elasticsearch.action.support.master that implement ActionRequest
 class MasterNodeOperationRequest
          A based request for master based operation.
 

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

Classes in org.elasticsearch.action.support.nodes that implement ActionRequest
 class NodesOperationRequest
           
 

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

Classes in org.elasticsearch.action.support.replication with type parameters of type ActionRequest
 class TransportIndexReplicationOperationAction<Request extends IndexReplicationOperationRequest,Response extends ActionResponse,ShardRequest extends ShardReplicationOperationRequest,ShardReplicaRequest extends ActionRequest,ShardResponse extends ActionResponse>
           
 class TransportIndicesReplicationOperationAction<Request extends IndicesReplicationOperationRequest,Response extends ActionResponse,IndexRequest extends IndexReplicationOperationRequest,IndexResponse extends ActionResponse,ShardRequest extends ShardReplicationOperationRequest,ShardReplicaRequest extends ActionRequest,ShardResponse extends ActionResponse>
           
 class TransportShardReplicationOperationAction<Request extends ShardReplicationOperationRequest,ReplicaRequest extends ActionRequest,Response extends ActionResponse>
           
 

Classes in org.elasticsearch.action.support.replication that implement ActionRequest
 class IndexReplicationOperationRequest
           
 class IndicesReplicationOperationRequest
           
 class ShardReplicationOperationRequest
           
 

Fields in org.elasticsearch.action.support.replication declared as ActionRequest
 ReplicaRequest TransportShardReplicationOperationAction.ReplicaOperationRequest.request
           
 

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

Classes in org.elasticsearch.action.support.single.custom that implement ActionRequest
 class SingleCustomOperationRequest
           
 

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

Classes in org.elasticsearch.action.support.single.instance that implement ActionRequest
 class InstanceShardOperationRequest
           
 

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

Classes in org.elasticsearch.action.support.single.shard that implement ActionRequest
 class SingleShardOperationRequest
           
 

Uses of ActionRequest in org.elasticsearch.action.update
 

Classes in org.elasticsearch.action.update that implement ActionRequest
 class UpdateRequest
           
 

Uses of ActionRequest in org.elasticsearch.client
 

Methods in org.elasticsearch.client with type parameters of type ActionRequest
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
ActionFuture<Response>
Client.execute(Action<Request,Response,RequestBuilder> action, Request request)
          Executes a generic action, denoted by an Action.
<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>>
ActionFuture<Response>
ClusterAdminClient.execute(ClusterAction<Request,Response,RequestBuilder> action, Request request)
           
<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>>
ActionFuture<Response>
IndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
IndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
Client.prepareExecute(Action<Request,Response,RequestBuilder> action)
          Prepares a request builder to execute, specified by Action.
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
ClusterAdminClient.prepareExecute(ClusterAction<Request,Response,RequestBuilder> action)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
IndicesAdminClient.prepareExecute(IndicesAction<Request,Response,RequestBuilder> action)
           
 

Uses of ActionRequest in org.elasticsearch.client.node
 

Methods in org.elasticsearch.client.node with type parameters of type ActionRequest
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
ActionFuture<Response>
NodeClient.execute(Action<Request,Response,RequestBuilder> action, Request request)
           
<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>>
ActionFuture<Response>
NodeClusterAdminClient.execute(ClusterAction<Request,Response,RequestBuilder> action, Request request)
           
<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>>
ActionFuture<Response>
NodeIndicesAdminClient.execute(IndicesAction<Request,Response,RequestBuilder> action, Request request)
           
<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 ActionRequest in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with type parameters of type ActionRequest
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
AbstractClient.prepareExecute(Action<Request,Response,RequestBuilder> action)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
AbstractClusterAdminClient.prepareExecute(ClusterAction<Request,Response,RequestBuilder> action)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
RequestBuilder
AbstractIndicesAdminClient.prepareExecute(IndicesAction<Request,Response,RequestBuilder> action)
           
 

Uses of ActionRequest in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport with type parameters of type ActionRequest
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
ActionFuture<Response>
TransportClient.execute(Action<Request,Response,RequestBuilder> action, Request request)
           
<Request extends ActionRequest,Response extends ActionResponse,RequestBuilder extends ActionRequestBuilder<Request,Response>>
void
TransportClient.execute(Action<Request,Response,RequestBuilder> action, Request request, ActionListener<Response> listener)
           
 

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

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

Uses of ActionRequest in org.elasticsearch.cluster.action.index
 

Classes in org.elasticsearch.cluster.action.index that implement ActionRequest
static class MappingUpdatedAction.MappingUpdatedRequest
           
 



Copyright © 2009-2012. All Rights Reserved.