@Beta public final class BucketStoreAccess extends Object
BucketStoreActor
. Used mostly by Gossiper
.Modifier and Type | Class and Description |
---|---|
static class |
BucketStoreAccess.Singletons |
Constructor and Description |
---|
BucketStoreAccess(akka.actor.ActorRef actorRef,
scala.concurrent.ExecutionContext dispatcher,
akka.util.Timeout timeout) |
Modifier and Type | Method and Description |
---|---|
scala.concurrent.Future<Map<akka.actor.Address,Long>> |
getBucketVersions() |
<T extends BucketData<T>> |
getLocalData() |
<T extends BucketData<T>> |
getRemoteBuckets() |
public BucketStoreAccess(akka.actor.ActorRef actorRef, scala.concurrent.ExecutionContext dispatcher, akka.util.Timeout timeout)
public <T extends BucketData<T>> scala.concurrent.Future<T> getLocalData()
public <T extends BucketData<T>> scala.concurrent.Future<Map<akka.actor.Address,Bucket<T>>> getRemoteBuckets()
Copyright © 2019 OpenDaylight. All rights reserved.