Uses of Class
net.quasardb.qdb.exception.ClusterClosedException
Packages that use ClusterClosedException
-
Uses of ClusterClosedException in net.quasardb.qdb
Methods in net.quasardb.qdb that throw ClusterClosedExceptionModifier and TypeMethodDescriptionlong
Session.getClientMaxParallelism()
Returns the current input buffer size (in bytes).long
Session.getConnectionPerAddressSoftLimit()
Returns the current connection limit per qdbd host.long
Session.getInputBufferSize()
Returns the current input buffer size (in bytes).long
Session.getMaxBatchLoad()
Returns the maximum load of a single execution batch per thread.Session.getMemoryInfo()
Returns information about the current memory usage.void
Session.logMemoryInfo()
Logs memory usage information through SLF4J facade with DEBUG log level.void
Session.purgeAll
(int timeoutMillis) Purge all data from cluster.void
Session.setClientMaxParallelism
(long threadCount) Set maximum client parallelism for this session.void
Session.setInputBufferSize
(long size) Set input buffer size for this session.long
Session.setSoftMemoryLimit
(long limit) Sets the soft memory limit of the client.void
Session.setTimeout
(int timeoutMillis) Set network timeout for this session.void
Session.throwIfClosed()
long
Session.tidyMemory()
Cleans up memory allocator and purged any unused cache.void
Session.waitForStabilization
(int timeoutMillis) Wait for all nodes of the cluster to be stabilized.