ServiceCorrelationScheme Class

public final class ServiceCorrelationScheme
extends ExpandableStringEnum<ServiceCorrelationScheme>

The service correlation scheme.

Field Summary

Modifier and Type Field and Description
static final ServiceCorrelationScheme AFFINITY

Static value Affinity for ServiceCorrelationScheme.

static final ServiceCorrelationScheme ALIGNED_AFFINITY

Static value AlignedAffinity for ServiceCorrelationScheme.

static final ServiceCorrelationScheme INVALID

Static value Invalid for ServiceCorrelationScheme.

static final ServiceCorrelationScheme NON_ALIGNED_AFFINITY

Static value NonAlignedAffinity for ServiceCorrelationScheme.

Constructor Summary

Constructor Description
ServiceCorrelationScheme()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceCorrelationScheme value.

Method Summary

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

Creates or finds a ServiceCorrelationScheme from its string representation.

static Collection<ServiceCorrelationScheme> values()

Gets known ServiceCorrelationScheme values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AFFINITY

public static final ServiceCorrelationScheme AFFINITY

Static value Affinity for ServiceCorrelationScheme.

ALIGNED_AFFINITY

public static final ServiceCorrelationScheme ALIGNED_AFFINITY

Static value AlignedAffinity for ServiceCorrelationScheme.

INVALID

public static final ServiceCorrelationScheme INVALID

Static value Invalid for ServiceCorrelationScheme.

NON_ALIGNED_AFFINITY

public static final ServiceCorrelationScheme NON_ALIGNED_AFFINITY

Static value NonAlignedAffinity for ServiceCorrelationScheme.

Constructor Details

ServiceCorrelationScheme

@Deprecated
public ServiceCorrelationScheme()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServiceCorrelationScheme value.

Method Details

fromString

public static ServiceCorrelationScheme fromString(String name)

Creates or finds a ServiceCorrelationScheme from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServiceCorrelationScheme.

values

public static Collection values()

Gets known ServiceCorrelationScheme values.

Returns:

known ServiceCorrelationScheme values.

Applies to