public static enum SparkRunner.RUNNING_MODE extends Enum<SparkRunner.RUNNING_MODE>
| Enum Constant and Description |
|---|
CSV_IMPORT_AND_PROCESSING |
KAFKA_IMPORT |
KAFKA_PROCESSING |
| Modifier and Type | Method and Description |
|---|---|
String |
getModeString() |
static SparkRunner.RUNNING_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SparkRunner.RUNNING_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparkRunner.RUNNING_MODE CSV_IMPORT_AND_PROCESSING
public static final SparkRunner.RUNNING_MODE KAFKA_IMPORT
public static final SparkRunner.RUNNING_MODE KAFKA_PROCESSING
public static SparkRunner.RUNNING_MODE[] values()
for (SparkRunner.RUNNING_MODE c : SparkRunner.RUNNING_MODE.values()) System.out.println(c);
public static SparkRunner.RUNNING_MODE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getModeString()
Copyright © 2018–2019 viadee Unternehmensberatung AG. All rights reserved.