|
Change Return Type Cluster to Cluster<CqlSession> in method private buildCluster(maxSpeculativeExecutions int, speculativeDelayMs long) : Cluster<CqlSession> in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Return Type Session to SessionT in method public connect(keyspace CqlIdentifier) : SessionT in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type ClusterBuilder to SelfT in method public addTypeCodecs(typeCodecs TypeCodec<?>...) : SelfT in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type CompletionStage<Session> to CompletionStage<CqlSession> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<CqlSession> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Return Type CompletionStage<Session> to CompletionStage<SessionT> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<SessionT> in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type RequestProcessor<SyncResultT,AsyncResultT> to RequestProcessor<RequestT,ResultT> in method public processorFor(request RequestT, resultType GenericType<ResultT>) : RequestProcessor<RequestT,ResultT> in class com.datastax.oss.driver.internal.core.session.RequestProcessorRegistry |
From |
To |
|
Change Return Type CompletionStage<Session> to CompletionStage<CqlSession> in method public init(context InternalDriverContext, keyspace CqlIdentifier, logPrefix String) : CompletionStage<CqlSession> in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Change Return Type Cluster to Cluster<CqlSession> in method public cluster() : Cluster<CqlSession> in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule |
From |
To |
|
Change Return Type CompletionStage<Session> to CompletionStage<CqlSession> in method private init() : CompletionStage<CqlSession> in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Change Return Type ClusterBuilder to DefaultClusterBuilder in method public builder() : DefaultClusterBuilder in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type ClusterBuilder to SelfT in method public addContactPoint(contactPoint InetSocketAddress) : SelfT in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type Cluster to ClusterT in method public build() : ClusterT in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type ClusterBuilder to SelfT in method public withConfigLoader(configLoader DriverConfigLoader) : SelfT in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type ClusterBuilder to SelfT in method public addContactPoints(contactPoints Collection<InetSocketAddress>) : SelfT in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type CompletableFuture<Cluster> to CompletableFuture<Cluster<CqlSession>> in method private init() : CompletableFuture<Cluster<CqlSession>> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Return Type CompletableFuture<Cluster> to CompletableFuture<Cluster<CqlSession>> in method public init(context InternalDriverContext, contactPoints Set<InetSocketAddress>) : CompletableFuture<Cluster<CqlSession>> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Return Type Cluster to Cluster<CqlSession> in method public newCluster(cassandraResource CassandraResourceRule, options String...) : Cluster<CqlSession> in class com.datastax.oss.driver.api.testinfra.cluster.ClusterUtils |
From |
To |
|
Change Return Type Session to SessionT in method public connect() : SessionT in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type Session to CqlSession in method public session() : CqlSession in class com.datastax.oss.driver.api.testinfra.cluster.ClusterRule |
From |
To |
|
Change Return Type CompletionStage<Cluster> to CompletionStage<ClusterT> in method public buildAsync() : CompletionStage<ClusterT> in class com.datastax.oss.driver.api.core.ClusterBuilder |
From |
To |
|
Change Return Type CompletionStage<Session> to CompletionStage<SessionT> in method public connectAsync() : CompletionStage<SessionT> in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type CompletionStage<PreparedStatement> to CompletionStage<AsyncResultSet> in method public executeAsync(query String) : CompletionStage<AsyncResultSet> in class com.datastax.oss.driver.api.core.session.CqlSession |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_complete_from_second_speculative_execution_if_faster() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_not_recreate_pool_if_node_is_forced_back_up_but_ignored() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type authCluster : Cluster to authCluster : Cluster<CqlSession> in method public should_not_connect_with_invalid_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type v3Cluster : Cluster to v3Cluster : Cluster<CqlSession> in method public should_not_allow_unset_value_on_bound_statement_when_protocol_less_than_v4() : void in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Change Variable Type profileCluster : Cluster to profileCluster : Cluster<CqlSession> in method public should_use_profile_default_idempotence() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_connect_with_ssl_using_client_auth() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithClientAuthIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_downgrade_if_peer_does_not_support_negotiated_version() : void in class com.datastax.oss.driver.api.core.ProtocolVersionMixedClusterIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_use_profile_page_size() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_not_start_speculative_executions_if_not_idempotent() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_complete_from_first_speculative_execution_if_faster() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_set_keyspace_on_all_pools() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_complete_from_initial_execution_if_speculative_is_started_but_slower() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type v4cluster : Cluster to v4cluster : Cluster<CqlSession> in method public should_fail_if_provided_version_isnt_supported() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_wait_for_last_execution_to_complete() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_ignored_while_recreating() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_retry_within_initial_execution() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_set_keyspace_on_pool_if_recreated_while_switching_keyspace() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_forced_down_while_init() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type connectFuture : CompletableFuture<Session> to connectFuture : CompletableFuture<CqlSession> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<CqlSession> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_connect_with_ssl() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_wait_for_last_execution_to_complete() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_allow_unset_value_on_bound_statement_when_protocol_less_than_v4() : void in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_adjust_distance_if_changed_while_init() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type localCluster : Cluster to localCluster : Cluster<CqlSession> in method public should_force_immediate_reconnection_when_up_topology_event() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type ignored : Cluster to ignored : Cluster<CqlSession> in method public should_fail_if_peer_does_not_support_v3() : void in class com.datastax.oss.driver.api.core.ProtocolVersionMixedClusterIT |
From |
To |
|
Change Variable Type configCluster : Cluster to configCluster : Cluster<CqlSession> in method public should_not_allow_dynamically_adding_profile() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_connect_without_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_fail_if_provided_version_isnt_supported() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_retry_within_initial_execution() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type sslCluster : Cluster to sslCluster : Cluster<CqlSession> in method public should_connect_with_ssl_using_client_auth() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithClientAuthIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_be_able_to_register_and_use_custom_codec_with_generic_type() : void in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_fail_if_all_executions_reach_end_of_query_plan() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_force_close_all_pools_when_force_closing() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_not_send_heartbeat_when_disabled() : void in class com.datastax.oss.driver.api.core.heartbeat.HeartbeatIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_use_profile_consistency() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type profileCluster : Cluster to profileCluster : Cluster<CqlSession> in method public should_fail_if_config_profile_specified_doesnt_exist() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_node_is_forced_down() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type codecCluster : Cluster to codecCluster : Cluster<CqlSession> in method public should_be_able_to_register_and_use_custom_codec() : void in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public createKeyspace(cluster Cluster<CqlSession>, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.ClusterUtils |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_adjust_distance_if_changed_while_recreating() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_send_heartbeat_on_interval() : void in class com.datastax.oss.driver.api.core.heartbeat.HeartbeatIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_periodically_reload_configuration() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type profileCluster : Cluster to profileCluster : Cluster<CqlSession> in method public should_use_profile_consistency() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type v3cluster : Cluster to v3cluster : Cluster<CqlSession> in method public should_use_explicitly_provided_protocol_version() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type sslCluster : Cluster to sslCluster : Cluster<CqlSession> in method public should_connect_with_ssl() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_retry_within_speculative_execution() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_retry_within_speculative_execution() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_keep_current_if_supported_by_all_peers() : void in class com.datastax.oss.driver.api.core.ProtocolVersionMixedClusterIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_be_able_to_register_and_use_custom_codec() : void in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_reload_configuration_when_event_fired() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_close_pool_if_recreated_while_closing() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_connect_with_invalid_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_downgrade_to_v3() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_connect_with_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_start_speculative_executions_if_not_idempotent() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_send_heartbeat_when_requests_being_written_but_nothing_received() : void in class com.datastax.oss.driver.api.core.heartbeat.HeartbeatIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_recreate_pool_if_node_is_forced_back_up() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type configCluster : Cluster to configCluster : Cluster<CqlSession> in method public should_periodically_reload_configuration() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_complete_from_first_speculative_execution_if_faster() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type profileCluster : Cluster to profileCluster : Cluster<CqlSession> in method public should_use_profile_page_size() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_connect_if_not_using_ssl() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithTruststoreNotProvidedIT |
From |
To |
|
Change Variable Type codecCluster : Cluster to codecCluster : Cluster<CqlSession> in method public should_be_able_to_register_and_use_custom_codec_with_generic_type() : void in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_use_profile_request_timeout() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_fail_if_all_executions_reach_end_of_query_plan() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type authCluster : Cluster to authCluster : Cluster<CqlSession> in method public should_connect_with_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_recreate_pool_if_node_becomes_not_ignored() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_complete_from_second_speculative_execution_if_faster() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_allow_zero_delay() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type profileCluster : Cluster to profileCluster : Cluster<CqlSession> in method public should_use_profile_request_timeout() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type configCluster : Cluster to configCluster : Cluster<CqlSession> in method public should_reload_profile_config_when_reloading_config() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_downgrade_if_server_supports_latest_version() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_node_becomes_ignored() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_connect_with_ssl_using_client_auth_if_keystore_not_set() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithClientAuthNotProvidedIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_fail_if_config_profile_specified_doesnt_exist() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type configCluster : Cluster to configCluster : Cluster<CqlSession> in method public should_reload_configuration_when_event_fired() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_not_allow_dynamically_adding_profile() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_initialize_pools_with_distances() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type result : RequestProcessor<SyncResultT,AsyncResultT> to result : RequestProcessor<RequestT,ResultT> in method public processorFor(request RequestT, resultType GenericType<ResultT>) : RequestProcessor<RequestT,ResultT> in class com.datastax.oss.driver.internal.core.session.RequestProcessorRegistry |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_resize_pool_if_distance_changes() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public dropKeyspace(cluster Cluster<CqlSession>, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.ClusterUtils |
From |
To |
|
Change Variable Type v3cluster : Cluster to v3cluster : Cluster<CqlSession> in method public should_downgrade_to_v3() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_not_connect_to_forced_down_nodes() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type v4cluster : Cluster to v4cluster : Cluster<CqlSession> in method public should_not_downgrade_if_server_supports_latest_version() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_use_explicitly_provided_protocol_version() : void in class com.datastax.oss.driver.api.core.ProtocolVersionInitialNegotiationIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_not_connect_to_ignored_nodes() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type plainCluster : Cluster to plainCluster : Cluster<CqlSession> in method public should_not_connect_without_credentials() : void in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_allow_zero_delay() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_forced_down_while_recreating() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type plainCluster : Cluster to plainCluster : Cluster<CqlSession> in method public should_not_connect_if_not_using_ssl() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithTruststoreNotProvidedIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_complete_from_initial_execution_if_speculative_is_started_but_slower() : void in class com.datastax.oss.driver.api.core.specex.SpeculativeExecutionIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_remove_pool_if_ignored_while_init() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type cluster : Cluster to cluster : Cluster<CqlSession> in method public should_not_downgrade_and_force_down_old_nodes_if_version_forced() : void in class com.datastax.oss.driver.api.core.ProtocolVersionMixedClusterIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_use_profile_default_idempotence() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileIT |
From |
To |
|
Change Variable Type session : Session to session : CqlSession in method public should_reload_profile_config_when_reloading_config() : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Change Variable Type initFuture : CompletionStage<Session> to initFuture : CompletionStage<CqlSession> in method public should_close_all_pools_when_closing() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type sslCluster : Cluster to sslCluster : Cluster<CqlSession> in method public should_not_connect_with_ssl_using_client_auth_if_keystore_not_set() : void in class com.datastax.oss.driver.api.core.ssl.DefaultSslEngineFactoryWithClientAuthNotProvidedIT |
From |
To |