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 TypeMethodDescriptionlongSession.getClientMaxParallelism()Returns the current input buffer size (in bytes).longSession.getConnectionPerAddressSoftLimit()Returns the current connection limit per qdbd host.longSession.getInputBufferSize()Returns the current input buffer size (in bytes).longSession.getMaxBatchLoad()Returns the maximum load of a single execution batch per thread.Session.getMemoryInfo()Returns information about the current memory usage.voidSession.logMemoryInfo()Logs memory usage information through SLF4J facade with DEBUG log level.voidSession.purgeAll(int timeoutMillis) Purge all data from cluster.voidSession.setClientMaxParallelism(long threadCount) Set maximum client parallelism for this session.voidSession.setInputBufferSize(long size) Set input buffer size for this session.longSession.setSoftMemoryLimit(long limit) Sets the soft memory limit of the client.voidSession.setTimeout(int timeoutMillis) Set network timeout for this session.voidSession.throwIfClosed()longSession.tidyMemory()Cleans up memory allocator and purged any unused cache.voidSession.waitForStabilization(int timeoutMillis) Wait for all nodes of the cluster to be stabilized.