TimeseriesType Class

public final class TimeseriesType
extends ExpandableStringEnum<TimeseriesType>

The type of Timeseries.

Field Summary

Modifier and Type Field and Description
static final TimeseriesType LATENCY_P50

Static value LatencyP50 for TimeseriesType.

static final TimeseriesType LATENCY_P75

Static value LatencyP75 for TimeseriesType.

static final TimeseriesType LATENCY_P95

Static value LatencyP95 for TimeseriesType.

static final TimeseriesType MEASUREMENT_COUNTS

Static value MeasurementCounts for TimeseriesType.

Constructor Summary

Constructor Description
TimeseriesType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TimeseriesType value.

Method Summary

Modifier and Type Method and Description
static TimeseriesType fromString(String name)

Creates or finds a TimeseriesType from its string representation.

static Collection<TimeseriesType> values()

Gets known TimeseriesType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LATENCY_P50

public static final TimeseriesType LATENCY_P50

Static value LatencyP50 for TimeseriesType.

LATENCY_P75

public static final TimeseriesType LATENCY_P75

Static value LatencyP75 for TimeseriesType.

LATENCY_P95

public static final TimeseriesType LATENCY_P95

Static value LatencyP95 for TimeseriesType.

MEASUREMENT_COUNTS

public static final TimeseriesType MEASUREMENT_COUNTS

Static value MeasurementCounts for TimeseriesType.

Constructor Details

TimeseriesType

@Deprecated
public TimeseriesType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TimeseriesType value.

Method Details

fromString

public static TimeseriesType fromString(String name)

Creates or finds a TimeseriesType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding TimeseriesType.

values

public static Collection values()

Gets known TimeseriesType values.

Returns:

known TimeseriesType values.

Applies to