public class LogConfig extends Object
Modifier and Type | Field and Description |
---|---|
int |
coreServiceThreads
Base number of service threads.
|
int |
listenerThreads
The number of listener threads.
|
int |
listenQSize
The listen queue size.
|
int |
maxServiceThreads
Maximum number of service threads.
|
int |
port
The logging port.
|
PrimaryListener |
primaryListener
The primary listener.
|
int |
readBufferSize
The read buffer size.
|
int |
serviceThreadTimeout
The service thread timeout.
|
ExecutorService |
threadPool
The thread pool.
|
Constructor and Description |
---|
LogConfig()
Constructs the log server configuration.
|
public int port
public int listenerThreads
public int listenQSize
public int coreServiceThreads
public int maxServiceThreads
public int serviceThreadTimeout
public PrimaryListener primaryListener
public ExecutorService threadPool
public int readBufferSize