public static enum SolrDispatchFilter.Action extends Enum<SolrDispatchFilter.Action>
Enum Constant and Description |
---|
ADMIN |
FORWARD |
PASSTHROUGH |
PROCESS |
REMOTEQUERY |
RETRY |
RETURN |
Modifier and Type | Method and Description |
---|---|
static SolrDispatchFilter.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrDispatchFilter.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrDispatchFilter.Action PASSTHROUGH
public static final SolrDispatchFilter.Action FORWARD
public static final SolrDispatchFilter.Action RETURN
public static final SolrDispatchFilter.Action RETRY
public static final SolrDispatchFilter.Action ADMIN
public static final SolrDispatchFilter.Action REMOTEQUERY
public static final SolrDispatchFilter.Action PROCESS
public static SolrDispatchFilter.Action[] values()
for (SolrDispatchFilter.Action c : SolrDispatchFilter.Action.values()) System.out.println(c);
public static SolrDispatchFilter.Action 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 nullCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.