Uses of Interface
org.opendaylight.openflowplugin.applications.frsync.SyncPlanPushStrategy
-
Packages that use SyncPlanPushStrategy Package Description org.opendaylight.openflowplugin.applications.frsync.impl org.opendaylight.openflowplugin.applications.frsync.impl.strategy -
-
Uses of SyncPlanPushStrategy in org.opendaylight.openflowplugin.applications.frsync.impl
Constructors in org.opendaylight.openflowplugin.applications.frsync.impl with parameters of type SyncPlanPushStrategy Constructor Description SyncReactorImpl(SyncPlanPushStrategy syncPlanPushStrategy)
-
Uses of SyncPlanPushStrategy in org.opendaylight.openflowplugin.applications.frsync.impl.strategy
Classes in org.opendaylight.openflowplugin.applications.frsync.impl.strategy that implement SyncPlanPushStrategy Modifier and Type Class Description class
SyncPlanPushStrategyFlatBatchImpl
Execute CRUD API for flow + group + meter involving flat-batch strategy.class
SyncPlanPushStrategyIncrementalImpl
Execute CRUD API for flow + group + meter involving one-by-one (incremental) strategy.
-