Module org.elasticsearch.server
Class TransportRemoteClusterStatsAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<RemoteClusterStatsRequest,RemoteClusterStatsResponse>
org.elasticsearch.action.support.HandledTransportAction<RemoteClusterStatsRequest,RemoteClusterStatsResponse>
org.elasticsearch.action.admin.cluster.stats.TransportRemoteClusterStatsAction
public class TransportRemoteClusterStatsAction
extends HandledTransportAction<RemoteClusterStatsRequest,RemoteClusterStatsResponse>
Handler action for incoming
RemoteClusterStatsRequest.
Will pass the work to TransportClusterStatsAction and return the response.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final RemoteClusterActionType<RemoteClusterStatsResponse> Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportRemoteClusterStatsAction(Client client, TransportService transportService, ActionFilters actionFilters) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, RemoteClusterStatsRequest request, ActionListener<RemoteClusterStatsResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
NAME
- See Also:
-
REMOTE_TYPE
-
-
Constructor Details
-
TransportRemoteClusterStatsAction
@Inject public TransportRemoteClusterStatsAction(Client client, TransportService transportService, ActionFilters actionFilters)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, RemoteClusterStatsRequest request, ActionListener<RemoteClusterStatsResponse> listener) - Specified by:
doExecutein classTransportAction<RemoteClusterStatsRequest,RemoteClusterStatsResponse>
-