Package | Description |
---|---|
net.quasardb.qdb |
Modifier and Type | Method and Description |
---|---|
long |
Session.getClientMaxParallelism()
Returns the current input buffer size (in bytes).
|
long |
Session.getInputBufferSize()
Returns the current input buffer size (in bytes).
|
void |
Session.setClientMaxParallelism(long threadCount)
Set maximum client parallelism for this session.
|
void |
Session.setInputBufferSize(long size)
Set input buffer size for this session.
|
void |
Session.setTimeout(int timeoutMillis)
Set network timeout for this session.
|
void |
Session.waitForStabilization(int timeoutMillis)
Wait for all nodes of the cluster to be stabilized.
|
Copyright © 2021. All rights reserved.