Class TransportGetMappingsAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<Request,Response>
-
- org.elasticsearch.action.support.master.TransportMasterNodeAction<Request,Response>
-
- org.elasticsearch.action.support.master.TransportMasterNodeReadAction<Request,Response>
-
- org.elasticsearch.action.support.master.info.TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
-
- org.elasticsearch.action.admin.indices.mapping.get.TransportGetMappingsAction
-
public class TransportGetMappingsAction extends TransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
-
-
Field Summary
-
Fields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, indexNameExpressionResolver, threadPool, transportService
-
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager
-
-
Constructor Summary
Constructors Constructor Description TransportGetMappingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)
-
Method Summary
Modifier and Type Method Description protected ClusterBlockExceptioncheckBlock(GetMappingsRequest request, ClusterState state)protected voiddoMasterOperation(GetMappingsRequest request, java.lang.String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener)protected java.lang.Stringexecutor()protected GetMappingsResponseread(StreamInput in)-
Methods inherited from class org.elasticsearch.action.support.master.info.TransportClusterInfoAction
masterOperation
-
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeReadAction
localExecute
-
Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, getMasterActionName, masterOperation
-
Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, execute, execute
-
-
-
-
Constructor Detail
-
TransportGetMappingsAction
@Inject public TransportGetMappingsAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, IndicesService indicesService)
-
-
Method Detail
-
executor
protected java.lang.String executor()
- Overrides:
executorin classTransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
-
checkBlock
protected ClusterBlockException checkBlock(GetMappingsRequest request, ClusterState state)
- Specified by:
checkBlockin classTransportMasterNodeAction<GetMappingsRequest,GetMappingsResponse>
-
read
protected GetMappingsResponse read(StreamInput in) throws java.io.IOException
- Specified by:
readin classTransportMasterNodeAction<GetMappingsRequest,GetMappingsResponse>- Throws:
java.io.IOException
-
doMasterOperation
protected void doMasterOperation(GetMappingsRequest request, java.lang.String[] concreteIndices, ClusterState state, ActionListener<GetMappingsResponse> listener)
- Specified by:
doMasterOperationin classTransportClusterInfoAction<GetMappingsRequest,GetMappingsResponse>
-
-