Field and Description |
---|
com.datastax.driver.core.PoolingOptions.DEFAULT_POOL_TIMEOUT_MILLIS |
Method and Description |
---|
com.datastax.driver.core.PoolingOptions.getPoolTimeoutMillis()
see
PoolingOptions.setPoolTimeoutMillis(int) . This method always returns 0. |
com.datastax.driver.core.PoolingOptions.setPoolTimeoutMillis(int)
the connection pool does not use a timeout anymore, incoming requests are now throttled with a
threshold on the
queue size . This method has no effect. |