Skip navigation links
C F G I S W 

C

close() - Method in class com.wavefront.integrations.Wavefront
 
com.wavefront.integrations - package com.wavefront.integrations
 
connect() - Method in class com.wavefront.integrations.Wavefront
 
connect() - Method in interface com.wavefront.integrations.WavefrontSender
Connects to the server.

F

flush() - Method in class com.wavefront.integrations.Wavefront
 
flush() - Method in interface com.wavefront.integrations.WavefrontSender
Flushes buffer, if applicable

G

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

I

isConnected() - Method in class com.wavefront.integrations.Wavefront
 
isConnected() - Method in interface com.wavefront.integrations.WavefrontSender
Returns true if ready to send data

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, Long, String, Map<String, String>) - Method in class com.wavefront.integrations.Wavefront
 
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, Long, String, Map<String, String>) - Method in interface com.wavefront.integrations.WavefrontSender
Send the given measurement to the server.

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.
WavefrontSender - Interface in com.wavefront.integrations
Wavefront Client that sends data directly via TCP to the Wavefront Proxy Agent.
C F G I S W 
Skip navigation links

Copyright © 2015. All rights reserved.