AggregatedReplicationState Class

public final class AggregatedReplicationState
extends ExpandableStringEnum<AggregatedReplicationState>

This is the aggregated replication status based on all the regional replication status flags.

Field Summary

Modifier and Type Field and Description
static final AggregatedReplicationState COMPLETED

Static value Completed for AggregatedReplicationState.

static final AggregatedReplicationState FAILED

Static value Failed for AggregatedReplicationState.

static final AggregatedReplicationState IN_PROGRESS

Static value InProgress for AggregatedReplicationState.

static final AggregatedReplicationState UNKNOWN

Static value Unknown for AggregatedReplicationState.

Constructor Summary

Constructor Description
AggregatedReplicationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AggregatedReplicationState value.

Method Summary

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

Creates or finds a AggregatedReplicationState from its string representation.

static Collection<AggregatedReplicationState> values()

Gets known AggregatedReplicationState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COMPLETED

public static final AggregatedReplicationState COMPLETED

Static value Completed for AggregatedReplicationState.

FAILED

public static final AggregatedReplicationState FAILED

Static value Failed for AggregatedReplicationState.

IN_PROGRESS

public static final AggregatedReplicationState IN_PROGRESS

Static value InProgress for AggregatedReplicationState.

UNKNOWN

public static final AggregatedReplicationState UNKNOWN

Static value Unknown for AggregatedReplicationState.

Constructor Details

AggregatedReplicationState

@Deprecated
public AggregatedReplicationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AggregatedReplicationState value.

Method Details

fromString

public static AggregatedReplicationState fromString(String name)

Creates or finds a AggregatedReplicationState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AggregatedReplicationState.

values

public static Collection values()

Gets known AggregatedReplicationState values.

Returns:

known AggregatedReplicationState values.

Applies to