Uses of Class
com.wavefront.agent.api.APIContainer
-
Packages that use APIContainer Package Description com.wavefront.agent com.wavefront.agent.handlers com.wavefront.agent.queueing -
-
Uses of APIContainer in com.wavefront.agent
Fields in com.wavefront.agent declared as APIContainer Modifier and Type Field Description protected APIContainer
AbstractAgent. apiContainer
Constructors in com.wavefront.agent with parameters of type APIContainer Constructor Description ProxyCheckInScheduler(UUID proxyId, ProxyConfig proxyConfig, APIContainer apiContainer, Consumer<com.wavefront.api.agent.AgentConfiguration> agentConfigurationConsumer, Runnable shutdownHook)
-
Uses of APIContainer in com.wavefront.agent.handlers
Constructors in com.wavefront.agent.handlers with parameters of type APIContainer Constructor Description SenderTaskFactoryImpl(APIContainer apiContainer, UUID proxyId, TaskQueueFactory taskQueueFactory, QueueingFactory queueingFactory, EntityPropertiesFactory entityPropsFactory)
Create new instance. -
Uses of APIContainer in com.wavefront.agent.queueing
Constructors in com.wavefront.agent.queueing with parameters of type APIContainer Constructor Description QueueingFactoryImpl(APIContainer apiContainer, UUID proxyId, TaskQueueFactory taskQueueFactory, EntityPropertiesFactory entityPropsFactory)
-