ValidationThresholdGrouping Class

public final class ValidationThresholdGrouping
extends ExpandableStringEnum<ValidationThresholdGrouping>

Selection of how the type evaluation is applied to the cluster calculation.

Field Summary

Modifier and Type Field and Description
static final ValidationThresholdGrouping PER_CLUSTER

Static value PerCluster for ValidationThresholdGrouping.

static final ValidationThresholdGrouping PER_RACK

Static value PerRack for ValidationThresholdGrouping.

Constructor Summary

Constructor Description
ValidationThresholdGrouping()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidationThresholdGrouping value.

Method Summary

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

Creates or finds a ValidationThresholdGrouping from its string representation.

static Collection<ValidationThresholdGrouping> values()

Gets known ValidationThresholdGrouping values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PER_CLUSTER

public static final ValidationThresholdGrouping PER_CLUSTER

Static value PerCluster for ValidationThresholdGrouping.

PER_RACK

public static final ValidationThresholdGrouping PER_RACK

Static value PerRack for ValidationThresholdGrouping.

Constructor Details

ValidationThresholdGrouping

@Deprecated
public ValidationThresholdGrouping()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ValidationThresholdGrouping value.

Method Details

fromString

public static ValidationThresholdGrouping fromString(String name)

Creates or finds a ValidationThresholdGrouping from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ValidationThresholdGrouping.

values

public static Collection<ValidationThresholdGrouping> values()

Gets known ValidationThresholdGrouping values.

Returns:

known ValidationThresholdGrouping values.

Applies to