Skip to content

Commit bc5ff9b

Browse files
authored
Remove TransformClient from HLRC (#85787)
1 parent 024dbc3 commit bc5ff9b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+0
-6344
lines changed

client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,6 @@ public class RestHighLevelClient implements Closeable {
274274

275275
private final SnapshotClient snapshotClient = new SnapshotClient(this);
276276
private final SecurityClient securityClient = new SecurityClient(this);
277-
private final TransformClient transformClient = new TransformClient(this);
278277
private final EqlClient eqlClient = new EqlClient(this);
279278

280279
/**
@@ -370,20 +369,6 @@ public SecurityClient security() {
370369
return securityClient;
371370
}
372371

373-
/**
374-
* Provides methods for accessing the Elastic Licensed Data Frame APIs that
375-
* are shipped with the Elastic Stack distribution of Elasticsearch. All of
376-
* these APIs will 404 if run against the OSS distribution of Elasticsearch.
377-
* <p>
378-
* See the <a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/transform-apis.html">
379-
* Transform APIs on elastic.co</a> for more information.
380-
*
381-
* @return the client wrapper for making Data Frame API calls
382-
*/
383-
public TransformClient transform() {
384-
return transformClient;
385-
}
386-
387372
/**
388373
* Provides methods for accessing the Elastic EQL APIs that
389374
* are shipped with the Elastic Stack distribution of Elasticsearch. All of

client/rest-high-level/src/main/java/org/elasticsearch/client/TransformClient.java

Lines changed: 0 additions & 432 deletions
This file was deleted.

client/rest-high-level/src/main/java/org/elasticsearch/client/TransformRequestConverters.java

Lines changed: 0 additions & 162 deletions
This file was deleted.

client/rest-high-level/src/main/java/org/elasticsearch/client/transform/AcknowledgedTasksResponse.java

Lines changed: 0 additions & 92 deletions
This file was deleted.

client/rest-high-level/src/main/java/org/elasticsearch/client/transform/DeleteTransformRequest.java

Lines changed: 0 additions & 71 deletions
This file was deleted.

0 commit comments

Comments
 (0)