Package org.elasticsearch.xpack.esql
Class EsqlInfoTransportAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<XPackInfoRequest,XPackInfoFeatureResponse>
org.elasticsearch.action.support.HandledTransportAction<XPackInfoRequest,XPackInfoFeatureResponse>
org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
org.elasticsearch.xpack.esql.EsqlInfoTransportAction
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionEsqlInfoTransportAction(TransportService transportService, ActionFilters actionFilters) -
Method Summary
Methods inherited from class org.elasticsearch.xpack.core.action.XPackInfoFeatureTransportAction
doExecuteMethods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
EsqlInfoTransportAction
@Inject public EsqlInfoTransportAction(TransportService transportService, ActionFilters actionFilters)
-
-
Method Details
-
name
- Specified by:
namein classXPackInfoFeatureTransportAction
-
available
public boolean available()- Specified by:
availablein classXPackInfoFeatureTransportAction
-
enabled
public boolean enabled()- Specified by:
enabledin classXPackInfoFeatureTransportAction
-