Uses of Interface
org.opendaylight.controller.cluster.access.client.InternalCommand
Packages that use InternalCommand
Package
Description
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 InternalCommandModifier and TypeMethodDescription<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)