Home
last modified time | relevance | path

Searched full:connections (Results 51 – 75 of 413) sorted by last modified time

12345678910>>...17

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc9 is to manage this set of unruly connections and try to provide the best behavior
102 removed from the cluster, the client updates its pool of active connections.
171 public function __construct($connections, SelectorInterface $selector, ConnectionFactory $factory, $connectionPoolParams)
173 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
219 responsible for creating, maintaining, and destroying connections everytime the
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/
H A DConnectionPool.php19 * @var array|Connection[] Connections array
33 public function __construct(array $connections, StrategyInterface $strategy, ?callable $callback = null) argument
35 $this->_connections = $connections;
51 * @param Connection[] $connections
55 public function setConnections(array $connections): self argument
57 $this->_connections = $connections;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/
H A DCallbackStrategy.php27 public function getConnection(array $connections): Connection argument
29 return ($this->_callback)($connections);
H A DRoundRobin.php17 public function getConnection(array $connections): Connection argument
19 \shuffle($connections);
21 return parent::getConnection($connections);
H A DSimple.php18 public function getConnection(array $connections): Connection argument
20 foreach ($connections as $connection) {
H A DStrategyInterface.php15 * @param Connection[] $connections
17 public function getConnection(array $connections): Connection; argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php113 * Set proxy for http connections. Null is for environmental proxy,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php23 use Elasticsearch\Connections\Connection;
24 use Elasticsearch\Connections\ConnectionInterface;
25 use Elasticsearch\Connections\ConnectionFactoryInterface;
42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
52 $total = count($this->connections);
57 $connection = $this->selector->select($this->connections);
83 foreach ($this->connections as $connection) {
H A DStaticNoPingConnectionPool.php23 use Elasticsearch\Connections\Connection;
24 use Elasticsearch\Connections\ConnectionInterface;
25 use Elasticsearch\Connections\ConnectionFactoryInterface;
42 public function __construct($connections, SelectorInterface $selector, ConnectionFactoryInterface $factory, $connectionPoolParams) argument
44 parent::__construct($connections, $selector, $factory, $connectionPoolParams);
49 $total = count($this->connections);
54 $connection = $this->selector->select($this->connections);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php19 namespace Elasticsearch\Connections;
H A DConnectionFactory.php19 namespace Elasticsearch\Connections;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/Selectors/
H A DRandomSelector.php21 use Elasticsearch\Connections\ConnectionInterface;
28 * @param ConnectionInterface[] $connections an array of ConnectionInterface instances to choose from
30 public function select(array $connections): ConnectionInterface argument
32 return $connections[array_rand($connections)];
/plugin/davcal/vendor/sabre/http/examples/
H A Dasyncclient.php6 * By default up to 10 requests will be executed in paralel. HTTP connections
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php365 * like persistent connections are possible.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/Resource/
H A DUsersEnvironments.php113 * and is ready to accept connections, the operation will contain a
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
45 public function setConnections($connections) argument
47 $this->connections = $connections;
54 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DListConnectionsResponse.php22 protected $collection_key = 'connections';
29 public function setConnections($connections) argument
31 $this->connections = $connections;
38 return $this->connections;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/
H A DServicesConnections.php26 * The "connections" collection of methods.
30 * $connections = $servicenetworkingService->connections;
42 * needs to be invoked once. (connections.create)
58 * Deletes a private service access connection. (connections.deleteConnection)
63 * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google
65 * `services/servicenetworking.googleapis.com/connections/servicenetworking-
78 * List the private connections that are configured in a service consumer's VPC
79 * network. (connections.listServicesConnections)
104 * (connections.patch)
109 * `services/{peering_service_name}/connections/{vpc_peering_name}`. For Google
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryConnectionService/Resource/
H A DProjectsLocationsConnections.php31 * The "connections" collection of methods.
35 * $connections = $bigqueryconnectionService->connections;
41 * Creates a new connection. (connections.create)
59 * Deletes connection and associated credential. (connections.delete)
73 * Returns specified connection. (connections.get)
104 * Returns a list of connections in the given project.
105 * (connections.listProjectsLocationsConnections)
124 * (connections.patch)
144 * `PERMISSION_DENIED` errors. (connections.setIamPolicy)
165 * (connections.testIamPermissions)
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBigQueryConnectionService.php26 * Allows users to manage BigQuery connections to external data sources.</p>
66 'connections',
70 'path' => 'v1beta1/{+parent}/connections',
114 'path' => 'v1beta1/{+parent}/connections',
H A DConnectors.php26 * Enables users to create and manage connections to Google Cloud services and
123 'connections',
127 'path' => 'v1/{+parent}/connections',
189 'path' => 'v1/{+parent}/connections',
H A DServiceNetworking.php195 'connections',
199 'path' => 'v1/{+parent}/connections',
219 'path' => 'v1/{+parent}/connections',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/Resource/
H A DProjectsLocationsConnections.php30 * The "connections" collection of methods.
34 * $connections = $connectorsService->connections;
41 * (connections.create)
59 * Deletes a single Connection. (connections.delete)
62 * `projects/locations/connections`
73 * Gets details of a single Connection. (connections.get)
76 * `projects/locations/connections`
134 * Lists Connections in a given project and location.
135 * (connections.listProjectsLocationsConnections)
179 * `PERMISSION_DENIED` errors. (connections.setIamPolicy)
[all …]
H A DProjectsLocationsConnectionsRuntimeActionSchemas.php37 * Format: projects/{project}/locations/{location}/connections/{connection}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DTargetSslProxies.php244 * side support for SSL features. This affects connections between clients and

12345678910>>...17