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.policies.DCAwareRoundRobinPolicy()
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to DCAwareRoundRobinPolicy.builder().build() . |
com.datastax.driver.core.policies.DCAwareRoundRobinPolicy(String)
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).build() . |
com.datastax.driver.core.policies.DCAwareRoundRobinPolicy(String, int)
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to
DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).withUsedHostsPerRemoteDc(usedHostsPerRemoteDc).build() . |
com.datastax.driver.core.policies.DCAwareRoundRobinPolicy(String, int, boolean)
DCAwareRoundRobinPolicy.builder() is the recommended way to build instances of this class. This constructor was preserved for
backward-compatibility purposes, it is equivalent to
DCAwareRoundRobinPolicy.builder().withLocalDc(localDc).withUsedHostsPerRemoteDc(usedHostsPerRemoteDc).allowRemoteDCsForLocalConsistencyLevel().build() . |
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.