Interface | Description |
---|---|
MultiEndpointPool.EndpointPoolCustomizer<E> |
The customizer, which could be used to modify an endpoint pool setting
before it will be created.
|
Class | Description |
---|---|
ConnectionInfo<E> |
Pooled
Connection information, that might be used for monitoring reasons. |
Endpoint<E> |
The abstract class, which describes a pool endpoint and has a method, which
creates new
Connection to the endpoint. |
Endpoint.Factory |
Convenient Endpoint factory for cases, when user has a
ConnectorHandler and endpoint address. |
EndpointKey<E> |
Simple
Endpoint implementation. |
Link<E> |
The object represents an element, from which a minimalistic
Chain is built. |
MultiEndpointPool<E> |
The multi endpoint
Connection pool implementation where each endpoint
sub-pool is represented by SingleEndpointPool and referenced by an Endpoint . |
MultiEndpointPool.Builder<E> |
The Builder class responsible for constructing
SingleEndpointPool . |
MultiEndpointPool.EndpointPoolBuilder<E> | |
SingleEndpointPool<E> |
The single endpoint
Connection pool implementation, in other words
this pool manages Connection s to one specific endpoint. |
SingleEndpointPool.AsyncPoll | |
SingleEndpointPool.Builder<E> |
The Builder class responsible for constructing
SingleEndpointPool . |
SingleEndpointPool.ConnectionTTLTaskResolver | |
SingleEndpointPool.ConnectionTTLWorker |
Connect timeout mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.ConnectTimeoutTask | |
SingleEndpointPool.ConnectTimeoutTaskResolver | |
SingleEndpointPool.ConnectTimeoutWorker |
Connect timeout mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.KeepAliveCleaner |
Keep-alive mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.KeepAliveCleanerTask<E> | |
SingleEndpointPool.KeepAliveCleanerTaskResolver | |
SingleEndpointPool.Reconnector |
Reconnect mechanism classes related to DelayedExecutor.
|
SingleEndpointPool.ReconnectTask<E> | |
SingleEndpointPool.ReconnectTaskResolver |
Copyright © 2017 Oracle Corporation. All rights reserved.