
public class InfluxDbClientService extends Object implements AgentService, ServiceLifecycle
| Constructor and Description |
|---|
InfluxDbClientService() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentServiceName()
Get the name of this service.
|
Map<String,String> |
getGlobalTags() |
org.influxdb.InfluxDB |
getInfluxDbClient() |
void |
preInit() |
void |
preShutdown() |
boolean |
startForAgent(AgentInfo agentInfo)
This method is invoked after an agent service is created to see if
this service is to be started for the tiven Agent.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitafterInit, afterStart, preBuild, preStartpublic String getAgentServiceName()
AgentServicegetAgentServiceName in interface AgentServicepublic boolean startForAgent(AgentInfo agentInfo)
AgentServicestartForAgent in interface AgentServicepublic void preInit()
preInit in interface ServiceLifecyclepublic void preShutdown()
preShutdown in interface ServiceLifecyclepublic org.influxdb.InfluxDB getInfluxDbClient()
Copyright © 2021 LSST. All rights reserved.