Uses of Interface
jenkins.plugins.logstash.persistence.LogstashIndexerDao
-
Packages that use LogstashIndexerDao Package Description jenkins.plugins.logstash jenkins.plugins.logstash.persistence -
-
Uses of LogstashIndexerDao in jenkins.plugins.logstash
Methods in jenkins.plugins.logstash that return LogstashIndexerDao Modifier and Type Method Description LogstashIndexerDao
LogstashConfiguration. getIndexerInstance()
Returns the actual instance of the logstash dao. -
Uses of LogstashIndexerDao in jenkins.plugins.logstash.persistence
Classes in jenkins.plugins.logstash.persistence that implement LogstashIndexerDao Modifier and Type Class Description class
AbstractLogstashIndexerDao
Abstract data access object for Logstash indexers.class
ElasticSearchDao
Elastic Search Data Access Object.class
HostBasedLogstashIndexerDao
Abstract data access object for Logstash indexers.class
LogstashDao
class
RabbitMqDao
RabbitMQ Data Access Object.class
RedisDao
Redis Data Access Object.class
SyslogDao
-