public class AmbariMetricsEmitterConfig extends Object
Constructor and Description |
---|
AmbariMetricsEmitterConfig(String hostname,
Integer port,
String protocol,
String trustStorePath,
String trustStoretype,
String trustStorePassword,
Integer batchSize,
Long flushPeriod,
Integer maxQueueSize,
DruidToTimelineMetricConverter druidToTimelineEventConverter,
List<String> alertEmitters,
Long emitWaitTime,
Long waitForEventTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getAlertEmitters() |
int |
getBatchSize() |
DruidToTimelineMetricConverter |
getDruidToTimelineEventConverter() |
long |
getEmitWaitTime() |
long |
getFlushPeriod() |
String |
getHostname() |
int |
getMaxQueueSize() |
int |
getPort() |
String |
getProtocol() |
String |
getTrustStorePassword() |
String |
getTrustStorePath() |
String |
getTrustStoreType() |
long |
getWaitForEventTime() |
int |
hashCode() |
public AmbariMetricsEmitterConfig(String hostname, Integer port, String protocol, String trustStorePath, String trustStoretype, String trustStorePassword, Integer batchSize, Long flushPeriod, Integer maxQueueSize, DruidToTimelineMetricConverter druidToTimelineEventConverter, List<String> alertEmitters, Long emitWaitTime, Long waitForEventTime)
public String getHostname()
public int getPort()
public String getProtocol()
public String getTrustStorePath()
public String getTrustStoreType()
public String getTrustStorePassword()
public int getBatchSize()
public int getMaxQueueSize()
public long getFlushPeriod()
public DruidToTimelineMetricConverter getDruidToTimelineEventConverter()
public long getEmitWaitTime()
public long getWaitForEventTime()
Copyright © 2011–2017. All rights reserved.