Class LookupPrefixShard
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.LookupPrefixShard
-
- All Implemented Interfaces:
Serializable
@Beta @Deprecated(forRemoval=true) public class LookupPrefixShard extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.Sent to the localShardedDataTreeActor
when there was a shard created on the local node. The local actor should notify the remote actors withPrefixShardCreated
which should create the required frontend/backend shards.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LookupPrefixShard(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
-
LookupPrefixShard
public LookupPrefixShard(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.
-
-