Class OpenflowpluginStatsTestCommandProvider

java.lang.Object
org.opendaylight.openflowplugin.test.OpenflowpluginStatsTestCommandProvider
All Implemented Interfaces:
org.eclipse.osgi.framework.console.CommandProvider

public class OpenflowpluginStatsTestCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
  • Constructor Summary

    Constructors
    Constructor
    Description
    OpenflowpluginStatsTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataProviderService, org.osgi.framework.BundleContext ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    _aggregateStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _descStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _flowStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _groupDescStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _groupStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _meterConfigStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _meterStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _portDescStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _portStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
    void
    _tableStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
     
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • OpenflowpluginStatsTestCommandProvider

      public OpenflowpluginStatsTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataProviderService, org.osgi.framework.BundleContext ctx)
  • Method Details

    • init

      public void init()
    • _portStats

      public void _portStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _portDescStats

      public void _portDescStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _flowStats

      public void _flowStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _tableStats

      public void _tableStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _groupStats

      public void _groupStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _groupDescStats

      public void _groupDescStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _meterStats

      public void _meterStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _meterConfigStats

      public void _meterConfigStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _aggregateStats

      public void _aggregateStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • _descStats

      public void _descStats(org.eclipse.osgi.framework.console.CommandInterpreter ci)
    • getHelp

      public String getHelp()
      Specified by:
      getHelp in interface org.eclipse.osgi.framework.console.CommandProvider