Class PrefixShardRemoved
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.PrefixShardRemoved
-
- All Implemented Interfaces:
Serializable
@Beta @Deprecated(forRemoval=true) public class PrefixShardRemoved extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.Message sent to remoteShardedDataTreeActor
's when there is an attempt to remove the shard, the ShardedDataTreeActor should remove the shard from the current configuration so that the change is picked up in the backend ShardManager.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrefixShardRemoved(DOMDataTreeIdentifier prefix)
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 DOMDataTreeIdentifier
getPrefix()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PrefixShardRemoved
public PrefixShardRemoved(DOMDataTreeIdentifier prefix)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getPrefix
public DOMDataTreeIdentifier getPrefix()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-