Class PrefixedShardConfigUpdateHandler
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.PrefixedShardConfigUpdateHandler
-
@Deprecated(forRemoval=true) public class PrefixedShardConfigUpdateHandler extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Listens on changes on prefix-shard-configuration. Resolves the changes and notifies handling actor withPrefixShardCreated
andPrefixShardRemoved
messages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PrefixedShardConfigUpdateHandler.ShardConfigHandler
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description PrefixedShardConfigUpdateHandler(ActorRef handlingActor, MemberName memberName)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
close()
Deprecated, for removal: This API element is subject to removal in a future version.void
initListener(DistributedDataStoreInterface dataStore, LogicalDatastoreType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PrefixedShardConfigUpdateHandler
public PrefixedShardConfigUpdateHandler(ActorRef handlingActor, MemberName memberName)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
initListener
public void initListener(DistributedDataStoreInterface dataStore, LogicalDatastoreType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
close
public void close()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-