Class PrefixShardCreated
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.PrefixShardCreated
-
@Beta public class PrefixShardCreated extends Object
Message sent to the localShardedDataTreeActorwhen a clustered shard was created locally. The backend shards/replicas will be handled by the ShardManager but theShardedDataTreeActorneeds to handle the registration of the frontends into theDOMDataTreeShardingService. The configuration only contains the Member nodes that this is still yet to be distributed to. The last node will receive PrefixShardConfiguration with only it's member present.
-
-
Constructor Summary
Constructors Constructor Description PrefixShardCreated(PrefixShardConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrefixShardConfigurationgetConfiguration()StringtoString()
-
-
-
Constructor Detail
-
PrefixShardCreated
public PrefixShardCreated(PrefixShardConfiguration configuration)
-
-
Method Detail
-
getConfiguration
public PrefixShardConfiguration getConfiguration()
-
-