Uses of Interface
network.oxalis.statistics.api.RawStatisticsRepository
-
Packages that use RawStatisticsRepository Package Description network.oxalis.statistics.guice network.oxalis.statistics.inbound network.oxalis.statistics.jdbc -
-
Uses of RawStatisticsRepository in network.oxalis.statistics.guice
Methods in network.oxalis.statistics.guice that return RawStatisticsRepository Modifier and Type Method Description RawStatisticsRepositoryRawStatisticsRepositoryModule. get(com.google.inject.Injector injector, Platform platform) -
Uses of RawStatisticsRepository in network.oxalis.statistics.inbound
Constructors in network.oxalis.statistics.inbound with parameters of type RawStatisticsRepository Constructor Description StatisticsProducer(RawStatisticsRepository rawStatisticsRepository) -
Uses of RawStatisticsRepository in network.oxalis.statistics.jdbc
Classes in network.oxalis.statistics.jdbc that implement RawStatisticsRepository Modifier and Type Class Description classRawStatisticsRepositoryHSqlImplThis is RawStatisticsRepository implementation for running the statistics database on MySql backend, through JDBC.classRawStatisticsRepositoryJdbcImplBasic JDBC implementation of StatisticsRepository component supplied with Oxalis.classRawStatisticsRepositoryMsSqlImplThis is RawStatisticsRepository implementation for running the statistics database on MsSql backend, through Jdbc.classRawStatisticsRepositoryMySqlImplThis is RawStatisticsRepository implementation for running the statistics database on MySql backend, through JDBC.classRawStatisticsRepositoryOracleImplThis is RawStatisticsRepository implementation for running the statistics database on Oracle backend, through JDBC.
-