Skip navigation links
A C F G I M R S W 

A

AbstractDirectConnectionHandler - Class in com.wavefront.integrations
Abstract base class for sending data directly to a Wavefront service.
AbstractDirectConnectionHandler(String, String) - Constructor for class com.wavefront.integrations.AbstractDirectConnectionHandler
 
AbstractProxyConnectionHandler - Class in com.wavefront.integrations
Abstract base class for sending data to a Wavefront proxy.
AbstractProxyConnectionHandler(InetSocketAddress, SocketFactory) - Constructor for class com.wavefront.integrations.AbstractProxyConnectionHandler
 
AbstractProxyConnectionHandler(InetSocketAddress, SocketFactory, Long, Supplier<Long>) - Constructor for class com.wavefront.integrations.AbstractProxyConnectionHandler
 

C

close() - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
close() - Method in class com.wavefront.integrations.AbstractProxyConnectionHandler
 
com.wavefront.integrations - package com.wavefront.integrations
 
connect() - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
connect() - Method in class com.wavefront.integrations.AbstractProxyConnectionHandler
 
connect() - Method in interface com.wavefront.integrations.WavefrontConnectionHandler
Connects to the server.

F

flush() - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
flush() - Method in class com.wavefront.integrations.AbstractProxyConnectionHandler
 
flush() - Method in interface com.wavefront.integrations.WavefrontConnectionHandler
Flushes buffer, if applicable

G

getFailureCount() - Method in class com.wavefront.integrations.Wavefront
 
getFailureCount() - Method in interface com.wavefront.integrations.WavefrontConnectionHandler
Returns the number of failed writes to the server.
getFailureCount() - Method in class com.wavefront.integrations.WavefrontDirectSender
 

I

internalFlush() - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
internalFlush() - Method in class com.wavefront.integrations.WavefrontDirectSender
 
isConnected() - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
isConnected() - Method in class com.wavefront.integrations.AbstractProxyConnectionHandler
 
isConnected() - Method in interface com.wavefront.integrations.WavefrontConnectionHandler
Returns true if ready to send data

M

Main - Class in com.wavefront.integrations
Driver class for ad-hoc experiments with WavefrontSender
Main() - Constructor for class com.wavefront.integrations.Main
 
main(String[]) - Static method in class com.wavefront.integrations.Main
 

R

report(String, InputStream) - Method in class com.wavefront.integrations.AbstractDirectConnectionHandler
 
run() - Method in class com.wavefront.integrations.WavefrontDirectSender
 

S

send(String, double) - Method in class com.wavefront.integrations.Wavefront
 
send(String, double, Long) - Method in class com.wavefront.integrations.Wavefront
 
send(String, double, Long, String) - Method in class com.wavefront.integrations.Wavefront
 
send(String, double, String, Map<String, String>) - Method in class com.wavefront.integrations.Wavefront
 
send(String, double, Long, String, Map<String, String>) - Method in class com.wavefront.integrations.Wavefront
 
send(String, double) - Method in class com.wavefront.integrations.WavefrontDirectSender
 
send(String, double, Long) - Method in class com.wavefront.integrations.WavefrontDirectSender
 
send(String, double, Long, String) - Method in class com.wavefront.integrations.WavefrontDirectSender
 
send(String, double, String, Map<String, String>) - Method in class com.wavefront.integrations.WavefrontDirectSender
 
send(String, double, Long, String, Map<String, String>) - Method in class com.wavefront.integrations.WavefrontDirectSender
 
send(String, double) - Method in interface com.wavefront.integrations.WavefrontSender
Send a measurement to Wavefront.
send(String, double, Long) - Method in interface com.wavefront.integrations.WavefrontSender
Send a measurement to Wavefront.
send(String, double, Long, String) - Method in interface com.wavefront.integrations.WavefrontSender
Send a measurement to Wavefront.
send(String, double, String, Map<String, String>) - Method in interface com.wavefront.integrations.WavefrontSender
Send the given measurement to the server.
send(String, double, Long, String, Map<String, String>) - Method in interface com.wavefront.integrations.WavefrontSender
Send the given measurement to the server.
sendData(String) - Method in class com.wavefront.integrations.AbstractProxyConnectionHandler
Sends the given data to the Wavefront proxy.

W

Wavefront - Class in com.wavefront.integrations
Wavefront Client that sends data directly via TCP to the Wavefront Proxy Agent.
Wavefront(String, int) - Constructor for class com.wavefront.integrations.Wavefront
Creates a new client which connects to the given address using the default SocketFactory.
Wavefront(String, int, SocketFactory) - Constructor for class com.wavefront.integrations.Wavefront
Creates a new client which connects to the given address and socket factory.
Wavefront(InetSocketAddress) - Constructor for class com.wavefront.integrations.Wavefront
Creates a new client which connects to the given address using the default SocketFactory.
Wavefront(InetSocketAddress, SocketFactory) - Constructor for class com.wavefront.integrations.Wavefront
Creates a new client which connects to the given address and socket factory using the given character set.
Wavefront(InetSocketAddress, SocketFactory, Long, Supplier<Long>) - Constructor for class com.wavefront.integrations.Wavefront
Creates a new client which connects to the given address and socket factory and enforces connection TTL limit
WavefrontConnectionHandler - Interface in com.wavefront.integrations
Wavefront Client that sends data to a Wavefront proxy or Wavefront service.
WavefrontDirectSender - Class in com.wavefront.integrations
Wavefront Client that sends data directly to Wavefront via the direct ingestion APIs.
WavefrontDirectSender(String, String) - Constructor for class com.wavefront.integrations.WavefrontDirectSender
Creates a new client that connects directly to a given Wavefront service.
WavefrontSender - Interface in com.wavefront.integrations
Wavefront Client that sends data directly via TCP to the Wavefront Proxy Agent.
A C F G I M R S W 
Skip navigation links

Copyright © 2019. All rights reserved.