Class PrefixShardRemovalLookup
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.PrefixShardRemovalLookup
-
@Deprecated(forRemoval=true) public class PrefixShardRemovalLookup extends Object
Deprecated, for removal: This API element is subject to removal in a future version.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)
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.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
PrefixShardRemovalLookup
public PrefixShardRemovalLookup(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.
-
-