public static enum ElasticSearchLogger.ClientType extends java.lang.Enum<ElasticSearchLogger.ClientType>
| Modifier and Type | Method and Description |
|---|---|
static ElasticSearchLogger.ClientType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElasticSearchLogger.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElasticSearchLogger.ClientType NODE
public static final ElasticSearchLogger.ClientType LOCAL
public static final ElasticSearchLogger.ClientType TRANSPORT
public static ElasticSearchLogger.ClientType[] values()
for (ElasticSearchLogger.ClientType c : ElasticSearchLogger.ClientType.values()) System.out.println(c);
public static ElasticSearchLogger.ClientType 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 © 2013 DuraSpace. All Rights Reserved.