Class ProducerRemoved
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.ProducerRemoved
-
@Beta @Deprecated(forRemoval=true) public class ProducerRemoved extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Message sent to localShardedDataTreeActor
's when there was an attempt to close a producer on the local node.
-
-
Constructor Summary
Constructors Constructor Description ProducerRemoved(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
-
ProducerRemoved
public ProducerRemoved(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.
-
-