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 classHostBasedLogstashIndexer<T extends AbstractLogstashIndexerDao>classLogstashIndexer<T extends AbstractLogstashIndexerDao>Extension point for logstash indexers.Fields in jenkins.plugins.logstash.configuration declared as AbstractLogstashIndexerDao Modifier and Type Field Description protected TLogstashIndexer. instance -
Uses of AbstractLogstashIndexerDao in jenkins.plugins.logstash.persistence
Subclasses of AbstractLogstashIndexerDao in jenkins.plugins.logstash.persistence Modifier and Type Class Description classElasticSearchDaoElastic Search Data Access Object.classHostBasedLogstashIndexerDaoAbstract data access object for Logstash indexers.classLogstashDaoclassRabbitMqDaoRabbitMQ Data Access Object.classRedisDaoRedis Data Access Object.classSyslogDao
-