Class PrefixShardCreated
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.PrefixShardCreated
-
@Beta @Deprecated(forRemoval=true) public class PrefixShardCreated extends Object
Deprecated, for removal: This API element is subject to removal in a future version.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)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 PrefixShardConfigurationgetConfiguration()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PrefixShardCreated
public PrefixShardCreated(PrefixShardConfiguration configuration)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getConfiguration
public PrefixShardConfiguration getConfiguration()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-