Skip navigation links
A B C D F G H I L M N O P R S T U V W 

A

address - Variable in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
 
addTag(String, String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
addTag(String, String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
addTags(Map<String, String>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
addTags(Map<String, String>) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
addTypeName(String) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
addTypeName(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
addTypeName(String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
addTypeNames(List<String>) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
addTypeNames(List<String>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
addTypeNames(List<String>) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
addTypeNamesTags(StringBuilder, Result) - Method in class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
Add the tag(s) for typeNames.
allocate(Slot) - Method in class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelAllocator
 
allocate(Slot) - Method in class com.googlecode.jmxtrans.model.output.support.pool.RetryingAllocator
 
allocate(Slot) - Method in class com.googlecode.jmxtrans.model.output.support.pool.SocketAllocator
 
AlwaysFlush - Class in com.googlecode.jmxtrans.model.output.support.pool
 
AlwaysFlush() - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.AlwaysFlush
 

B

build() - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
build() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
build() - Method in class com.googlecode.jmxtrans.model.output.support.HttpUrlConnectionConfigurer.Builder
 
build() - Method in class com.googlecode.jmxtrans.model.output.support.TcpOutputWriterBuilder
 
build() - Method in class com.googlecode.jmxtrans.model.output.support.UdpOutputWriterBuilder
 
build() - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
builder() - Static method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
builder() - Static method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
 
builder(String) - Static method in class com.googlecode.jmxtrans.model.output.support.HttpUrlConnectionConfigurer
 
Builder(String) - Constructor for class com.googlecode.jmxtrans.model.output.support.HttpUrlConnectionConfigurer.Builder
 
builder(InetSocketAddress, T) - Static method in class com.googlecode.jmxtrans.model.output.support.TcpOutputWriterBuilder
 
builder(InetSocketAddress, T) - Static method in class com.googlecode.jmxtrans.model.output.support.UdpOutputWriterBuilder
 
builder() - Static method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
 

C

ChannelWriter - Class in com.googlecode.jmxtrans.model.output.support.pool
 
ChannelWriter(int, Charset, WritableByteChannel) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.ChannelWriter
 
close() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 
close() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
close() - Method in class com.googlecode.jmxtrans.model.output.support.pool.ChannelWriter
 
close() - Method in class com.googlecode.jmxtrans.model.output.support.WriterPoolOutputWriter
 
com.googlecode.jmxtrans.model.output - package com.googlecode.jmxtrans.model.output
 
com.googlecode.jmxtrans.model.output.support - package com.googlecode.jmxtrans.model.output.support
 
com.googlecode.jmxtrans.model.output.support.opentsdb - package com.googlecode.jmxtrans.model.output.support.opentsdb
 
com.googlecode.jmxtrans.model.output.support.pool - package com.googlecode.jmxtrans.model.output.support.pool
 
configure(HttpURLConnection) - Method in class com.googlecode.jmxtrans.model.output.support.HttpUrlConnectionConfigurer
 
create() - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.SensuWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.StatsDTelegrafWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriterFactory
 
create() - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriterFactory
 
createFlushStrategy(String, Integer) - Static method in class com.googlecode.jmxtrans.model.output.support.pool.FlushStrategyUtils
 

D

DatagramChannelAllocator - Class in com.googlecode.jmxtrans.model.output.support.pool
 
DatagramChannelAllocator(InetSocketAddress, int, Charset, FlushStrategy) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelAllocator
 
DatagramChannelExpiration - Class in com.googlecode.jmxtrans.model.output.support.pool
 
DatagramChannelExpiration() - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelExpiration
 
DatagramChannelPoolable - Class in com.googlecode.jmxtrans.model.output.support.pool
 
DatagramChannelPoolable(Slot, Writer, DatagramChannel, FlushStrategy) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelPoolable
 
deallocate(DatagramChannelPoolable) - Method in class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelAllocator
 
deallocate(V) - Method in class com.googlecode.jmxtrans.model.output.support.pool.RetryingAllocator
 
deallocate(SocketPoolable) - Method in class com.googlecode.jmxtrans.model.output.support.pool.SocketAllocator
 
DEFAULT_LIBRATO_API_URL - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
DEFAULT_MERGE_TYPE_NAMES_TAGS - Static variable in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 
DEFAULT_SENSU_HANDLER - Static variable in class com.googlecode.jmxtrans.model.output.SensuWriter
 
DEFAULT_SENSU_HOST - Static variable in class com.googlecode.jmxtrans.model.output.SensuWriter
 
DEFAULT_STACKDRIVER_API_TIMEOUT_IN_MILLIS - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
DEFAULT_STACKDRIVER_API_URL - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
DEFAULT_TAG_NAME - Static variable in class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
 
dgSocket - Variable in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
 
doWrite(Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.support.HttpOutputWriter
 
doWrite(Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.support.WriterPoolOutputWriter
 

F

FileWriter - Class in com.googlecode.jmxtrans.model.output
 
FileWriter(ImmutableList<String>, boolean, Boolean, String, String, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.FileWriter
 
finishOutput() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Complete a batch of results output, if needed.
flush() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
flush(Flushable) - Method in class com.googlecode.jmxtrans.model.output.support.pool.AlwaysFlush
 
flush() - Method in class com.googlecode.jmxtrans.model.output.support.pool.ChannelWriter
 
flush(Flushable) - Method in interface com.googlecode.jmxtrans.model.output.support.pool.FlushStrategy
 
flush(Flushable) - Method in class com.googlecode.jmxtrans.model.output.support.pool.NeverFlush
 
flush(Flushable) - Method in class com.googlecode.jmxtrans.model.output.support.pool.TimeBasedFlush
 
FlushStrategy - Interface in com.googlecode.jmxtrans.model.output.support.pool
 
FlushStrategyUtils - Class in com.googlecode.jmxtrans.model.output.support.pool
 
formatResults(Iterable<Result>, Server) - Method in class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
 

G

getAddHostnameTagDefault() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Subclass responsibility: specify the default value for the "addHostnameTag" setting.
getAddHostnameTagDefault() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
Add the hostname tag "host" with the name of the host by default since OpenTSDB otherwise does not have this information.
getAddHostnameTagDefault() - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
Do not add the hostname tag "host" with the name of the host by default since tcollector normally adds the hostname.
getApiKey() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getBucketType() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
getDetectInstance() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getGatewayUrl() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getHandler() - Method in class com.googlecode.jmxtrans.model.output.SensuWriter
 
getHost() - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
getHost() - Method in class com.googlecode.jmxtrans.model.output.SensuWriter
 
getHostname() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
getKey() - Method in enum com.googlecode.jmxtrans.model.output.StatsDMetricType
 
getLibratoApiTimeoutInMillis() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
getPort() - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
getPort() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
getPrefix() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getProxyHost() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
getProxyHost() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getProxyPort() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
getProxyPort() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getSource() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getTimeoutInMillis() - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
getToken() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
getUrl() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
getUsername() - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
GraphiteWriter - Class in com.googlecode.jmxtrans.model.output
This low latency and thread safe output writer sends data to a host/port combination in the Graphite format.
GraphiteWriter(ImmutableList<String>, boolean, Boolean, String, String, Integer, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
GraphiteWriter.Builder - Class in com.googlecode.jmxtrans.model.output
 
GraphiteWriter2 - Class in com.googlecode.jmxtrans.model.output
 
GraphiteWriter2(ImmutableList<String>, String) - Constructor for class com.googlecode.jmxtrans.model.output.GraphiteWriter2
 
GraphiteWriterFactory - Class in com.googlecode.jmxtrans.model.output
This low latency and thread safe output writer sends data to a host/port combination in the Graphite format.
GraphiteWriterFactory(ImmutableList<String>, boolean, String, String, Integer, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.GraphiteWriterFactory
 

H

hasExpired(SlotInfo<? extends DatagramChannelPoolable>) - Method in class com.googlecode.jmxtrans.model.output.support.pool.DatagramChannelExpiration
 
hasExpired(SlotInfo<? extends SocketPoolable>) - Method in class com.googlecode.jmxtrans.model.output.support.pool.SocketExpiration
 
host - Variable in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 
HttpOutputWriter<T extends WriterBasedOutputWriter> - Class in com.googlecode.jmxtrans.model.output.support
 
HttpOutputWriter(T, URL, Proxy, HttpUrlConnectionConfigurer, Charset) - Constructor for class com.googlecode.jmxtrans.model.output.support.HttpOutputWriter
 
HttpUrlConnectionConfigurer - Class in com.googlecode.jmxtrans.model.output.support
 
HttpUrlConnectionConfigurer(String, int, String, String) - Constructor for class com.googlecode.jmxtrans.model.output.support.HttpUrlConnectionConfigurer
 
HttpUrlConnectionConfigurer.Builder - Class in com.googlecode.jmxtrans.model.output.support
 

I

internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.FileWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Write the results of the query.
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.SensuWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.Slf4JOutputWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
Implementation of the base writing method.
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
internalWrite(Server, Query, ImmutableList<Result>) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
Write the results of the query.
invalidate() - Method in class com.googlecode.jmxtrans.model.output.support.pool.WriterPoolable
 

L

LibratoWriter - Class in com.googlecode.jmxtrans.model.output
This writer is a port of the LibratoWriter from the embedded-jmxtrans project.
LibratoWriter(ImmutableList<String>, boolean, Boolean, URL, Integer, String, String, String, Integer, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.LibratoWriter
 
LibratoWriter2 - Class in com.googlecode.jmxtrans.model.output
 
LibratoWriter2(JsonFactory, ImmutableList<String>) - Constructor for class com.googlecode.jmxtrans.model.output.LibratoWriter2
 
LibratoWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
LibratoWriterFactory(ImmutableList<String>, boolean, URL, Integer, String, String, String, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.LibratoWriterFactory
 

M

messageFormatter - Variable in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 

N

NeverFlush - Class in com.googlecode.jmxtrans.model.output.support.pool
 
NeverFlush() - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.NeverFlush
 

O

OpenTSDBGenericWriter - Class in com.googlecode.jmxtrans.model.output
Originally written by Balazs Kossovics .
OpenTSDBGenericWriter(ImmutableList<String>, boolean, Boolean, String, Integer, Map<String, String>, String, Boolean, String, Boolean, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 
OpenTSDBMessageFormatter - Class in com.googlecode.jmxtrans.model.output.support.opentsdb
 
OpenTSDBMessageFormatter(ImmutableList<String>, ImmutableMap<String, String>) - Constructor for class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
 
OpenTSDBMessageFormatter(ImmutableList<String>, ImmutableMap<String, String>, String, String, boolean, boolean) - Constructor for class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
 
OpenTSDBWriter - Class in com.googlecode.jmxtrans.model.output
OpenTSDBWriter which directly sends

Created from sources originally written by Balazs Kossovics

OpenTSDBWriter(ImmutableList<String>, boolean, Boolean, String, Integer, Map<String, String>, String, Boolean, String, Boolean, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
 
OpenTSDBWriter.Builder - Class in com.googlecode.jmxtrans.model.output
 
OpenTSDBWriter2 - Class in com.googlecode.jmxtrans.model.output
 
OpenTSDBWriter2(OpenTSDBMessageFormatter) - Constructor for class com.googlecode.jmxtrans.model.output.OpenTSDBWriter2
 
OpenTSDBWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
OpenTSDBWriterFactory(ImmutableList<String>, boolean, String, Integer, Map<String, String>, String, Boolean, String, Boolean, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.OpenTSDBWriterFactory
 

P

port - Variable in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
 
prepareSender() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Prepare for sending metrics, if needed.
prepareSender() - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
Setup at start of the writer.
processOneMetric(List<String>, Server, Result, Object, String, String) - Method in class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
Process a single metric from the given JMX query result with the specified value.

R

release() - Method in class com.googlecode.jmxtrans.model.output.support.pool.WriterPoolable
 
RetryingAllocator<V extends stormpot.Poolable> - Class in com.googlecode.jmxtrans.model.output.support.pool
 
RetryingAllocator(Allocator<V>) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.RetryingAllocator
 
RetryingAllocator(Allocator<V>, long, long) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.RetryingAllocator
 
ROOT_PREFIX - Static variable in class com.googlecode.jmxtrans.model.output.StatsDWriter
 

S

sanitizeString(String) - Method in class com.googlecode.jmxtrans.model.output.support.opentsdb.OpenTSDBMessageFormatter
VALID CHARACTERS: METRIC, TAGNAME, AND TAG-VALUE: [-_./a-zA-Z0-9]+

SANITIZATION: - Discard Quotes.

sendOutput(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Subcall responsibility: method to perform the actual output for the given metric line.
sendOutput(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
 
sendOutput(String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
Send a single metric to TCollector.
SensuWriter - Class in com.googlecode.jmxtrans.model.output
Sensu Event Data Format from chef-handler-sensu-event Class structure from LibratoWriter

Settings: "host": Sensu client host.

SensuWriter(ImmutableList<String>, boolean, Boolean, String, String, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.SensuWriter
 
SensuWriter2 - Class in com.googlecode.jmxtrans.model.output
 
SensuWriter2(GraphiteWriter2, JsonFactory) - Constructor for class com.googlecode.jmxtrans.model.output.SensuWriter2
 
SensuWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
SensuWriterFactory(ImmutableList<String>, boolean, String, Integer, String, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.SensuWriterFactory
 
setAddHostnameTag(Boolean) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setAddHostnameTag(Boolean) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setBooleanAsNumber(boolean) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
setBooleanAsNumber(boolean) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setBooleanAsNumber(boolean) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setDebugEnabled(boolean) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
setDebugEnabled(boolean) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setDebugEnabled(boolean) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setHost(String) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
setHost(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setHost(String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setMergeTypeNamesTags(Boolean) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setMergeTypeNamesTags(Boolean) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setMetricNamingExpression(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setMetricNamingExpression(String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setPool(GenericKeyedObjectPool<InetSocketAddress, Socket>) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
setPool(GenericKeyedObjectPool<InetSocketAddress, Socket>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter
 
setPort(int) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
setPort(int) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setPort(int) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
setRootPrefix(String) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter.Builder
 
setTagName(String) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter.Builder
 
setTagName(String) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter.Builder
 
SETTING_DETECT_INSTANCE - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_HANDLER - Static variable in class com.googlecode.jmxtrans.model.output.SensuWriter
 
SETTING_LIBRATO_API_TIMEOUT_IN_MILLIS - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
SETTING_PREFIX - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_PROXY_HOST - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
SETTING_PROXY_HOST - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_PROXY_PORT - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
SETTING_PROXY_PORT - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_SOURCE_INSTANCE - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_STACKDRIVER_API_KEY - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_STACKDRIVER_API_TIMEOUT_IN_MILLIS - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_STACKDRIVER_API_URL - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
SETTING_TOKEN - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
SETTING_URL - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
SETTING_USERNAME - Static variable in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
shutdownSender() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Shutdown the sender, if needed.
Slf4JOutputWriter - Class in com.googlecode.jmxtrans.model.output
 
Slf4JOutputWriter(ImmutableList<String>, boolean, Boolean, String, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.Slf4JOutputWriter
 
SocketAllocator - Class in com.googlecode.jmxtrans.model.output.support.pool
 
SocketAllocator(InetSocketAddress, int, Charset, FlushStrategy) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.SocketAllocator
 
SocketExpiration - Class in com.googlecode.jmxtrans.model.output.support.pool
 
SocketExpiration() - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.SocketExpiration
 
SocketPoolable - Class in com.googlecode.jmxtrans.model.output.support.pool
 
SocketPoolable(Slot, Socket, Writer, FlushStrategy) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.SocketPoolable
 
STACKDRIVER_PROTOCOL_VERSION - Static variable in class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
StackdriverWriter - Class in com.googlecode.jmxtrans.model.output
Stackdriver implementation of the OutputWriter.
StackdriverWriter(ImmutableList<String>, boolean, Boolean, String, String, String, Integer, String, Integer, String, String, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.StackdriverWriter
 
start() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Start the output writer.
start() - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
startOutput() - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Prepare a batch of results output, if needed.
StatsDMetricType - Enum in com.googlecode.jmxtrans.model.output
 
StatsDTelegrafWriter - Class in com.googlecode.jmxtrans.model.output
 
StatsDTelegrafWriter(String[], ImmutableMap<String, String>, ImmutableSet<ResultAttribute>) - Constructor for class com.googlecode.jmxtrans.model.output.StatsDTelegrafWriter
 
StatsDTelegrafWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
StatsDTelegrafWriterFactory(String, String, Integer, ImmutableMap<String, String>, List<String>, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.StatsDTelegrafWriterFactory
 
StatsDWriter - Class in com.googlecode.jmxtrans.model.output
This output writer sends data to a host/port combination in the StatsD format.
StatsDWriter(ImmutableList<String>, boolean, Boolean, String, Integer, String, String, Boolean, Long, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.StatsDWriter
Uses JmxUtils.getDefaultPoolMap()
StatsDWriter2 - Class in com.googlecode.jmxtrans.model.output
 
StatsDWriter2(List<String>, String, String, boolean, Long) - Constructor for class com.googlecode.jmxtrans.model.output.StatsDWriter2
 
StatsDWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
StatsDWriterFactory(ImmutableList<String>, String, String, boolean, Long, String, Integer, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.StatsDWriterFactory
 

T

TCollectorUDPWriter - Class in com.googlecode.jmxtrans.model.output
TCollectorUDPWriter(ImmutableList<String>, boolean, Boolean, String, Integer, Map<String, String>, String, Boolean, String, boolean, Map<String, Object>) - Constructor for class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter
 
TCollectorUDPWriter.Builder - Class in com.googlecode.jmxtrans.model.output
 
TCollectorUDPWriter2 - Class in com.googlecode.jmxtrans.model.output
 
TCollectorUDPWriter2(OpenTSDBMessageFormatter) - Constructor for class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter2
 
TCollectorUDPWriterFactory - Class in com.googlecode.jmxtrans.model.output
 
TCollectorUDPWriterFactory(ImmutableList<String>, boolean, String, Integer, Map<String, String>, String, Boolean, String, Boolean, String, Integer, Integer) - Constructor for class com.googlecode.jmxtrans.model.output.TCollectorUDPWriterFactory
 
TcpOutputWriterBuilder<T extends WriterBasedOutputWriter> - Class in com.googlecode.jmxtrans.model.output.support
 
TimeBasedFlush - Class in com.googlecode.jmxtrans.model.output.support.pool
 
TimeBasedFlush(Clock, long, TimeUnit) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.TimeBasedFlush
 

U

UdpOutputWriterBuilder<T extends WriterBasedOutputWriter> - Class in com.googlecode.jmxtrans.model.output.support
 

V

validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.FileWriter
 
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter
 
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter
 
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBGenericWriter
Validation per query, after the writer has been start()ed
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.SensuWriter
 
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.Slf4JOutputWriter
 
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.StackdriverWriter
Sets up the object and makes sure all the required parameters are available
Minimally a Stackdriver API key must be provided using the token setting
validateSetup(Server, Query) - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter
 
valueOf(String) - Static method in enum com.googlecode.jmxtrans.model.output.StatsDMetricType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.googlecode.jmxtrans.model.output.StatsDMetricType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.GraphiteWriter2
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.LibratoWriter2
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.OpenTSDBWriter2
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.SensuWriter2
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.StatsDTelegrafWriter
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.StatsDWriter2
 
write(char[], int, int) - Method in class com.googlecode.jmxtrans.model.output.support.pool.ChannelWriter
 
write(Writer, Server, Query, Iterable<Result>) - Method in interface com.googlecode.jmxtrans.model.output.support.WriterBasedOutputWriter
 
write(Writer, Server, Query, Iterable<Result>) - Method in class com.googlecode.jmxtrans.model.output.TCollectorUDPWriter2
 
WriterBasedOutputWriter - Interface in com.googlecode.jmxtrans.model.output.support
 
WriterPoolable - Class in com.googlecode.jmxtrans.model.output.support.pool
 
WriterPoolable(Slot, Writer, FlushStrategy) - Constructor for class com.googlecode.jmxtrans.model.output.support.pool.WriterPoolable
 
WriterPoolOutputWriter<T extends WriterBasedOutputWriter> - Class in com.googlecode.jmxtrans.model.output.support
 
WriterPoolOutputWriter(T, LifecycledPool<? extends WriterPoolable>, Timeout) - Constructor for class com.googlecode.jmxtrans.model.output.support.WriterPoolOutputWriter
 
A B C D F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2010-2017 JmxTrans team. All Rights Reserved.