Uses of Class
jenkins.plugins.logstash.persistence.AbstractLogstashIndexerDao
-
Packages that use AbstractLogstashIndexerDao Package Description jenkins.plugins.logstash.configuration jenkins.plugins.logstash.persistence -
-
Uses of AbstractLogstashIndexerDao in jenkins.plugins.logstash.configuration
Classes in jenkins.plugins.logstash.configuration with type parameters of type AbstractLogstashIndexerDao Modifier and Type Class Description class
HostBasedLogstashIndexer<T extends AbstractLogstashIndexerDao>
class
LogstashIndexer<T extends AbstractLogstashIndexerDao>
Extension point for logstash indexers.Fields in jenkins.plugins.logstash.configuration declared as AbstractLogstashIndexerDao Modifier and Type Field Description protected T
LogstashIndexer. instance
-
Uses of AbstractLogstashIndexerDao in jenkins.plugins.logstash.persistence
Subclasses of AbstractLogstashIndexerDao in jenkins.plugins.logstash.persistence Modifier and Type Class Description 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
-