A B C D E F G H I K L M O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
M
- 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 - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
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. - 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.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(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
Connectionpool implementation where each endpoint sub-pool is represented bySingleEndpointPooland referenced by anEndpoint. - 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(ConnectorHandler<E>, int, int, DelayedExecutor, long, long, long, long, int, long, long, boolean, MultiEndpointPool.EndpointPoolCustomizer<E>) - Constructor for class org.glassfish.grizzly.connectionpool.MultiEndpointPool
-
Deprecated.defaultConnectorHandler is deprecated
- MultiEndpointPool.Builder<E> - Class in org.glassfish.grizzly.connectionpool
-
The Builder class responsible for constructing
SingleEndpointPool. - 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.
All Classes All Packages