Skip to content

Commit

Permalink
Remove TransformClient from HLRC (elastic#85787)
Browse files Browse the repository at this point in the history
  • Loading branch information
joegallo committed Apr 12, 2022
1 parent 024dbc3 commit bc5ff9b
Show file tree
Hide file tree
Showing 48 changed files with 0 additions and 6,344 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ public class RestHighLevelClient implements Closeable {

private final SnapshotClient snapshotClient = new SnapshotClient(this);
private final SecurityClient securityClient = new SecurityClient(this);
private final TransformClient transformClient = new TransformClient(this);
private final EqlClient eqlClient = new EqlClient(this);

/**
Expand Down Expand Up @@ -370,20 +369,6 @@ public SecurityClient security() {
return securityClient;
}

/**
* Provides methods for accessing the Elastic Licensed Data Frame 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/transform-apis.html">
* Transform APIs on elastic.co</a> for more information.
*
* @return the client wrapper for making Data Frame API calls
*/
public TransformClient transform() {
return transformClient;
}

/**
* Provides methods for accessing the Elastic EQL APIs that
* are shipped with the Elastic Stack distribution of Elasticsearch. All of
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bc5ff9b

Please sign in to comment.