Class PrefixedShardConfigUpdateHandler
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.PrefixedShardConfigUpdateHandler
-
public class PrefixedShardConfigUpdateHandler extends Object
Listens on changes on prefix-shard-configuration. Resolves the changes and notifies handling actor withPrefixShardCreatedandPrefixShardRemovedmessages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrefixedShardConfigUpdateHandler.ShardConfigHandler
-
Constructor Summary
Constructors Constructor Description PrefixedShardConfigUpdateHandler(akka.actor.ActorRef handlingActor, org.opendaylight.controller.cluster.access.concepts.MemberName memberName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidinitListener(AbstractDataStore dataStore, org.opendaylight.mdsal.common.api.LogicalDatastoreType type)
-
-
-
Method Detail
-
initListener
public void initListener(AbstractDataStore dataStore, org.opendaylight.mdsal.common.api.LogicalDatastoreType type)
-
close
public void close()
-
-