public enum StandardIndexProvider extends Enum<StandardIndexProvider>
| Enum Constant and Description |
|---|
ELASTICSEARCH |
LUCENE |
SOLR |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getAllProviderClasses() |
static List<String> |
getAllShorthands() |
String |
getProviderName() |
List<String> |
getShorthands() |
static StandardIndexProvider |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardIndexProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardIndexProvider LUCENE
public static final StandardIndexProvider ELASTICSEARCH
public static final StandardIndexProvider SOLR
public static StandardIndexProvider[] values()
for (StandardIndexProvider c : StandardIndexProvider.values()) System.out.println(c);
public static StandardIndexProvider 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 getProviderName()
Copyright © 2012–2015. All rights reserved.