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 FlowEntity
FlowEntityBuilder. build()
Builds a newFlowEntity
.static FlowEntity
MDSALUtil. 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 FlowEntityBuilder
FlowEntityBuilder. from(FlowEntity instance)
Fill a builder with attribute values from the providedorg.opendaylight.genius.mdsalutil.FlowEntity
instance. -
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 void
IMdsalApiManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)
Adds the given flow.com.google.common.util.concurrent.FluentFuture<java.lang.Void>
IMdsalApiManager. installFlow(FlowEntity flowEntity)
Deprecated.com.google.common.util.concurrent.FluentFuture<java.lang.Void>
IMdsalApiManager. installFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, FlowEntity flowEntity)
Deprecated.void
IMdsalApiManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)
Removes the given flow.com.google.common.util.concurrent.FluentFuture<java.lang.Void>
IMdsalApiManager. removeFlow(FlowEntity flowEntity)
Deprecated.void
IMdsalApiManager. syncInstallFlow(FlowEntity flowEntity)
Deprecated.void
IMdsalApiManager. syncInstallFlow(FlowEntity flowEntity, long delayTime)
Deprecated.void
IMdsalApiManager. syncRemoveFlow(FlowEntity flowEntity)
Deprecated.void
IMdsalApiManager. 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 void
MDSALManager. addFlow(TypedWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)
com.google.common.util.concurrent.FluentFuture<java.lang.Void>
MDSALManager. installFlow(FlowEntity flowEntity)
com.google.common.util.concurrent.FluentFuture<java.lang.Void>
MDSALManager. installFlow(org.opendaylight.yangtools.yang.common.Uint64 dpId, FlowEntity flowEntity)
void
MDSALManager. removeFlow(TypedReadWriteTransaction<Datastore.Configuration> tx, FlowEntity flowEntity)
com.google.common.util.concurrent.FluentFuture<java.lang.Void>
MDSALManager. removeFlow(FlowEntity flowEntity)
void
MDSALManager. syncInstallFlow(FlowEntity flowEntity)
void
MDSALManager. syncInstallFlow(FlowEntity flowEntity, long delayTime)
void
MDSALManager. syncRemoveFlow(FlowEntity flowEntity)
void
MDSALManager. syncRemoveFlow(FlowEntity flowEntity, long delayTime)
-