Uses of Interface
org.opendaylight.controller.cluster.access.client.InternalCommand
-
Packages that use InternalCommand 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 InternalCommand in org.opendaylight.controller.cluster.access.client
Methods in org.opendaylight.controller.cluster.access.client with parameters of type InternalCommand 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)
-