public static enum SolrAbstractSink.SolrMode extends Enum<SolrAbstractSink.SolrMode>
| Enum Constant and Description |
|---|
SOLRCLOUD |
STANDALONE |
| Modifier and Type | Method and Description |
|---|---|
static SolrAbstractSink.SolrMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrAbstractSink.SolrMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrAbstractSink.SolrMode STANDALONE
public static final SolrAbstractSink.SolrMode SOLRCLOUD
public static SolrAbstractSink.SolrMode[] values()
for (SolrAbstractSink.SolrMode c : SolrAbstractSink.SolrMode.values()) System.out.println(c);
public static SolrAbstractSink.SolrMode 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 © 2017–2022 Apache Software Foundation. All rights reserved.