![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
Collection< Class<? extends IFloodlightService > > | getModuleServices () |
Map< Class<? extends IFloodlightService >, IFloodlightService > | getServiceImpls () |
Collection< Class<? extends IFloodlightService > > | getModuleDependencies () |
void | init (FloodlightModuleContext context) throws FloodlightModuleException |
void | startUp (FloodlightModuleContext context) throws FloodlightModuleException |
This service performs periodic port/flow/meter config statistics collection and pushes it to Kafka.
Definition at line 71 of file StatisticsService.java.
Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.statistics.StatisticsService.getModuleDependencies | ( | ) |
Definition at line 93 of file StatisticsService.java.
Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.statistics.StatisticsService.getModuleServices | ( | ) |
Definition at line 83 of file StatisticsService.java.
Map<Class<? extends IFloodlightService>, IFloodlightService> org.openkilda.floodlight.statistics.StatisticsService.getServiceImpls | ( | ) |
Definition at line 88 of file StatisticsService.java.
void org.openkilda.floodlight.statistics.StatisticsService.init | ( | FloodlightModuleContext | context | ) | throws FloodlightModuleException |
Definition at line 102 of file StatisticsService.java.
void org.openkilda.floodlight.statistics.StatisticsService.startUp | ( | FloodlightModuleContext | context | ) | throws FloodlightModuleException |
Definition at line 116 of file StatisticsService.java.