jenkins.plugins.logstash.persistence
public static enum LogstashIndexerDao.IndexerType extends Enum<LogstashIndexerDao.IndexerType>
| Enum Constant and Description |
|---|
ELASTICSEARCH |
RABBIT_MQ |
REDIS |
| Modifier and Type | Method and Description |
|---|---|
static LogstashIndexerDao.IndexerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogstashIndexerDao.IndexerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogstashIndexerDao.IndexerType REDIS
public static final LogstashIndexerDao.IndexerType RABBIT_MQ
public static final LogstashIndexerDao.IndexerType ELASTICSEARCH
public static LogstashIndexerDao.IndexerType[] values()
for (LogstashIndexerDao.IndexerType c : LogstashIndexerDao.IndexerType.values()) System.out.println(c);
public static LogstashIndexerDao.IndexerType 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 © 2004-2015. All Rights Reserved.