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