Method and Description |
---|
com.datastax.driver.core.Host.getInitialReconnectionAttemptFuture()
the suspicion mechanism has been disabled. This will always return
a completed future.
|
com.datastax.driver.core.PoolingOptions.getMinSimultaneousRequestsPerConnectionThreshold(HostDistance)
this option isn't used anymore with the current pool resizing algorithm.
|
com.datastax.driver.core.Host.StateListener.onSuspected(Host)
the "suspicion" mechanism has been deprecated. This will never
get called.
|
com.datastax.driver.core.PoolingOptions.setMinSimultaneousRequestsPerConnectionThreshold(HostDistance, int)
this option isn't used anymore with the current pool resizing algorithm.
|
Constructor and Description |
---|
com.datastax.driver.core.exceptions.InvalidConfigurationInQueryException(String)
This constructor is kept for backwards compatibility.
|
com.datastax.driver.core.exceptions.QueryTimeoutException(String, ConsistencyLevel, int, int)
This constructor is kept for backwards compatibility.
|
com.datastax.driver.core.exceptions.QueryTimeoutException(String, Throwable, ConsistencyLevel, int, int)
This constructor is kept for backwards compatibility.
|
com.datastax.driver.core.exceptions.SyntaxError(String)
This constructor is kept for backwards compatibility.
|
com.datastax.driver.core.exceptions.TruncateException(String)
This constructor is kept for backwards compatibility.
|
com.datastax.driver.core.exceptions.UnauthorizedException(String)
This constructor is kept for backwards compatibility.
|
Copyright © 2012–2015. All rights reserved.