|
Change Parameter Type address : SocketAddress to address : InetSocketAddress in method private ChannelPool(address InetSocketAddress, keyspaceName CqlIdentifier, channelCount int, context InternalDriverContext) in class com.datastax.oss.driver.internal.core.pool.ChannelPool |
From |
To |
|
Change Parameter Type address : SocketAddress to address : InetSocketAddress in method public init(address InetSocketAddress, keyspaceName CqlIdentifier, channelCount int, context InternalDriverContext) : CompletionStage<ChannelPool> in class com.datastax.oss.driver.internal.core.pool.ChannelPool |
From |
To |
|
Change Parameter Type address : SocketAddress to address : InetSocketAddress in method private SingleThreaded(address InetSocketAddress, keyspaceName CqlIdentifier, wantedCount int, context InternalDriverContext) in class com.datastax.oss.driver.internal.core.pool.ChannelPool.SingleThreaded |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_grow_outside_of_reconnection() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_shrink_during_reconnection() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_force_close_all_channels_when_force_closed() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_reconnect_when_init_incomplete() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_initialize_when_all_channels_fail() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_close_all_channels_when_closed() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_switch_keyspace_on_pending_channels() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_shrink_outside_of_reconnection() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_initialize_when_all_channels_succeed() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_reconnect_when_channel_dies() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_grow_during_reconnection() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |
|
Rename Variable channelCount : int to poolSize : int in method public should_switch_keyspace_on_existing_channels() : void in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTest |
From |
To |