Module org.elasticsearch.server
Class TransportPutMappingAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<PutMappingRequest,AcknowledgedResponse>
org.elasticsearch.action.support.HandledTransportAction<PutMappingRequest,AcknowledgedResponse>
org.elasticsearch.action.support.master.TransportMasterNodeAction<PutMappingRequest,AcknowledgedResponse>
org.elasticsearch.action.support.master.AcknowledgedTransportMasterNodeAction<PutMappingRequest>
org.elasticsearch.action.admin.indices.mapping.put.TransportPutMappingAction
- All Implemented Interfaces:
ActionWithReservedState<PutMappingRequest>
public class TransportPutMappingAction
extends AcknowledgedTransportMasterNodeAction<PutMappingRequest>
Put mapping action.
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
clusterService, executor, threadPool, transportServiceFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportPutMappingAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetadataMappingService metadataMappingService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, RequestValidators<PutMappingRequest> requestValidators, SystemIndices systemIndices, ProjectResolver projectResolver) -
Method Summary
Modifier and TypeMethodDescriptionprotected ClusterBlockExceptioncheckBlock(PutMappingRequest request, ClusterState state) protected voidmasterOperation(Task task, PutMappingRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener) Methods inherited from class org.elasticsearch.action.support.master.TransportMasterNodeAction
doExecute, localExecute, validateForReservedStateMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnlyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.reservedstate.ActionWithReservedState
modifiedKeys, reservedStateHandlerName, validateForReservedState
-
Field Details
-
TYPE
-
-
Constructor Details
-
TransportPutMappingAction
@Inject public TransportPutMappingAction(TransportService transportService, ClusterService clusterService, ThreadPool threadPool, MetadataMappingService metadataMappingService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, RequestValidators<PutMappingRequest> requestValidators, SystemIndices systemIndices, ProjectResolver projectResolver)
-
-
Method Details
-
checkBlock
- Specified by:
checkBlockin classTransportMasterNodeAction<PutMappingRequest,AcknowledgedResponse>
-
masterOperation
protected void masterOperation(Task task, PutMappingRequest request, ClusterState state, ActionListener<AcknowledgedResponse> listener) - Specified by:
masterOperationin classTransportMasterNodeAction<PutMappingRequest,AcknowledgedResponse>
-