Uses of Class
network.oxalis.statistics.api.StatisticsGranularity
-
Packages that use StatisticsGranularity Package Description network.oxalis.statistics.api network.oxalis.statistics.inbound network.oxalis.statistics.jdbc -
-
Uses of StatisticsGranularity in network.oxalis.statistics.api
Methods in network.oxalis.statistics.api that return StatisticsGranularity Modifier and Type Method Description static StatisticsGranularityStatisticsGranularity. valueForAbbreviation(String abbreviation)static StatisticsGranularityStatisticsGranularity. valueOf(String name)Returns the enum constant of this type with the specified name.static StatisticsGranularity[]StatisticsGranularity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in network.oxalis.statistics.api with parameters of type StatisticsGranularity Modifier and Type Method Description voidRawStatisticsRepository. fetchAndTransformRawStatistics(StatisticsTransformer transformer, Date start, Date end, StatisticsGranularity granularity)Retrieves data from tableraw_statsand transforms it into an appropriate XML document -
Uses of StatisticsGranularity in network.oxalis.statistics.inbound
Methods in network.oxalis.statistics.inbound with parameters of type StatisticsGranularity Modifier and Type Method Description voidStatisticsProducer. emitData(OutputStream outputStream, Date start, Date end, StatisticsGranularity granularity) -
Uses of StatisticsGranularity in network.oxalis.statistics.jdbc
Methods in network.oxalis.statistics.jdbc with parameters of type StatisticsGranularity Modifier and Type Method Description voidRawStatisticsRepositoryHSqlImpl. fetchAndTransformRawStatistics(StatisticsTransformer transformer, Date start, Date end, StatisticsGranularity granularity)Retrieves statistics and transforms it using the supplied transformer.voidRawStatisticsRepositoryJdbcImpl. fetchAndTransformRawStatistics(StatisticsTransformer transformer, Date start, Date end, StatisticsGranularity granularity)Retrieves statistics and transforms it using the supplied transformer.StringRawStatisticsRepositoryHSqlImpl. getRawStatisticsSqlQueryText(StatisticsGranularity granularity)Composes the SQL query for retrieval of statistical data between a start and end data, with a granularity as supplied.
-