T - Concrete BucketData typepublic interface BucketData<T extends BucketData<T>>
extends org.opendaylight.yangtools.concepts.Immutable
Bucket.| Modifier and Type | Method and Description |
|---|---|
Optional<akka.actor.ActorRef> |
getWatchActor()
Return the
ActorRef which should be tracked as the authoritative source of this bucket's data. |
Optional<akka.actor.ActorRef> getWatchActor()
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.Copyright © 2019 OpenDaylight. All rights reserved.