public final class TransportRemoteInfoAction extends HandledTransportAction<RemoteInfoRequest,RemoteInfoResponse>
actionName, indexNameExpressionResolver, taskManager, threadPool
deprecationLogger, logger, settings
Constructor and Description |
---|
TransportRemoteInfoAction(Settings settings,
ThreadPool threadPool,
TransportService transportService,
ActionFilters actionFilters,
IndexNameExpressionResolver indexNameExpressionResolver,
SearchTransportService searchTransportService) |
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute(RemoteInfoRequest remoteInfoRequest,
ActionListener<RemoteInfoResponse> listener) |
doExecute, execute, execute, execute, execute
logDeprecatedSetting, logRemovedSetting, nodeName
@Inject public TransportRemoteInfoAction(Settings settings, ThreadPool threadPool, TransportService transportService, ActionFilters actionFilters, IndexNameExpressionResolver indexNameExpressionResolver, SearchTransportService searchTransportService)
protected void doExecute(RemoteInfoRequest remoteInfoRequest, ActionListener<RemoteInfoResponse> listener)
doExecute
in class TransportAction<RemoteInfoRequest,RemoteInfoResponse>