Uses of Class
network.oxalis.commons.statistics.StatisticsConf
-
Packages that use StatisticsConf Package Description network.oxalis.commons.statistics -
-
Uses of StatisticsConf in network.oxalis.commons.statistics
Methods in network.oxalis.commons.statistics that return StatisticsConf Modifier and Type Method Description static StatisticsConfStatisticsConf. valueOf(String name)Returns the enum constant of this type with the specified name.static StatisticsConf[]StatisticsConf. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in network.oxalis.commons.statistics with type arguments of type StatisticsConf Modifier and Type Method Description protected StatisticsServiceStatisticsModule. getStatisticsService(com.google.inject.Injector injector, Settings<StatisticsConf> settings)
-