public static enum SolrLogger.StatisticsType extends Enum<SolrLogger.StatisticsType>
| Enum Constant and Description |
|---|
SEARCH |
SEARCH_RESULT |
VIEW |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
String |
text() |
static SolrLogger.StatisticsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrLogger.StatisticsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrLogger.StatisticsType VIEW
public static final SolrLogger.StatisticsType SEARCH
public static final SolrLogger.StatisticsType SEARCH_RESULT
public static final SolrLogger.StatisticsType WORKFLOW
public static SolrLogger.StatisticsType[] values()
for (SolrLogger.StatisticsType c : SolrLogger.StatisticsType.values()) System.out.println(c);
public static SolrLogger.StatisticsType 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 text()
Copyright © 2014 DuraSpace. All Rights Reserved.