Class DistributedShardModificationContext
- java.lang.Object
-
- org.opendaylight.controller.cluster.sharding.DistributedShardModificationContext
-
@Deprecated(forRemoval=true) public class DistributedShardModificationContext extends Object
Deprecated, for removal: This API element is subject to removal in a future version.The context for a single shards modification, keeps a ClientTransaction so it can route requests correctly.
-
-
Constructor Summary
Constructors Constructor Description DistributedShardModificationContext(ClientTransaction transaction, DOMDataTreeIdentifier identifier)
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
getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Constructor Detail
-
DistributedShardModificationContext
public DistributedShardModificationContext(ClientTransaction transaction, DOMDataTreeIdentifier identifier)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getIdentifier
public DOMDataTreeIdentifier getIdentifier()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-