Class SyncCrudCounters
- java.lang.Object
-
- org.opendaylight.openflowplugin.applications.frsync.util.SyncCrudCounters
-
public class SyncCrudCounters extends Object
One-shot (per sync) placeholder for counts of added/updated/removed flows/groups/meters.
-
-
Constructor Summary
Constructors Constructor Description SyncCrudCounters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CrudCounts
getFlowCrudCounts()
CrudCounts
getGroupCrudCounts()
CrudCounts
getMeterCrudCounts()
void
resetAll()
-
-
-
Method Detail
-
getFlowCrudCounts
public CrudCounts getFlowCrudCounts()
-
getGroupCrudCounts
public CrudCounts getGroupCrudCounts()
-
getMeterCrudCounts
public CrudCounts getMeterCrudCounts()
-
resetAll
public void resetAll()
-
-