Open Kilda Java Documentation
org.openkilda.floodlight.statistics.StatisticsService Class Reference
Inheritance diagram for org.openkilda.floodlight.statistics.StatisticsService:
org.openkilda.floodlight.statistics.IStatisticsService

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
 

Detailed Description

This service performs periodic port/flow/meter config statistics collection and pushes it to Kafka.

Definition at line 71 of file StatisticsService.java.

Member Function Documentation

◆ getModuleDependencies()

Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.statistics.StatisticsService.getModuleDependencies ( )

Definition at line 93 of file StatisticsService.java.

◆ getModuleServices()

Collection<Class<? extends IFloodlightService> > org.openkilda.floodlight.statistics.StatisticsService.getModuleServices ( )

Definition at line 83 of file StatisticsService.java.

◆ getServiceImpls()

Map<Class<? extends IFloodlightService>, IFloodlightService> org.openkilda.floodlight.statistics.StatisticsService.getServiceImpls ( )

Definition at line 88 of file StatisticsService.java.

◆ init()

void org.openkilda.floodlight.statistics.StatisticsService.init ( FloodlightModuleContext  context) throws FloodlightModuleException

Definition at line 102 of file StatisticsService.java.

◆ startUp()

void org.openkilda.floodlight.statistics.StatisticsService.startUp ( FloodlightModuleContext  context) throws FloodlightModuleException

Definition at line 116 of file StatisticsService.java.


The documentation for this class was generated from the following file: