public class TransportTypesExistsAction extends TransportMasterNodeReadAction<TypesExistsRequest,TypesExistsResponse>
deprecationLogger, logger, settingsactionName, indexNameExpressionResolver, taskManager, threadPoolclusterService, transportServiceFORCE_LOCAL_SETTING| Constructor | Description |
|---|---|
TransportTypesExistsAction(Settings settings,
TransportService transportService,
ClusterService clusterService,
ThreadPool threadPool,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver) |
| Modifier and Type | Method | 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() |
logDeprecatedSetting, logRemovedSetting, nodeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, execute, executedoExecute, doExecute, getMasterActionName, masterOperationlocalExecute@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>