Class PrefixShardRemovalLookup
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.PrefixShardRemovalLookup
-
public class PrefixShardRemovalLookup extends Object
Sent to the localShardedDataTreeActor
to initiate the lookup of the shard, once the shard is removed from the system entirely the actor responds with a success.
-
-
Constructor Summary
Constructors Constructor Description PrefixShardRemovalLookup(DOMDataTreeIdentifier prefix)
-
-
-
Constructor Detail
-
PrefixShardRemovalLookup
public PrefixShardRemovalLookup(DOMDataTreeIdentifier prefix)
-
-
Method Detail
-
getPrefix
public DOMDataTreeIdentifier getPrefix()
-
-