X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=mdsalutil%2Fmdsalutil-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fgenius%2Fmdsalutil%2Finterfaces%2FIMdsalApiManager.java;h=37502e5ca68aa7fc1be5f934866674163e94f62a;hb=refs%2Fchanges%2F55%2F91855%2F14;hp=3a6c6043505dac89fc599a9cfb01a9de76cbf18b;hpb=500173addbbb6bd11dd2e5aeb33e37b662ffd73f;p=genius.git diff --git a/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/interfaces/IMdsalApiManager.java b/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/interfaces/IMdsalApiManager.java index 3a6c60435..37502e5ca 100644 --- a/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/interfaces/IMdsalApiManager.java +++ b/mdsalutil/mdsalutil-api/src/main/java/org/opendaylight/genius/mdsalutil/interfaces/IMdsalApiManager.java @@ -10,11 +10,11 @@ package org.opendaylight.genius.mdsalutil.interfaces; import com.google.common.util.concurrent.FluentFuture; import com.google.common.util.concurrent.ListenableFuture; import java.util.concurrent.ExecutionException; -import org.opendaylight.genius.infra.Datastore.Configuration; -import org.opendaylight.genius.infra.TypedReadWriteTransaction; -import org.opendaylight.genius.infra.TypedWriteTransaction; import org.opendaylight.genius.mdsalutil.FlowEntity; import org.opendaylight.genius.mdsalutil.GroupEntity; +import org.opendaylight.mdsal.binding.util.Datastore.Configuration; +import org.opendaylight.mdsal.binding.util.TypedReadWriteTransaction; +import org.opendaylight.mdsal.binding.util.TypedWriteTransaction; import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.FlowId; import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.Flow; import org.opendaylight.yang.gen.v1.urn.opendaylight.flow.inventory.rev130819.tables.table.FlowKey; @@ -32,7 +32,7 @@ public interface IMdsalApiManager { * @return */ @Deprecated - FluentFuture installFlow(FlowEntity flowEntity); + FluentFuture installFlow(FlowEntity flowEntity); /** * Adds a flow. @@ -43,7 +43,7 @@ public interface IMdsalApiManager { * @return */ @Deprecated - FluentFuture installFlow(Uint64 dpId, Flow flowEntity); + FluentFuture installFlow(Uint64 dpId, Flow flowEntity); /** * Adds a flow. @@ -54,7 +54,7 @@ public interface IMdsalApiManager { * @return */ @Deprecated - FluentFuture installFlow(Uint64 dpId, FlowEntity flowEntity); + FluentFuture installFlow(Uint64 dpId, FlowEntity flowEntity); /** * Adds the given flow. @@ -83,7 +83,7 @@ public interface IMdsalApiManager { * @return */ @Deprecated - ListenableFuture removeFlow(Uint64 dpId, short tableId, FlowId flowId); + ListenableFuture removeFlow(Uint64 dpId, short tableId, FlowId flowId); /** * Removes a flow. @@ -93,7 +93,7 @@ public interface IMdsalApiManager { * @return */ @Deprecated - FluentFuture removeFlow(FlowEntity flowEntity); + FluentFuture removeFlow(FlowEntity flowEntity); /** * Removes a flow. @@ -101,7 +101,7 @@ public interface IMdsalApiManager { * @deprecated Use {@link #removeFlow(TypedReadWriteTransaction, Uint64, Flow)}. */ @Deprecated - FluentFuture removeFlow(Uint64 dpId, Flow flowEntity); + FluentFuture removeFlow(Uint64 dpId, Flow flowEntity); /** * Removes the given flow.