Phase Class

public final class Phase
extends ExpandableStringEnum<Phase>

The operation phase.

Field Summary

Modifier and Type Field and Description
static final Phase BUILDING_HYPERSCALE_COMPONENTS

Static value BuildingHyperscaleComponents for Phase.

static final Phase CATCHUP

Static value Catchup for Phase.

static final Phase COPYING

Static value Copying for Phase.

static final Phase CUTOVER_IN_PROGRESS

Static value CutoverInProgress for Phase.

static final Phase LOG_TRANSITION_IN_PROGRESS

Static value LogTransitionInProgress for Phase.

static final Phase WAITING_FOR_CUTOVER

Static value WaitingForCutover for Phase.

Constructor Summary

Constructor Description
Phase()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Phase value.

Method Summary

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

Creates or finds a Phase from its string representation.

static Collection<Phase> values()

Gets known Phase values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BUILDING_HYPERSCALE_COMPONENTS

public static final Phase BUILDING_HYPERSCALE_COMPONENTS

Static value BuildingHyperscaleComponents for Phase.

CATCHUP

public static final Phase CATCHUP

Static value Catchup for Phase.

COPYING

public static final Phase COPYING

Static value Copying for Phase.

CUTOVER_IN_PROGRESS

public static final Phase CUTOVER_IN_PROGRESS

Static value CutoverInProgress for Phase.

LOG_TRANSITION_IN_PROGRESS

public static final Phase LOG_TRANSITION_IN_PROGRESS

Static value LogTransitionInProgress for Phase.

WAITING_FOR_CUTOVER

public static final Phase WAITING_FOR_CUTOVER

Static value WaitingForCutover for Phase.

Constructor Details

Phase

@Deprecated
public Phase()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Phase value.

Method Details

fromString

public static Phase fromString(String name)

Creates or finds a Phase from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Phase.

values

public static Collection<Phase> values()

Gets known Phase values.

Returns:

known Phase values.

Applies to