Skip to content

Commit

Permalink
[PURIFY] remove all trace of x-pack ccr (#11)
Browse files Browse the repository at this point in the history
This committ removes all trace of Elastic licensed CCR.
  • Loading branch information
nknize authored Jan 30, 2021
1 parent 712a80e commit b3f56c6
Show file tree
Hide file tree
Showing 40 changed files with 2 additions and 5,484 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ public class RestHighLevelClient implements Closeable {
private final SecurityClient securityClient = new SecurityClient(this);
private final IndexLifecycleClient ilmClient = new IndexLifecycleClient(this);
private final RollupClient rollupClient = new RollupClient(this);
private final CcrClient ccrClient = new CcrClient(this);
private final TransformClient transformClient = new TransformClient(this);

/**
Expand Down Expand Up @@ -364,20 +363,6 @@ public RollupClient rollup() {
return rollupClient;
}

/**
* Provides methods for accessing the Elastic Licensed CCR APIs that
* are shipped with the Elastic Stack distribution of Elasticsearch. All of
* these APIs will 404 if run against the OSS distribution of Elasticsearch.
* <p>
* See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-api.html">
* CCR APIs on elastic.co</a> for more information.
*
* @return the client wrapper for making CCR API calls
*/
public final CcrClient ccr() {
return ccrClient;
}

/**
* Provides a {@link TasksClient} which can be used to access the Tasks API.
*
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit b3f56c6

Please sign in to comment.