SparkSessionResultType Class

public final class SparkSessionResultType
extends ExpandableStringEnum<SparkSessionResultType>

Defines values for SparkSessionResultType.

Field Summary

Modifier and Type Field and Description
static final SparkSessionResultType CANCELLED

Static value Cancelled for SparkSessionResultType.

static final SparkSessionResultType FAILED

Static value Failed for SparkSessionResultType.

static final SparkSessionResultType SUCCEEDED

Static value Succeeded for SparkSessionResultType.

static final SparkSessionResultType UNCERTAIN

Static value Uncertain for SparkSessionResultType.

Constructor Summary

Constructor Description
SparkSessionResultType()

Method Summary

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

Creates or finds a SparkSessionResultType from its string representation.

static Collection<SparkSessionResultType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CANCELLED

public static final SparkSessionResultType CANCELLED

Static value Cancelled for SparkSessionResultType.

FAILED

public static final SparkSessionResultType FAILED

Static value Failed for SparkSessionResultType.

SUCCEEDED

public static final SparkSessionResultType SUCCEEDED

Static value Succeeded for SparkSessionResultType.

UNCERTAIN

public static final SparkSessionResultType UNCERTAIN

Static value Uncertain for SparkSessionResultType.

Constructor Details

SparkSessionResultType

public SparkSessionResultType()

Method Details

fromString

public static SparkSessionResultType fromString(String name)

Creates or finds a SparkSessionResultType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SparkSessionResultType.

values

public static Collection values()

Returns:

known SparkSessionResultType values.

Applies to