Skip to content

Commit

Permalink
Add GetAsyncStatusAction to Xpack client actions
Browse files Browse the repository at this point in the history
This was missed in elastic#62947

Relates to elastic#62947
  • Loading branch information
mayya-sharipova committed Nov 3, 2020
1 parent 607713f commit ae60071
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@
import org.elasticsearch.xpack.core.rollup.job.RollupJob;
import org.elasticsearch.xpack.core.rollup.job.RollupJobStatus;
import org.elasticsearch.xpack.core.search.action.GetAsyncSearchAction;
import org.elasticsearch.xpack.core.search.action.GetAsyncStatusAction;
import org.elasticsearch.xpack.core.search.action.SubmitAsyncSearchAction;
import org.elasticsearch.xpack.core.searchablesnapshots.SearchableSnapshotFeatureSetUsage;
import org.elasticsearch.xpack.core.security.SecurityFeatureSetUsage;
Expand Down Expand Up @@ -403,6 +404,7 @@ public List<ActionType<? extends ActionResponse>> getClientActions() {
// Async Search
SubmitAsyncSearchAction.INSTANCE,
GetAsyncSearchAction.INSTANCE,
GetAsyncStatusAction.INSTANCE,
DeleteAsyncResultAction.INSTANCE
);
}
Expand Down

0 comments on commit ae60071

Please sign in to comment.