Uses of Interface
org.elasticsearch.action.ActionResponse

Packages that use ActionResponse
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.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   
org.elasticsearch.gateway.local.state.meta   
org.elasticsearch.gateway.local.state.shards   
org.elasticsearch.indices.store   
 

Uses of ActionResponse in org.elasticsearch.action
 

Classes in org.elasticsearch.action with type parameters of type ActionResponse
 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 ActionResponse
<Request extends ActionRequest,Response extends ActionResponse>
void
ActionModule.registerAction(GenericAction<Request,Response> action, Class<? extends TransportAction<Request,Response>> transportAction, Class... supportTransportActions)
          Registers an action.
 

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

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

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

Classes in org.elasticsearch.action.admin.cluster.health that implement ActionResponse
 class ClusterHealthResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.hotthreads that implement ActionResponse
 class NodesHotThreadsResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.info that implement ActionResponse
 class NodesInfoResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.restart that implement ActionResponse
 class NodesRestartResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.shutdown that implement ActionResponse
 class NodesShutdownResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.node.stats that implement ActionResponse
 class NodesStatsResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.reroute that implement ActionResponse
 class ClusterRerouteResponse
           
 

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

Classes in org.elasticsearch.action.admin.cluster.settings that implement ActionResponse
 class ClusterUpdateSettingsResponse
          A response for a cluster update settings action.
 

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

Classes in org.elasticsearch.action.admin.cluster.state that implement ActionResponse
 class ClusterStateResponse
           
 

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

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

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

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

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

Classes in org.elasticsearch.action.admin.indices.alias that implement ActionResponse
 class IndicesAliasesResponse
          A response for a add/remove alias action.
 

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

Classes in org.elasticsearch.action.admin.indices.analyze that implement ActionResponse
 class AnalyzeResponse
           
 

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

Classes in org.elasticsearch.action.admin.indices.cache.clear that implement ActionResponse
 class ClearIndicesCacheResponse
          The response of a refresh action.
 

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

Classes in org.elasticsearch.action.admin.indices.close that implement ActionResponse
 class CloseIndexResponse
          A response for a close index action.
 

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

Classes in org.elasticsearch.action.admin.indices.create that implement ActionResponse
 class CreateIndexResponse
          A response for a create index action.
 

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

Classes in org.elasticsearch.action.admin.indices.delete that implement ActionResponse
 class DeleteIndexResponse
          A response for a delete index action.
 

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

Classes in org.elasticsearch.action.admin.indices.exists that implement ActionResponse
 class IndicesExistsResponse
           
 

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

Classes in org.elasticsearch.action.admin.indices.flush that implement ActionResponse
 class FlushResponse
          A response to flush action.
 

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

Classes in org.elasticsearch.action.admin.indices.gateway.snapshot that implement ActionResponse
 class GatewaySnapshotResponse
          Response for the gateway snapshot action.
 

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

Classes in org.elasticsearch.action.admin.indices.mapping.delete that implement ActionResponse
 class DeleteMappingResponse
          The response of remove mapping operation.
 

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

Classes in org.elasticsearch.action.admin.indices.mapping.put that implement ActionResponse
 class PutMappingResponse
          The response of put mapping operation.
 

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

Classes in org.elasticsearch.action.admin.indices.open that implement ActionResponse
 class OpenIndexResponse
          A response for a open index action.
 

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

Classes in org.elasticsearch.action.admin.indices.optimize that implement ActionResponse
 class OptimizeResponse
          A response for optimize action.
 

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

Classes in org.elasticsearch.action.admin.indices.refresh that implement ActionResponse
 class RefreshResponse
          The response of a refresh action.
 

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

Classes in org.elasticsearch.action.admin.indices.segments that implement ActionResponse
 class IndicesSegmentResponse
           
 

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

Classes in org.elasticsearch.action.admin.indices.settings that implement ActionResponse
 class UpdateSettingsResponse
          A response for a update settings action.
 

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

Classes in org.elasticsearch.action.admin.indices.stats that implement ActionResponse
 class IndicesStats
           
 

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

Classes in org.elasticsearch.action.admin.indices.status that implement ActionResponse
 class IndicesStatusResponse
           
 

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

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

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

Classes in org.elasticsearch.action.admin.indices.template.delete that implement ActionResponse
 class DeleteIndexTemplateResponse
          A response for a delete index template.
 

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

Classes in org.elasticsearch.action.admin.indices.template.put that implement ActionResponse
 class PutIndexTemplateResponse
          A response for a put index template action.
 

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

Classes in org.elasticsearch.action.admin.indices.validate.query that implement ActionResponse
 class ValidateQueryResponse
          The response of the validate action.
 

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

Classes in org.elasticsearch.action.admin.indices.warmer.delete that implement ActionResponse
 class DeleteWarmerResponse
          A response for a delete warmer.
 

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

Classes in org.elasticsearch.action.admin.indices.warmer.put that implement ActionResponse
 class PutWarmerResponse
          The response of put warmer operation.
 

Uses of ActionResponse in org.elasticsearch.action.bulk
 

Classes in org.elasticsearch.action.bulk that implement ActionResponse
 class BulkResponse
          A response of a bulk execution.
 class BulkShardResponse
           
 

Methods in org.elasticsearch.action.bulk with type parameters of type ActionResponse
<T extends ActionResponse>
T
BulkItemResponse.response()
          The actual response (IndexResponse or DeleteResponse).
 

Constructors in org.elasticsearch.action.bulk with parameters of type ActionResponse
BulkItemResponse(int id, String opType, ActionResponse response)
           
 

Uses of ActionResponse in org.elasticsearch.action.count
 

Classes in org.elasticsearch.action.count that implement ActionResponse
 class CountResponse
          The response of the count action.
 

Uses of ActionResponse in org.elasticsearch.action.delete
 

Classes in org.elasticsearch.action.delete that implement ActionResponse
 class DeleteResponse
          The response of the delete action.
 

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

Classes in org.elasticsearch.action.delete.index that implement ActionResponse
 class IndexDeleteResponse
          Delete by query response executed on a specific index.
 class ShardDeleteResponse
          Delete response executed on a specific shard.
 

Uses of ActionResponse in org.elasticsearch.action.deletebyquery
 

Classes in org.elasticsearch.action.deletebyquery that implement ActionResponse
 class DeleteByQueryResponse
          The response of delete by query action.
 class IndexDeleteByQueryResponse
          Delete by query response executed on a specific index.
 class ShardDeleteByQueryResponse
          Delete by query response executed on a specific shard.
 

Uses of ActionResponse in org.elasticsearch.action.explain
 

Classes in org.elasticsearch.action.explain that implement ActionResponse
 class ExplainResponse
          Response containing the score explanation.
 

Uses of ActionResponse in org.elasticsearch.action.get
 

Classes in org.elasticsearch.action.get that implement ActionResponse
 class GetResponse
          The response of a get action.
 class MultiGetResponse
           
 class MultiGetShardResponse
           
 

Uses of ActionResponse in org.elasticsearch.action.index
 

Classes in org.elasticsearch.action.index that implement ActionResponse
 class IndexResponse
          A response of an index operation,
 

Uses of ActionResponse in org.elasticsearch.action.percolate
 

Classes in org.elasticsearch.action.percolate that implement ActionResponse
 class PercolateResponse
           
 

Uses of ActionResponse in org.elasticsearch.action.search
 

Classes in org.elasticsearch.action.search that implement ActionResponse
 class MultiSearchResponse
          A multi search response.
 class SearchResponse
          A response of a search request.
 

Uses of ActionResponse in org.elasticsearch.action.support
 

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

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

Classes in org.elasticsearch.action.support.broadcast that implement ActionResponse
 class BroadcastOperationResponse
          Base class for all broadcast operation based responses.
 

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

Classes in org.elasticsearch.action.support.master with type parameters of type ActionResponse
 class TransportMasterNodeOperationAction<Request extends MasterNodeOperationRequest,Response extends ActionResponse>
          A base class for operations that needs to be performed on the master node.
 

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

Classes in org.elasticsearch.action.support.nodes that implement ActionResponse
 class NodesOperationResponse<NodeResponse extends NodeOperationResponse>
           
 

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

Classes in org.elasticsearch.action.support.replication with type parameters of type ActionResponse
 class TransportIndexReplicationOperationAction<Request extends IndexReplicationOperationRequest,Response extends ActionResponse,ShardRequest extends ShardReplicationOperationRequest,ShardReplicaRequest extends ActionRequest,ShardResponse extends ActionResponse>
           
 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 TransportIndicesReplicationOperationAction<Request extends IndicesReplicationOperationRequest,Response extends ActionResponse,IndexRequest extends IndexReplicationOperationRequest,IndexResponse 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>
           
 

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

Classes in org.elasticsearch.action.support.single.custom with type parameters of type ActionResponse
 class TransportSingleCustomOperationAction<Request extends SingleCustomOperationRequest,Response extends ActionResponse>
           
 

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

Classes in org.elasticsearch.action.support.single.instance with type parameters of type ActionResponse
 class TransportInstanceSingleOperationAction<Request extends InstanceShardOperationRequest,Response extends ActionResponse>
           
 

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

Classes in org.elasticsearch.action.support.single.shard with type parameters of type ActionResponse
 class TransportShardSingleOperationAction<Request extends SingleShardOperationRequest,Response extends ActionResponse>
           
 

Uses of ActionResponse in org.elasticsearch.action.update
 

Classes in org.elasticsearch.action.update that implement ActionResponse
 class UpdateResponse
           
 

Uses of ActionResponse in org.elasticsearch.client
 

Methods in org.elasticsearch.client with type parameters of type ActionResponse
<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 ActionResponse in org.elasticsearch.client.node
 

Methods in org.elasticsearch.client.node with type parameters of type ActionResponse
<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 ActionResponse in org.elasticsearch.client.support
 

Methods in org.elasticsearch.client.support with type parameters of type ActionResponse
<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 ActionResponse in org.elasticsearch.client.transport
 

Methods in org.elasticsearch.client.transport with type parameters of type ActionResponse
<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 ActionResponse in org.elasticsearch.client.transport.support
 

Methods in org.elasticsearch.client.transport.support with type parameters of type ActionResponse
<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 ActionResponse in org.elasticsearch.cluster.action.index
 

Classes in org.elasticsearch.cluster.action.index that implement ActionResponse
static class MappingUpdatedAction.MappingUpdatedResponse
           
 

Uses of ActionResponse in org.elasticsearch.gateway.local.state.meta
 

Classes in org.elasticsearch.gateway.local.state.meta that implement ActionResponse
static class TransportNodesListGatewayMetaState.NodesLocalGatewayMetaState
           
 

Uses of ActionResponse in org.elasticsearch.gateway.local.state.shards
 

Classes in org.elasticsearch.gateway.local.state.shards that implement ActionResponse
static class TransportNodesListGatewayStartedShards.NodesLocalGatewayStartedShards
           
 

Uses of ActionResponse in org.elasticsearch.indices.store
 

Classes in org.elasticsearch.indices.store that implement ActionResponse
static class TransportNodesListShardStoreMetaData.NodesStoreFilesMetaData
           
 



Copyright © 2009-2012. All Rights Reserved.