public final class RoutingTable extends Object implements BucketData<RoutingTable>, Serializable
Modifier and Type | Method and Description |
---|---|
Set<org.opendaylight.mdsal.dom.api.DOMRpcIdentifier> |
getRoutes() |
Optional<akka.actor.ActorRef> |
getWatchActor()
Return the
ActorRef which should be tracked as the authoritative source of this bucket's data. |
String |
toString() |
public Optional<akka.actor.ActorRef> getWatchActor()
BucketData
ActorRef
which should be tracked as the authoritative source of this bucket's data.
The bucket will be invalidated should the actor be reported as Terminated.getWatchActor
in interface BucketData<RoutingTable>
public Set<org.opendaylight.mdsal.dom.api.DOMRpcIdentifier> getRoutes()
Copyright © 2019 OpenDaylight. All rights reserved.