public class MonitorServerPushThreadConfig extends Object
| 构造器和说明 |
|---|
MonitorServerPushThreadConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getEnvId() |
int |
getMaxBatchSize() |
Queue<MonitorLogItem> |
getQueue() |
String |
getSaltKey() |
String |
getServerAddress() |
String |
getSystemId() |
com.github.houbb.id.api.Id |
getTraceIdGenerator() |
void |
setEnvId(String envId) |
void |
setMaxBatchSize(int maxBatchSize) |
void |
setQueue(Queue<MonitorLogItem> queue) |
void |
setSaltKey(String saltKey) |
void |
setServerAddress(String serverAddress) |
void |
setSystemId(String systemId) |
void |
setTraceIdGenerator(com.github.houbb.id.api.Id traceIdGenerator) |
public Queue<MonitorLogItem> getQueue()
public void setQueue(Queue<MonitorLogItem> queue)
public String getSystemId()
public void setSystemId(String systemId)
public String getServerAddress()
public void setServerAddress(String serverAddress)
public String getSaltKey()
public void setSaltKey(String saltKey)
public com.github.houbb.id.api.Id getTraceIdGenerator()
public void setTraceIdGenerator(com.github.houbb.id.api.Id traceIdGenerator)
public String getEnvId()
public void setEnvId(String envId)
public int getMaxBatchSize()
public void setMaxBatchSize(int maxBatchSize)
Copyright © 2022. All rights reserved.