Engine instead@Deprecated public enum Engine extends Enum<Engine>
| Enum Constant and Description |
|---|
MAPREDUCE
Deprecated.
|
SPARK
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Engine |
toEngine()
Deprecated.
|
static Engine |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Engine[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Engine MAPREDUCE
public static final Engine SPARK
public static Engine[] values()
for (Engine c : Engine.values()) System.out.println(c);
public static Engine 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 Engine toEngine()
Copyright © 2017 Cask Data, Inc. Licensed under the Apache License, Version 2.0.