REST : Add stats and get alert rest handlers.

Original commit: elastic/x-pack-elasticsearch@f402c13fc5
This commit is contained in:
Brian Murphy 2014-11-13 14:20:05 +00:00
parent 8b2c6ba39d
commit 31baa2aa47
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ import org.elasticsearch.threadpool.ThreadPool;
import org.elasticsearch.transport.TransportService;
/**
* Performs the delete operation.
* Performs the stats operation.
*/
public class TransportAlertStatsAction extends TransportMasterNodeOperationAction<AlertsStatsRequest, AlertsStatsResponse> {

View File

@ -5,6 +5,6 @@
*/
/**
* Delete action.
* Stats action.
*/
package org.elasticsearch.alerts.transport.actions.stats;