| Package | Description |
|---|---|
| network.oxalis.statistics.api | |
| network.oxalis.statistics.inbound | |
| network.oxalis.statistics.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsGranularity |
StatisticsGranularity.valueForAbbreviation(String abbreviation) |
static StatisticsGranularity |
StatisticsGranularity.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawStatisticsRepository.fetchAndTransformRawStatistics(StatisticsTransformer transformer,
Date start,
Date end,
StatisticsGranularity granularity)
Retrieves data from table
raw_stats and transforms it into an appropriate XML document |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsProducer.emitData(OutputStream outputStream,
Date start,
Date end,
StatisticsGranularity granularity) |
| Modifier and Type | Method and Description |
|---|---|
void |
RawStatisticsRepositoryHSqlImpl.fetchAndTransformRawStatistics(StatisticsTransformer transformer,
Date start,
Date end,
StatisticsGranularity granularity)
Retrieves statistics and transforms it using the supplied transformer.
|
void |
RawStatisticsRepositoryJdbcImpl.fetchAndTransformRawStatistics(StatisticsTransformer transformer,
Date start,
Date end,
StatisticsGranularity granularity)
Retrieves statistics and transforms it using the supplied transformer.
|
String |
RawStatisticsRepositoryHSqlImpl.getRawStatisticsSqlQueryText(StatisticsGranularity granularity)
Composes the SQL query for retrieval of statistical data between a start and end data, with
a granularity as supplied.
|
Copyright © 2022 NorStella. All rights reserved.