Class StartConfigShardLookup
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.messages.StartConfigShardLookup
-
@Deprecated(forRemoval=true) public class StartConfigShardLookup extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Message that should be sent to ShardedDataTreeActor when the lookup of the prefix config shard should begin. Replied to with Succes once the shard has a leader.
-
-
Constructor Summary
Constructors Constructor Description StartConfigShardLookup(LogicalDatastoreType type)
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 LogicalDatastoreType
getType()
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
-
StartConfigShardLookup
public StartConfigShardLookup(LogicalDatastoreType type)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getType
public LogicalDatastoreType getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-