Class OpenflowpluginStatsTestCommandProvider

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

@Singleton public final class OpenflowpluginStatsTestCommandProvider extends Object implements org.eclipse.osgi.framework.console.CommandProvider
  • Constructor Details Link icon

    • OpenflowpluginStatsTestCommandProvider Link icon

      @Inject public OpenflowpluginStatsTestCommandProvider(org.opendaylight.mdsal.binding.api.DataBroker dataBroker)
  • Method Details Link icon

    • _portStats Link icon

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

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

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

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

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

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

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

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

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

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

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