Class CommonSettings
- java.lang.Object
-
- com.sportradar.livedata.sdk.common.settings.CommonSettings
-
- Direct Known Subclasses:
LiveFeedSettings
public abstract class CommonSettings extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
debugMode
protected int
dispatcherQueueSize
protected int
dispatcherThreadCount
protected boolean
enabled
protected LoggerSettings
loggerSettings
-
Constructor Summary
Constructors Modifier Constructor Description protected
CommonSettings(boolean enabled, int dispatcherThreadCount, int dispatcherQueueSize, LoggerSettings loggerSettings, boolean debugMode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDispatcherQueueSize()
int
getDispatcherThreadCount()
LoggerSettings
getLoggerSettings()
boolean
isDebugMode()
boolean
isEnabled()
-
-
-
Field Detail
-
dispatcherThreadCount
protected int dispatcherThreadCount
-
dispatcherQueueSize
protected int dispatcherQueueSize
-
enabled
protected boolean enabled
-
loggerSettings
protected LoggerSettings loggerSettings
-
debugMode
protected boolean debugMode
-
-
Constructor Detail
-
CommonSettings
protected CommonSettings(boolean enabled, int dispatcherThreadCount, int dispatcherQueueSize, LoggerSettings loggerSettings, boolean debugMode)
-
-
Method Detail
-
isDebugMode
public boolean isDebugMode()
-
getDispatcherThreadCount
public int getDispatcherThreadCount()
-
getDispatcherQueueSize
public int getDispatcherQueueSize()
-
getLoggerSettings
public LoggerSettings getLoggerSettings()
-
isEnabled
public boolean isEnabled()
-
-