| Package | Description |
|---|---|
| network.oxalis.statistics.api | |
| network.oxalis.statistics.jdbc | |
| network.oxalis.statistics.model |
| Modifier and Type | Method and Description |
|---|---|
Integer |
RawStatisticsRepository.persist(RawStatistics rawStatistics)
Persists another raw statistics entry into table
raw_stats |
| Modifier and Type | Method and Description |
|---|---|
Integer |
RawStatisticsRepositoryOracleImpl.persist(RawStatistics rawStatistics) |
Integer |
RawStatisticsRepositoryJdbcImpl.persist(RawStatistics rawStatistics)
Persists raw statistics into the DBMS via JDBC, no caching is utilized.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRawStatistics
Holds a raw statistics entry, which represents a single receipt or transmit operation.
|
Copyright © 2022 NorStella. All rights reserved.