public class GelfWriterFactory extends Object implements OutputWriterFactory
| Constructor and Description |
|---|
GelfWriterFactory(com.google.common.collect.ImmutableList<String> typeNames,
String host,
Integer port,
Map<String,Object> additionalFields,
String transport,
Integer queueSize,
Integer connectTimeout,
Integer reconnectDelay,
Boolean tcpNoDelay,
Integer sendBufferSize,
Boolean tlsEnabled,
String tlsTrustCertChainFile,
Boolean tlsCertVerificationEnabled,
Boolean tcpKeepAlive,
Integer maxInflightSends) |
| Modifier and Type | Method and Description |
|---|---|
GelfWriter |
create() |
org.graylog2.gelfclient.GelfConfiguration |
getGelfConfiguration() |
public GelfWriterFactory(com.google.common.collect.ImmutableList<String> typeNames, String host, Integer port, Map<String,Object> additionalFields, String transport, Integer queueSize, Integer connectTimeout, Integer reconnectDelay, Boolean tcpNoDelay, Integer sendBufferSize, Boolean tlsEnabled, String tlsTrustCertChainFile, Boolean tlsCertVerificationEnabled, Boolean tcpKeepAlive, Integer maxInflightSends)
@Nonnull public GelfWriter create()
create in interface OutputWriterFactorypublic org.graylog2.gelfclient.GelfConfiguration getGelfConfiguration()
Copyright © 2010-2017 JmxTrans team. All Rights Reserved.