com.datastax.driver.core.DataType.deserialize(ByteBuffer)
|
com.datastax.driver.core.DataType.deserialize(ByteBuffer, int)
|
com.datastax.driver.core.Host.getInitialReconnectionAttemptFuture()
the suspicion mechanism has been disabled. This will always return
a completed future.
|
com.datastax.driver.core.PoolingOptions.getMaxSimultaneousRequestsPerConnectionThreshold(HostDistance)
|
com.datastax.driver.core.PoolingOptions.getMaxSimultaneousRequestsPerHostThreshold(HostDistance)
|
com.datastax.driver.core.PoolingOptions.getMinSimultaneousRequestsPerConnectionThreshold(HostDistance)
this option isn't used anymore with the current pool resizing algorithm.
|
com.datastax.driver.core.ProtocolOptions.getProtocolVersion()
|
com.datastax.driver.core.RegularStatement.getValues()
|
com.datastax.driver.core.RegularStatement.getValues(int)
|
com.datastax.driver.core.Host.StateListener.onSuspected(Host)
the suspicion mechanism has been disabled. This will never
get called.
|
com.datastax.driver.core.DataType.serialize(Object)
|
com.datastax.driver.core.DataType.serialize(Object, int)
|
com.datastax.driver.core.DataType.serializeValue(Object)
|
com.datastax.driver.core.DataType.serializeValue(Object, int)
|
com.datastax.driver.core.PoolingOptions.setMaxSimultaneousRequestsPerConnectionThreshold(HostDistance, int)
|
com.datastax.driver.core.PoolingOptions.setMaxSimultaneousRequestsPerHostThreshold(HostDistance, int)
|
com.datastax.driver.core.PoolingOptions.setMinSimultaneousRequestsPerConnectionThreshold(HostDistance, int)
this option isn't used anymore with the current pool resizing algorithm.
|
com.datastax.driver.core.Cluster.Builder.withProtocolVersion(int)
|