Uses of Class
org.opendaylight.controller.cluster.access.client.AbstractClientConnection
Packages that use AbstractClientConnection
Package
Description
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
Modifier and TypeClassDescriptionfinal classConnectedClientConnection<T extends BackendInfo>A connected connection.final classConnectingClientConnection<T extends BackendInfo>final classReconnectingClientConnection<T extends BackendInfo>AnAbstractClientConnectionwhich is being reconnected after having timed out.Methods in org.opendaylight.controller.cluster.access.client that return AbstractClientConnectionModifier and TypeMethodDescriptionfinal AbstractClientConnection<T> ClientActorBehavior.getConnection(Long shard) Get a connection to a shard.