| Package | Description |
|---|---|
| fish.payara.monitoring.model | |
| fish.payara.monitoring.store | |
| fish.payara.monitoring.web |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantDataset
A special
SeriesDataset for Series for only same value was observed so far. |
class |
EmptyDataset
The
EmptyDataset is the starting point for any of the other SeriesDataset implementations. |
class |
PartialDataset
Keeps point data for a fixed window size.
|
class |
StableDataset
A
StableDataset is a dataset of a Series that was a PartialDataset before it became stable
for such a long duration that it moved to a StableDataset. |
| Modifier and Type | Method and Description |
|---|---|
SeriesDataset |
ConstantDataset.add(long time,
long value) |
SeriesDataset |
EmptyDataset.add(long time,
long value) |
abstract SeriesDataset |
SeriesDataset.add(long time,
long value) |
SeriesDataset |
PartialDataset.add(long time,
long value) |
SeriesDataset |
StableDataset.add(long time,
long value) |
| Constructor and Description |
|---|
ConstantDataset(SeriesDataset predecessor,
long time) |
SeriesDataset(SeriesDataset predecessor) |
StableDataset(SeriesDataset predecessor,
long time) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SeriesDataset> |
InMemoryMonitoringDataRepository.selectAllSeries() |
Iterable<SeriesDataset> |
MonitoringDataRepository.selectAllSeries() |
List<SeriesDataset> |
InMemoryMonitoringDataRepository.selectSeries(Series series) |
List<SeriesDataset> |
MonitoringDataRepository.selectSeries(Series series) |
| Modifier and Type | Method and Description |
|---|---|
static SeriesStatistics[] |
SeriesStatistics.from(Collection<SeriesDataset> sets) |
| Constructor and Description |
|---|
SeriesStatistics(SeriesDataset set) |
Copyright © 2019. All rights reserved.