Class ConnectionWorkerPool (3.4.0)

public class ConnectionWorkerPool

Pool of connections to accept appends and distirbute to different connections.

Inheritance

java.lang.Object > ConnectionWorkerPool

Static Methods

setOptions(ConnectionWorkerPool.Settings settings)

public static void setOptions(ConnectionWorkerPool.Settings settings)

Sets static connection pool options.

Note: this method should be triggered prior to the construction of connection pool.

Parameter
NameDescription
settingsConnectionWorkerPool.Settings