All Classes and Interfaces

Class
Description
Frontend actor which takes care of persisting generations and creates an appropriate ClientIdentifier.
AbstractClientActorBehavior<C extends org.opendaylight.controller.cluster.access.client.AbstractClientActorContext>
Base behavior attached to AbstractClientActor.
Base class for a connection to the backend.
Basic information about how to talk to the backend.
Caching resolver which resolves a cookie to a leader ActorRef.
A behavior, which handles messages sent to a AbstractClientActor.
Connection reconnect cohort, driven by this class.
Interface for client actor configuration parameters.
An actor context associated with this AbstractClientActor.
A connected connection.
 
Single entry in a AbstractClientConnection.
This interface is used to pass the unit of work via the actors mailbox.
A lock implementation which allows users to perform optimistic reads and validate them in a fashion similar to StampedLock.
Exception thrown from InversibleLock.optimisticRead() and can be used to wait for the racing write to complete using InversibleLockException.awaitResolution().
Forwarder class responsible for routing requests from the previous connection incarnation back to the originator, which can then convert them as appropriate.
An AbstractClientConnection which is being reconnected after having timed out.