| 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(String strategy,
Integer flushDelayInSeconds) |
| Constructor and Description |
|---|
DatagramChannelAllocator(InetSocketAddress server,
int bufferSize,
Charset charset,
FlushStrategy flushStrategy) |
DatagramChannelPoolable(stormpot.Slot slot,
Writer writer,
DatagramChannel channel,
FlushStrategy flushStrategy) |
SocketAllocator(InetSocketAddress server,
int socketTimeoutMillis,
Charset charset,
FlushStrategy flushStrategy) |
SocketPoolable(stormpot.Slot slot,
Socket socket,
Writer writer,
FlushStrategy flushStrategy) |
WriterPoolable(stormpot.Slot slot,
Writer writer,
FlushStrategy flushStrategy) |
Copyright © 2010-2017 JmxTrans team. All Rights Reserved.