Class NotifyProducerCreated
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.NotifyProducerCreated
-
- All Implemented Interfaces:
Serializable
@Beta @Deprecated(forRemoval=true) public class NotifyProducerCreated extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.Message sent to remoteShardedDataTreeActor
's when attempting to create a producer. The remote node should attempt to create a producer in the local sharding service and reply with success/failure based on the attempt result.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotifyProducerCreated(Collection<DOMDataTreeIdentifier> subtrees)
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 Collection<DOMDataTreeIdentifier>
getSubtrees()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
NotifyProducerCreated
public NotifyProducerCreated(Collection<DOMDataTreeIdentifier> subtrees)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getSubtrees
public Collection<DOMDataTreeIdentifier> getSubtrees()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-