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