- maxConnectionsPerEndpoint(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the maximum number of Connections to a single endpoint the pool is allowed to have.
- maxConnectionsTotal(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
Sets the maximum number of Connections the pool is allowed to have.
- maxPoolSize - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
The max number of Connections kept by this pool
- maxPoolSize(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Sets the max number of Connections kept by this pool.
- maxPoolSize - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
The max number of Connections kept by this pool
- maxReconnectAttempts(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
-
If the reconnect mechanism is enabled, then this property will affect how many times a reconnection attempt can be
made consecutively before a failure is flagged.
- maxReconnectAttempts - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
Maximum number of attempts that will be made to reconnect before notification of failure occurs.
- maxReconnectAttempts(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
If the reconnect mechanism is enabled, then this property will affect how many times a reconnection attempt can be
made consecutively before a failure is flagged.
- MultiEndpointPool<E> - Class in org.glassfish.grizzly.connectionpool
-
The multi endpoint
Connection pool implementation where each endpoint sub-pool is represented by
SingleEndpointPool and referenced by an
Endpoint.
- MultiEndpointPool(ConnectorHandler<E>, int, int, DelayedExecutor, long, long, long, long, int, long, long, boolean, MultiEndpointPool.EndpointPoolCustomizer<E>) - Constructor for class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
- MultiEndpointPool(int, int, DelayedExecutor, long, long, long, long, int, long, long, boolean, MultiEndpointPool.EndpointPoolCustomizer<E>) - Constructor for class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Constructs MultiEndpointPool instance.
- MultiEndpointPool.Builder<E> - Class in org.glassfish.grizzly.connectionpool
-
- MultiEndpointPool.EndpointPoolBuilder<E> - Class in org.glassfish.grizzly.connectionpool
-
- MultiEndpointPool.EndpointPoolCustomizer<E> - Interface in org.glassfish.grizzly.connectionpool
-
The customizer, which could be used to modify an endpoint pool setting before it will be created.