public class Config extends Object
Constructor and Description |
---|
Config() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
Boolean |
getDeflate() |
Integer |
getDeflateLevel() |
Boolean |
getFeatureNegotiation() |
Integer |
getHeartbeatInterval() |
String |
getHostname() |
Integer |
getMsgTimeout() |
Integer |
getOutputBufferSize() |
Integer |
getOutputBufferTimeout() |
Integer |
getSampleRate() |
Boolean |
getSnappy() |
Boolean |
getTlsV1() |
String |
getUserAgent() |
void |
setClientId(String clientId) |
void |
setDeflate(Boolean deflate) |
void |
setDeflateLevel(Integer deflateLevel) |
void |
setFeatureNegotiation(Boolean featureNegotiation) |
void |
setHeartbeatInterval(Integer heartbeatInterval) |
void |
setHostname(String hostname) |
void |
setMsgTimeout(Integer msgTimeout) |
void |
setOutputBufferSize(Integer outputBufferSize) |
void |
setOutputBufferTimeout(Integer outputBufferTimeout) |
void |
setSampleRate(Integer sampleRate) |
void |
setSnappy(Boolean snappy) |
void |
setTlsV1(Boolean tlsV1) |
void |
setUserAgent(String userAgent) |
String |
toString() |
public String getClientId()
public void setClientId(String clientId)
public String getHostname()
public void setHostname(String hostname)
public Boolean getFeatureNegotiation()
public void setFeatureNegotiation(Boolean featureNegotiation)
public Integer getHeartbeatInterval()
public void setHeartbeatInterval(Integer heartbeatInterval)
public Integer getOutputBufferSize()
public void setOutputBufferSize(Integer outputBufferSize)
public Integer getOutputBufferTimeout()
public void setOutputBufferTimeout(Integer outputBufferTimeout)
public Boolean getTlsV1()
public void setTlsV1(Boolean tlsV1)
public Boolean getSnappy()
public void setSnappy(Boolean snappy)
public Boolean getDeflate()
public void setDeflate(Boolean deflate)
public Integer getDeflateLevel()
public void setDeflateLevel(Integer deflateLevel)
public Integer getSampleRate()
public void setSampleRate(Integer sampleRate)
public String getUserAgent()
public void setUserAgent(String userAgent)
public Integer getMsgTimeout()
public void setMsgTimeout(Integer msgTimeout)
Copyright © 2018. All rights reserved.