Uses of Class
org.opendaylight.controller.cluster.access.client.BackendInfo
-
Packages that use BackendInfo 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 BackendInfo in org.opendaylight.controller.cluster.access.client
Classes in org.opendaylight.controller.cluster.access.client with type parameters of type BackendInfo Modifier and Type Class Description classAbstractClientConnection<T extends BackendInfo>Base class for a connection to the backend.classBackendInfoResolver<T extends BackendInfo>Caching resolver which resolves a cookie to a leaderActorRef.classClientActorBehavior<T extends BackendInfo>A behavior, which handles messages sent to aAbstractClientActor.classConnectedClientConnection<T extends BackendInfo>classConnectingClientConnection<T extends BackendInfo>interfaceInternalCommand<T extends BackendInfo>This interface is used to pass the unit of work via the actors mailbox.classReconnectingClientConnection<T extends BackendInfo>AnAbstractClientConnectionwhich is being reconnected after having timed out.Methods in org.opendaylight.controller.cluster.access.client with type parameters of type BackendInfo Modifier and Type Method Description <T extends BackendInfo>
voidClientActorContext. executeInActor(@NonNull InternalCommand<T> command)Execute a command in the context of the client actor.<T extends BackendInfo>
CancellableClientActorContext. executeInActor(@NonNull InternalCommand<T> command, scala.concurrent.duration.FiniteDuration delay)
-