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 Details

    • SyncCrudCounters

      public SyncCrudCounters()
  • Method Details

    • getFlowCrudCounts

      public CrudCounts getFlowCrudCounts()
    • getGroupCrudCounts

      public CrudCounts getGroupCrudCounts()
    • getMeterCrudCounts

      public CrudCounts getMeterCrudCounts()
    • resetAll

      public void resetAll()