public static interface VirtualNodeHttpConnectionPool.Builder extends SdkPojo, CopyableBuilder<VirtualNodeHttpConnectionPool.Builder,VirtualNodeHttpConnectionPool>
| Modifier and Type | Method and Description |
|---|---|
VirtualNodeHttpConnectionPool.Builder |
maxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.
|
VirtualNodeHttpConnectionPool.Builder |
maxPendingRequests(Integer maxPendingRequests)
Number of overflowing requests after
max_connections Envoy will queue to upstream cluster. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVirtualNodeHttpConnectionPool.Builder maxConnections(Integer maxConnections)
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
maxConnections - Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream
cluster.VirtualNodeHttpConnectionPool.Builder maxPendingRequests(Integer maxPendingRequests)
Number of overflowing requests after max_connections Envoy will queue to upstream cluster.
maxPendingRequests - Number of overflowing requests after max_connections Envoy will queue to upstream
cluster.Copyright © 2021. All rights reserved.