Class LookupPrefixShard
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.LookupPrefixShard
-
- All Implemented Interfaces:
Serializable
@Beta public class LookupPrefixShard extends Object implements Serializable
Sent to the localShardedDataTreeActorwhen there was a shard created on the local node. The local actor should notify the remote actors withPrefixShardCreatedwhich should create the required frontend/backend shards.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LookupPrefixShard(org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifiergetPrefix()StringtoString()
-