Uses of Class
org.opendaylight.controller.cluster.access.client.AbstractClientConnection
- 
Packages that use AbstractClientConnection Package Description org.opendaylight.controller.cluster.access.client This package contains the baseline client infrastructure required to implement clients accessing the data store. - 
- 
Uses of AbstractClientConnection in org.opendaylight.controller.cluster.access.client
Subclasses of AbstractClientConnection in org.opendaylight.controller.cluster.access.client Modifier and Type Class Description classConnectedClientConnection<T extends BackendInfo>classConnectingClientConnection<T extends BackendInfo>classReconnectingClientConnection<T extends BackendInfo>AnAbstractClientConnectionwhich is being reconnected after having timed out.Methods in org.opendaylight.controller.cluster.access.client that return AbstractClientConnection Modifier and Type Method Description AbstractClientConnection<T>ClientActorBehavior. getConnection(Long shard)Get a connection to a shard. 
 -