public final class StatsOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static StatsOptions |
DEFAULT
Default mode where both TimeSeries data and other statistical data
would be collected
|
static StatsOptions |
METRICS_ONLY
In this mode only statistical data would be collected.
|
static StatsOptions |
TIME_SERIES_ONLY
In this mode only TimeSeries data would be collected.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isMetricsEnabled() |
boolean |
isOnlyMetricEnabled() |
boolean |
isOnlyTimeSeriesEnabled() |
boolean |
isTimeSeriesEnabled() |
public static final StatsOptions DEFAULT
public static final StatsOptions TIME_SERIES_ONLY
public static final StatsOptions METRICS_ONLY
Copyright © 2010 - 2020 Adobe. All Rights Reserved