Skip to content

Commit

Permalink
Updated endpoints to 7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Sep 21, 2021
1 parent 0edfad3 commit 995f6d4
Show file tree
Hide file tree
Showing 434 changed files with 863 additions and 463 deletions.
14 changes: 0 additions & 14 deletions .ci/jobs/elastic+elasticsearch-php+7.10.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .ci/jobs/elastic+elasticsearch-php+7.9.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci/test-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
STACK_VERSION:
- 7.x-SNAPSHOT
- 7.15-SNAPSHOT

PHP_VERSION:
- 8.0-cli
Expand Down
45 changes: 44 additions & 1 deletion src/Elasticsearch/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* Class Client
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Client
{
Expand Down Expand Up @@ -1364,6 +1364,49 @@ public function search(array $params = [])

return $this->performRequest($endpoint);
}
/**
* Searches a vector tile for geospatial values. Returns results as a binary Mapbox vector tile.
*
* $params['index'] = (list) Comma-separated list of data streams, indices, or aliases to search
* $params['field'] = (string) Field containing geospatial data to return
* $params['zoom'] = (int) Zoom level for the vector tile to search
* $params['x'] = (int) X coordinate for the vector tile to search
* $params['y'] = (int) Y coordinate for the vector tile to search
* $params['exact_bounds'] = (boolean) If false, the meta layer's feature is the bounding box of the tile. If true, the meta layer's feature is a bounding box resulting from a `geo_bounds` aggregation. (Default = false)
* $params['extent'] = (int) Size, in pixels, of a side of the vector tile. (Default = 4096)
* $params['grid_precision'] = (int) Additional zoom levels available through the aggs layer. Accepts 0-8. (Default = 8)
* $params['grid_type'] = (enum) Determines the geometry type for features in the aggs layer. (Options = grid,point) (Default = grid)
* $params['size'] = (int) Maximum number of features to return in the hits layer. Accepts 0-10000. (Default = 10000)
* $params['body'] = (array) Search request body.
*
* @param array $params Associative array of parameters
* @return array
* @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-vector-tile-api.html
*
* @note This API is EXPERIMENTAL and may be changed or removed completely in a future release
*
*/
public function searchMvt(array $params = [])
{
$index = $this->extractArgument($params, 'index');
$field = $this->extractArgument($params, 'field');
$zoom = $this->extractArgument($params, 'zoom');
$x = $this->extractArgument($params, 'x');
$y = $this->extractArgument($params, 'y');
$body = $this->extractArgument($params, 'body');

$endpointBuilder = $this->endpoints;
$endpoint = $endpointBuilder('SearchMvt');
$endpoint->setParams($params);
$endpoint->setIndex($index);
$endpoint->setField($field);
$endpoint->setZoom($zoom);
$endpoint->setX($x);
$endpoint->setY($y);
$endpoint->setBody($body);

return $this->performRequest($endpoint);
}
/**
* Returns information about the indices and shards that a search request would be executed against.
*
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.delete
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Delete extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Get.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.get
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Get extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name async_search.status
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Status extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/AsyncSearch/Submit.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name async_search.submit
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Submit extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.delete_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class DeleteAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name autoscaling.get_autoscaling_capacity
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class GetAutoscalingCapacity extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.get_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class GetAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Elasticsearch API name autoscaling.put_autoscaling_policy
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class PutAutoscalingPolicy extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Bulk.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Elasticsearch API name bulk
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Bulk extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Aliases.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.aliases
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Aliases extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Allocation.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.allocation
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Allocation extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Count.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.count
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Count extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Fielddata.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.fielddata
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Fielddata extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Health.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.health
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Health extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Help.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.help
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Help extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Indices.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.indices
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Indices extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Master.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.master
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Master extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlDataFrameAnalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_data_frame_analytics
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class MlDataFrameAnalytics extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlDatafeeds.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_datafeeds
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class MlDatafeeds extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlJobs.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_jobs
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class MlJobs extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/MlTrainedModels.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.ml_trained_models
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class MlTrainedModels extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/NodeAttrs.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.nodeattrs
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class NodeAttrs extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Nodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.nodes
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Nodes extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/PendingTasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.pending_tasks
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class PendingTasks extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.plugins
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Plugins extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Recovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.recovery
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Recovery extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Repositories.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.repositories
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Repositories extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Segments.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.segments
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Segments extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Shards.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.shards
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Shards extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Snapshots.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.snapshots
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Snapshots extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Tasks.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.tasks
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Tasks extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/Templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.templates
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class Templates extends AbstractEndpoint
{
Expand Down
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Cat/ThreadPool.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* Elasticsearch API name cat.thread_pool
*
* NOTE: this file is autogenerated using util/GenerateEndpoints.php
* and Elasticsearch 7.15.0-SNAPSHOT (4e182b9ebb7699ef62d9c632ad58fc16f9828e11)
* and Elasticsearch 7.15.0-SNAPSHOT (9fb2eb1c5228090f825b0a28287b80a0e446b2a8)
*/
class ThreadPool extends AbstractEndpoint
{
Expand Down
Loading

0 comments on commit 995f6d4

Please sign in to comment.