X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FIntegrationTestKit.java;h=8bb274e2e4760b9eae1d12b3f8bad5f2a3d283c6;hb=refs%2Fchanges%2F03%2F103103%2F11;hp=72cfdceeeaff415dd86d189bef84dae0b33ed207;hpb=d610d46f30872ebdea65686d0ef8535ac251f582;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/IntegrationTestKit.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/IntegrationTestKit.java index 72cfdceeea..8bb274e2e4 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/IntegrationTestKit.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/IntegrationTestKit.java @@ -77,12 +77,14 @@ public class IntegrationTestKit extends ShardTestKit { return datastoreContextBuilder; } + @Deprecated(since = "7.0.0", forRemoval = true) public DistributedDataStore setupDistributedDataStore(final String typeName, final String moduleShardsConfig, final boolean waitUntilLeader, final EffectiveModelContext schemaContext) throws Exception { return setupDistributedDataStore(typeName, moduleShardsConfig, "modules.conf", waitUntilLeader, schemaContext); } + @Deprecated(since = "7.0.0", forRemoval = true) public DistributedDataStore setupDistributedDataStore(final String typeName, final String moduleShardsConfig, final String modulesConfig, final boolean waitUntilLeader, @@ -169,6 +171,7 @@ public class IntegrationTestKit extends ShardTestKit { } } + @Deprecated(since = "7.0.0", forRemoval = true) public DistributedDataStore setupDistributedDataStoreWithoutConfig(final String typeName, final EffectiveModelContext schemaContext) { final ClusterWrapper cluster = new ClusterWrapperImpl(getSystem()); @@ -191,6 +194,7 @@ public class IntegrationTestKit extends ShardTestKit { return dataStore; } + @Deprecated(since = "7.0.0", forRemoval = true) public DistributedDataStore setupDistributedDataStoreWithoutConfig(final String typeName, final EffectiveModelContext schemaContext, final LogicalDatastoreType storeType) {