Package | Description |
---|---|
org.opendaylight.controller.remote.rpc.registry | |
org.opendaylight.controller.remote.rpc.registry.gossip |
Modifier and Type | Method and Description |
---|---|
protected void |
RpcRegistry.onBucketRemoved(akka.actor.Address address,
Bucket<RoutingTable> bucket) |
Modifier and Type | Method and Description |
---|---|
protected void |
RpcRegistry.onBucketsUpdated(Map<akka.actor.Address,Bucket<RoutingTable>> buckets) |
Modifier and Type | Method and Description |
---|---|
Map<akka.actor.Address,Bucket<T>> |
BucketStoreActor.getRemoteBuckets() |
<T extends BucketData<T>> |
BucketStoreAccess.getRemoteBuckets() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BucketStoreActor.onBucketRemoved(akka.actor.Address address,
Bucket<T> bucket)
Callback to subclasses invoked when a bucket is removed.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BucketStoreActor.onBucketsUpdated(Map<akka.actor.Address,Bucket<T>> newBuckets)
Callback to subclasses invoked when the set of remote buckets is updated.
|
Copyright © 2019 OpenDaylight. All rights reserved.