Class PrefixShardRemoved

  • All Implemented Interfaces:
    Serializable

    @Beta
    public class PrefixShardRemoved
    extends Object
    implements Serializable
    Message sent to remote ShardedDataTreeActor'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 Detail

      • PrefixShardRemoved

        public PrefixShardRemoved​(org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier prefix)
    • Method Detail

      • getPrefix

        public org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier getPrefix()