org.elasticsearch.action.admin.indices.analyze
Class TransportAnalyzeAction

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.action.support.BaseAction<Request,Response>
          extended by org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>
              extended by org.elasticsearch.action.admin.indices.analyze.TransportAnalyzeAction
All Implemented Interfaces:
Action<AnalyzeRequest,AnalyzeResponse>

public class TransportAnalyzeAction
extends TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction
TransportSingleCustomOperationAction.ShardSingleOperationRequest
 
Field Summary
 
Fields inherited from class org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction
clusterService, transportService
 
Fields inherited from class org.elasticsearch.action.support.BaseAction
threadPool
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
TransportAnalyzeAction(Settings settings, ThreadPool threadPool, ClusterService clusterService, TransportService transportService, IndicesService indicesService)
           
 
Method Summary
protected  java.lang.String executor()
           
protected  AnalyzeRequest newRequest()
           
protected  AnalyzeResponse newResponse()
           
protected  AnalyzeResponse shardOperation(AnalyzeRequest request, int shardId)
           
protected  ShardsIterator shards(ClusterState clusterState, AnalyzeRequest request)
           
protected  java.lang.String transportAction()
           
protected  java.lang.String transportShardAction()
           
 
Methods inherited from class org.elasticsearch.action.support.single.custom.TransportSingleCustomOperationAction
checkBlock, doExecute
 
Methods inherited from class org.elasticsearch.action.support.BaseAction
execute, execute
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportAnalyzeAction

@Inject
public TransportAnalyzeAction(Settings settings,
                                     ThreadPool threadPool,
                                     ClusterService clusterService,
                                     TransportService transportService,
                                     IndicesService indicesService)
Method Detail

executor

protected java.lang.String executor()
Specified by:
executor in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

newRequest

protected AnalyzeRequest newRequest()
Specified by:
newRequest in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

newResponse

protected AnalyzeResponse newResponse()
Specified by:
newResponse in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

transportAction

protected java.lang.String transportAction()
Specified by:
transportAction in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

transportShardAction

protected java.lang.String transportShardAction()
Specified by:
transportShardAction in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

shards

protected ShardsIterator shards(ClusterState clusterState,
                                AnalyzeRequest request)
Specified by:
shards in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>

shardOperation

protected AnalyzeResponse shardOperation(AnalyzeRequest request,
                                         int shardId)
                                  throws ElasticSearchException
Specified by:
shardOperation in class TransportSingleCustomOperationAction<AnalyzeRequest,AnalyzeResponse>
Throws:
ElasticSearchException