Uses of Interface
network.oxalis.statistics.api.RawStatistics
-
Packages that use RawStatistics Package Description network.oxalis.statistics.api network.oxalis.statistics.jdbc network.oxalis.statistics.model -
-
Uses of RawStatistics in network.oxalis.statistics.api
Methods in network.oxalis.statistics.api with parameters of type RawStatistics Modifier and Type Method Description IntegerRawStatisticsRepository. persist(RawStatistics rawStatistics)Persists another raw statistics entry into tableraw_stats -
Uses of RawStatistics in network.oxalis.statistics.jdbc
Methods in network.oxalis.statistics.jdbc with parameters of type RawStatistics Modifier and Type Method Description IntegerRawStatisticsRepositoryJdbcImpl. persist(RawStatistics rawStatistics)Persists raw statistics into the DBMS via JDBC, no caching is utilized.IntegerRawStatisticsRepositoryOracleImpl. persist(RawStatistics rawStatistics) -
Uses of RawStatistics in network.oxalis.statistics.model
Classes in network.oxalis.statistics.model that implement RawStatistics Modifier and Type Class Description classDefaultRawStatisticsHolds a raw statistics entry, which represents a single receipt or transmit operation.
-