Uses of Class
org.opendaylight.openflowjava.statistics.Counter
-
Packages that use Counter Package Description org.opendaylight.openflowjava.statistics -
-
Uses of Counter in org.opendaylight.openflowjava.statistics
Methods in org.opendaylight.openflowjava.statistics that return Counter Modifier and Type Method Description Counter
StatisticsCounters. getCounter(CounterEventTypes counterEventKey)
Get counter by CounterEventType.Methods in org.opendaylight.openflowjava.statistics that return types with arguments of type Counter Modifier and Type Method Description protected Map<CounterEventTypes,Counter>
StatisticsCounters. getCountersMap()
Returns the countersMap.
-