public static enum SparkLog4jFileReader.SparkLogType extends java.lang.Enum<SparkLog4jFileReader.SparkLogType>
Modifier and Type | Method and Description |
---|---|
static SparkLog4jFileReader.SparkLogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SparkLog4jFileReader.SparkLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SparkLog4jFileReader.SparkLogType INFO
public static final SparkLog4jFileReader.SparkLogType WARN
public static final SparkLog4jFileReader.SparkLogType ERROR
public static SparkLog4jFileReader.SparkLogType[] values()
for (SparkLog4jFileReader.SparkLogType c : SparkLog4jFileReader.SparkLogType.values()) System.out.println(c);
public static SparkLog4jFileReader.SparkLogType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © Grand Logic, Inc. All Rights Reserved.