Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
CircuitBreakers |
CircuitBreakers.clone() |
CircuitBreakers |
BackendService.getCircuitBreakers() |
CircuitBreakers |
CircuitBreakers.set(String fieldName,
Object value) |
CircuitBreakers |
CircuitBreakers.setMaxConnections(Integer maxConnections)
The maximum number of connections to the backend service.
|
CircuitBreakers |
CircuitBreakers.setMaxPendingRequests(Integer maxPendingRequests)
The maximum number of pending requests allowed to the backend service.
|
CircuitBreakers |
CircuitBreakers.setMaxRequests(Integer maxRequests)
The maximum number of parallel requests that allowed to the backend service.
|
CircuitBreakers |
CircuitBreakers.setMaxRequestsPerConnection(Integer maxRequestsPerConnection)
Maximum requests for a single connection to the backend service.
|
CircuitBreakers |
CircuitBreakers.setMaxRetries(Integer maxRetries)
The maximum number of parallel retries allowed to the backend cluster.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setCircuitBreakers(CircuitBreakers circuitBreakers) |
Copyright © 2011–2024 Google. All rights reserved.