Uses of Class
org.opendaylight.genius.mdsalutil.FlowEntity
-
Packages that use FlowEntity Package Description org.opendaylight.genius.mdsalutil org.opendaylight.genius.mdsalutil.interfaces org.opendaylight.genius.mdsalutil.internal -
-
Uses of FlowEntity in org.opendaylight.genius.mdsalutil
Methods in org.opendaylight.genius.mdsalutil that return FlowEntity Modifier and Type Method Description FlowEntityFlowEntityBuilder. build()Builds a newFlowEntity.static FlowEntityMDSALUtil. buildFlowEntity(org.opendaylight.yangtools.yang.common.Uint64 dpnId, short tableId, java.lang.String flowId, int priority, java.lang.String flowName, int idleTimeOut, int hardTimeOut, org.opendaylight.yangtools.yang.common.Uint64 cookie, java.util.List<? extends MatchInfoBase> listMatchInfoBase, java.util.List<InstructionInfo> listInstructionInfo)Methods in org.opendaylight.genius.mdsalutil with parameters of type FlowEntity Modifier and Type Method Description FlowEntityBuilderFlowEntityBuilder. from(FlowEntity instance)Fill a builder with attribute values from the providedorg.opendaylight.genius.mdsalutil.FlowEntityinstance. -
Uses of FlowEntity in org.opendaylight.genius.mdsalutil.interfaces
Methods in org.opendaylight.genius.mdsalutil.interfaces with parameters of type FlowEntity Modifier and Type Method Description voidIMdsalApiManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)Adds the given flow.com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>IMdsalApiManager. installFlow(FlowEntity flowEntity)Deprecated.com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>IMdsalApiManager. installFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, FlowEntity flowEntity)Deprecated.voidIMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)Removes the given flow.com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>IMdsalApiManager. removeFlow(FlowEntity flowEntity)Deprecated.voidIMdsalApiManager. syncInstallFlow(FlowEntity flowEntity)Deprecated.voidIMdsalApiManager. syncInstallFlow(FlowEntity flowEntity, long delayTime)Deprecated.voidIMdsalApiManager. syncRemoveFlow(FlowEntity flowEntity)Deprecated.voidIMdsalApiManager. syncRemoveFlow(FlowEntity flowEntity, long delayTime)Deprecated. -
Uses of FlowEntity in org.opendaylight.genius.mdsalutil.internal
Methods in org.opendaylight.genius.mdsalutil.internal with parameters of type FlowEntity Modifier and Type Method Description voidMDSALManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>MDSALManager. installFlow(FlowEntity flowEntity)com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>MDSALManager. installFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, FlowEntity flowEntity)voidMDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)com.google.common.util.concurrent.CheckedFuture<java.lang.Void,org.opendaylight.controller.md.sal.common.api.data.TransactionCommitFailedException>MDSALManager. removeFlow(FlowEntity flowEntity)voidMDSALManager. syncInstallFlow(FlowEntity flowEntity)voidMDSALManager. syncInstallFlow(FlowEntity flowEntity, long delayTime)voidMDSALManager. syncRemoveFlow(FlowEntity flowEntity)voidMDSALManager. syncRemoveFlow(FlowEntity flowEntity, long delayTime)
-