Class HostBasedLogstashIndexerDao
- java.lang.Object
-
- jenkins.plugins.logstash.persistence.AbstractLogstashIndexerDao
-
- jenkins.plugins.logstash.persistence.HostBasedLogstashIndexerDao
-
- All Implemented Interfaces:
Serializable
,LogstashIndexerDao
- Direct Known Subclasses:
LogstashDao
,RabbitMqDao
,RedisDao
,SyslogDao
public abstract class HostBasedLogstashIndexerDao extends AbstractLogstashIndexerDao
Abstract data access object for Logstash indexers.- Since:
- 2.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jenkins.plugins.logstash.persistence.LogstashIndexerDao
LogstashIndexerDao.IndexerType, LogstashIndexerDao.SyslogFormat, LogstashIndexerDao.SyslogProtocol
-
-
Constructor Summary
Constructors Constructor Description HostBasedLogstashIndexerDao(String host, int port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getHost()
int
getPort()
-
Methods inherited from class jenkins.plugins.logstash.persistence.AbstractLogstashIndexerDao
buildPayload
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jenkins.plugins.logstash.persistence.LogstashIndexerDao
push
-
-