Class P4RuntimeTableStatisticsDiscovery

  • All Implemented Interfaces:
    org.onosproject.net.behaviour.TableStatisticsDiscovery, org.onosproject.net.driver.Behaviour, org.onosproject.net.driver.HandlerBehaviour

    public class P4RuntimeTableStatisticsDiscovery
    extends AbstractP4RuntimeHandlerBehaviour
    implements org.onosproject.net.behaviour.TableStatisticsDiscovery
    Implementation of behaviour TableStatisticsDiscovery for P4Runtime.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.onosproject.net.flow.TableStatisticsEntry> getTableStatistics()  
      • Methods inherited from class org.onosproject.grpc.utils.AbstractGrpcHandlerBehaviour

        mgmtUriFromNetcfg
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • P4RuntimeTableStatisticsDiscovery

        public P4RuntimeTableStatisticsDiscovery()
    • Method Detail

      • getTableStatistics

        public java.util.List<org.onosproject.net.flow.TableStatisticsEntry> getTableStatistics()
        Specified by:
        getTableStatistics in interface org.onosproject.net.behaviour.TableStatisticsDiscovery