Uses of Interface
com.wavefront.agent.api.WavefrontV2API
-
Packages that use WavefrontV2API Package Description com.wavefront.agent com.wavefront.agent.api -
-
Uses of WavefrontV2API in com.wavefront.agent
Classes in com.wavefront.agent that implement WavefrontV2API Modifier and Type Class Description class
QueuedAgentService
A wrapper for any WavefrontAPI that queues up any result posting if the backend is not available.Fields in com.wavefront.agent declared as WavefrontV2API Modifier and Type Field Description protected WavefrontV2API
ResubmissionTask. service
To be injected.Methods in com.wavefront.agent that return WavefrontV2API Modifier and Type Method Description protected WavefrontV2API
AbstractAgent. createAgentService(String serverEndpointUrl)
Create RESTeasy proxies for remote calls via HTTP.Methods in com.wavefront.agent with parameters of type WavefrontV2API Modifier and Type Method Description static List<ResubmissionTaskQueue>
QueuedAgentService. createResubmissionTasks(WavefrontV2API wrapped, int retryThreads, String bufferFile, boolean purge, UUID agentId, String token)
protected void
AbstractAgent. setupQueueing(WavefrontV2API service)
void
QueuedAgentService. setWrappedApi(WavefrontV2API api)
Constructors in com.wavefront.agent with parameters of type WavefrontV2API Constructor Description QueuedAgentService(WavefrontV2API service, String bufferFile, int retryThreads, ScheduledExecutorService executorService, boolean purge, UUID agentId, boolean splitPushWhenRateLimited, com.google.common.util.concurrent.RecyclableRateLimiter pushRateLimiter, String token)
-
Uses of WavefrontV2API in com.wavefront.agent.api
Subinterfaces of WavefrontV2API in com.wavefront.agent.api Modifier and Type Interface Description interface
ForceQueueEnabledProxyAPI
Wrapper around WavefrontV2API that supports forced writing of tasks to the backing queue.
-