public class EventdConfigBean extends Object implements EventdConfig
Constructor and Description |
---|
EventdConfigBean() |
Modifier and Type | Method and Description |
---|---|
int |
getBatchIntervalMs()
Messages are aggregated in batches before being dispatched.
|
int |
getBatchSize()
Messages are aggregated in batches before being dispatched.
|
String |
getGetNextEventID()
getGetNextEventID
|
int |
getNumThreads()
Number of threads used for consuming/dispatching messages.
|
int |
getQueueLength()
getQueueLength
|
int |
getQueueSize()
Maximum number of messages to keep in memory while waiting to be
dispatched.
|
int |
getReceivers()
getReceivers
|
int |
getSocketSoTimeoutPeriod()
getSocketSoTimeoutPeriod
|
String |
getSocketSoTimeoutRequired()
getSocketsSoTimeoutRequired
|
String |
getTCPIpAddress()
getTCPIpAddress
|
int |
getTCPPort()
getTCPPort
|
String |
getUDPIpAddress()
getUDPIpAddress
|
int |
getUDPPort()
getUDPPort
|
boolean |
hasSocketSoTimeoutPeriod()
hasSocketSoTimeoutPeriod
|
void |
setBatchIntervalMs(int batchIntervalMs) |
void |
setBatchSize(int batchSize) |
void |
setNumThreads(int numThreads) |
void |
setQueueSize(int queueSize) |
public String getTCPIpAddress()
EventdConfig
getTCPIpAddress
getTCPIpAddress
in interface EventdConfig
public int getTCPPort()
EventdConfig
getTCPPort
getTCPPort
in interface EventdConfig
public String getUDPIpAddress()
EventdConfig
getUDPIpAddress
getUDPIpAddress
in interface EventdConfig
public int getUDPPort()
EventdConfig
getUDPPort
getUDPPort
in interface EventdConfig
public int getReceivers()
EventdConfig
getReceivers
getReceivers
in interface EventdConfig
public int getQueueLength()
EventdConfig
getQueueLength
getQueueLength
in interface EventdConfig
public String getSocketSoTimeoutRequired()
EventdConfig
getSocketsSoTimeoutRequired
getSocketSoTimeoutRequired
in interface EventdConfig
public int getSocketSoTimeoutPeriod()
EventdConfig
getSocketSoTimeoutPeriod
getSocketSoTimeoutPeriod
in interface EventdConfig
public boolean hasSocketSoTimeoutPeriod()
EventdConfig
hasSocketSoTimeoutPeriod
hasSocketSoTimeoutPeriod
in interface EventdConfig
public String getGetNextEventID()
EventdConfig
getGetNextEventID
getGetNextEventID
in interface EventdConfig
public int getNumThreads()
EventdConfig
getNumThreads
in interface EventdConfig
public void setNumThreads(int numThreads)
public int getQueueSize()
EventdConfig
getQueueSize
in interface EventdConfig
public void setQueueSize(int queueSize)
public int getBatchSize()
EventdConfig
getBatchSize
in interface EventdConfig
public void setBatchSize(int batchSize)
public int getBatchIntervalMs()
EventdConfig
getBatchIntervalMs
in interface EventdConfig
public void setBatchIntervalMs(int batchIntervalMs)
Copyright © 2021. All rights reserved.