| Package | Description |
|---|---|
| com.googlecode.jmxtrans.model.output.support.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysFlush |
class |
NeverFlush |
class |
TimeBasedFlush |
| Modifier and Type | Method and Description |
|---|---|
static FlushStrategy |
FlushStrategyUtils.createFlushStrategy(java.lang.String strategy,
java.lang.Integer flushDelayInSeconds) |
| Constructor and Description |
|---|
DatagramChannelAllocator(java.net.InetSocketAddress server,
int bufferSize,
java.nio.charset.Charset charset,
FlushStrategy flushStrategy) |
DatagramChannelPoolable(stormpot.Slot slot,
java.io.Writer writer,
java.nio.channels.DatagramChannel channel,
FlushStrategy flushStrategy) |
SocketAllocator(java.net.InetSocketAddress server,
int socketTimeoutMillis,
java.nio.charset.Charset charset,
FlushStrategy flushStrategy) |
SocketPoolable(stormpot.Slot slot,
java.net.Socket socket,
java.io.Writer writer,
FlushStrategy flushStrategy) |
WriterPoolable(stormpot.Slot slot,
java.io.Writer writer,
FlushStrategy flushStrategy) |
Copyright © 2010-2021 JmxTrans team. All Rights Reserved.