jenkins.plugins.logstash.persistence
public final class IndexerDaoFactory extends Object
| Constructor and Description |
|---|
IndexerDaoFactory() |
| Modifier and Type | Method and Description |
|---|---|
static LogstashIndexerDao |
getInstance(LogstashIndexerDao.IndexerType type,
String host,
int port,
String key,
String username,
String password)
Singleton instance accessor.
|
public static LogstashIndexerDao getInstance(LogstashIndexerDao.IndexerType type, String host, int port, String key, String username, String password) throws InstantiationException
type - The type of indexer, not nullhost - The host name or IP address of the indexer, not nullport - The port the indexer listens onkey - The subcollection to write to in the indexer, not nullpassword - The password to authenticate with the indexer, nullableInstantiationExceptionCopyright © 2004-2015. All Rights Reserved.