Qorus Integration Engine®
4.0.3.p2_git
|
config class for DB streams using queued / blocked I/O More...
Public Member Methods | |
constructor (*hash options) | |
creates the object and assigns config info | |
*int | queueBlockSize () |
returns the queue block size | |
int | queueTimeout () |
returns the queue timeout in milliseconds | |
update (*hash options) | |
updates options | |
Private Attributes | |
*softint | m_queue_block_size = 2 |
data queue block size; the number of blocks to queue for sending before the main data thread will block; default: 2 | |
timeout | m_queue_timeout = 5m |
queue timeout; maximum amount of time a message can wait for the queue to become free; default: 5m | |
const | MinQueueBlockSize = 2 |
minimum queue block size | |
config class for DB streams using queued / blocked I/O