public static enum SplunkStorm.SplunkStormFormat extends java.lang.Enum<SplunkStorm.SplunkStormFormat>
| Enum Constant and Description |
|---|
JSON_NEW_LINE_TIMESTAMP |
JSON_NEW_LINE_TIMESTAMP_META |
| Modifier and Type | Method and Description |
|---|---|
static SplunkStorm.SplunkStormFormat |
fromStr(java.lang.String str) |
static SplunkStorm.SplunkStormFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SplunkStorm.SplunkStormFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SplunkStorm.SplunkStormFormat JSON_NEW_LINE_TIMESTAMP_META
public static final SplunkStorm.SplunkStormFormat JSON_NEW_LINE_TIMESTAMP
public static SplunkStorm.SplunkStormFormat[] values()
for (SplunkStorm.SplunkStormFormat c : SplunkStorm.SplunkStormFormat.values()) System.out.println(c);
public static SplunkStorm.SplunkStormFormat 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 nullpublic static SplunkStorm.SplunkStormFormat fromStr(java.lang.String str)
Copyright © 2018. All Rights Reserved.