AutoReplicate Class

public final class AutoReplicate
extends ExpandableStringEnum<AutoReplicate>

The form of AutoReplicate that is being used by this cluster.

Field Summary

Modifier and Type Field and Description
static final AutoReplicate ALL_KEYSPACES

Static value AllKeyspaces for AutoReplicate.

static final AutoReplicate NONE

Static value None for AutoReplicate.

static final AutoReplicate SYSTEM_KEYSPACES

Static value SystemKeyspaces for AutoReplicate.

Constructor Summary

Constructor Description
AutoReplicate()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AutoReplicate value.

Method Summary

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

Creates or finds a AutoReplicate from its string representation.

static Collection<AutoReplicate> values()

Gets known AutoReplicate values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALL_KEYSPACES

public static final AutoReplicate ALL_KEYSPACES

Static value AllKeyspaces for AutoReplicate.

NONE

public static final AutoReplicate NONE

Static value None for AutoReplicate.

SYSTEM_KEYSPACES

public static final AutoReplicate SYSTEM_KEYSPACES

Static value SystemKeyspaces for AutoReplicate.

Constructor Details

AutoReplicate

@Deprecated
public AutoReplicate()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AutoReplicate value.

Method Details

fromString

public static AutoReplicate fromString(String name)

Creates or finds a AutoReplicate from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AutoReplicate.

values

public static Collection<AutoReplicate> values()

Gets known AutoReplicate values.

Returns:

known AutoReplicate values.

Applies to