public class InfluxDBConnectionFactory extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
InfluxDBConnectionFactory() |
InfluxDBConnectionFactory(InfluxDBProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
org.influxdb.InfluxDB |
getConnection() |
InfluxDBProperties |
getProperties()
Returns the configuration properties.
|
void |
setProperties(InfluxDBProperties properties)
Sets the configuration properties.
|
public InfluxDBConnectionFactory()
public InfluxDBConnectionFactory(InfluxDBProperties properties)
public org.influxdb.InfluxDB getConnection()
public InfluxDBProperties getProperties()
public void setProperties(InfluxDBProperties properties)
properties - The configuration properties to setCopyright © 2018 Pivotal Software, Inc.. All rights reserved.