public class TransportTypesExistsAction extends TransportMasterNodeReadAction<TypesExistsRequest,TypesExistsResponse>
FORCE_LOCAL_SETTINGclusterService, transportServiceactionName, indexNameExpressionResolver, taskManager, threadPooldeprecationLogger, logger, settings| Constructor and Description |
|---|
TransportTypesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected ClusterBlockException |
checkBlock(TypesExistsRequest request,
ClusterState state) |
protected java.lang.String |
executor() |
protected void |
masterOperation(TypesExistsRequest request,
ClusterState state,
ActionListener<TypesExistsResponse> listener) |
protected TypesExistsResponse |
newResponse() |
localExecutedoExecute, doExecute, masterOperationexecute, execute, execute, executelogDeprecatedSetting, logRemovedSetting, nodeName@Inject public TransportTypesExistsAction(Settings settings, TransportService transportService, ClusterService clusterService, ThreadPool threadPool, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver)
protected java.lang.String executor()
executor in class TransportMasterNodeAction<TypesExistsRequest,TypesExistsResponse>protected TypesExistsResponse newResponse()
newResponse in class TransportMasterNodeAction<TypesExistsRequest,TypesExistsResponse>protected ClusterBlockException checkBlock(TypesExistsRequest request, ClusterState state)
checkBlock in class TransportMasterNodeAction<TypesExistsRequest,TypesExistsResponse>protected void masterOperation(TypesExistsRequest request, ClusterState state, ActionListener<TypesExistsResponse> listener)
masterOperation in class TransportMasterNodeAction<TypesExistsRequest,TypesExistsResponse>