|
Pull Up Method public prepare(query String) : PreparedStatement from class com.datastax.oss.driver.api.core.cql.CqlSession to public prepare(query SimpleStatement) : PreparedStatement from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public execute(statement Statement) : ResultSet from class com.datastax.oss.driver.api.core.cql.CqlSession to public execute(statement Statement) : ResultSet from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public executeAsync(query String) : CompletionStage<AsyncResultSet> from class com.datastax.oss.driver.api.core.cql.CqlSession to public executeAsync(query String) : CompletionStage<AsyncResultSet> from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public prepare(query SimpleStatement) : PreparedStatement from class com.datastax.oss.driver.api.core.cql.CqlSession to public prepare(query String) : PreparedStatement from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public executeAsync(statement Statement) : CompletionStage<AsyncResultSet> from class com.datastax.oss.driver.api.core.cql.CqlSession to public executeAsync(statement Statement) : CompletionStage<AsyncResultSet> from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public execute(query String) : ResultSet from class com.datastax.oss.driver.api.core.cql.CqlSession to public execute(query String) : ResultSet from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public prepareAsync(query String) : CompletionStage<PreparedStatement> from class com.datastax.oss.driver.api.core.cql.CqlSession to public prepareAsync(query String) : CompletionStage<PreparedStatement> from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Pull Up Method public prepareAsync(query SimpleStatement) : CompletionStage<PreparedStatement> from class com.datastax.oss.driver.api.core.cql.CqlSession to public prepareAsync(query SimpleStatement) : CompletionStage<PreparedStatement> from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Change Return Type CqlSession to Session in method public connect(keyspace CqlIdentifier) : Session in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type CompletionStage<CqlSession> to CompletionStage<Session> in method public init(context InternalDriverContext, keyspace CqlIdentifier, logPrefix String) : CompletionStage<Session> in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Change Return Type CompletionStage<CqlSession> to CompletionStage<Session> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<Session> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Return Type CompletionStage<CqlSession> to CompletionStage<Session> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<Session> in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type CqlSession to Session in method public connect() : Session in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type CompletionStage<CqlSession> to CompletionStage<Session> in method public connectAsync() : CompletionStage<Session> in class com.datastax.oss.driver.api.core.Cluster |
From |
To |
|
Change Return Type CompletionStage<CqlSession> to CompletionStage<Session> in method private init() : CompletionStage<Session> in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Change Variable Type session : CqlSession to session : Session 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 connectFuture : CompletableFuture<CqlSession> to connectFuture : CompletableFuture<Session> in method public connectAsync(keyspace CqlIdentifier) : CompletionStage<Session> in class com.datastax.oss.driver.internal.core.DefaultCluster |
From |
To |
|
Change Variable Type session : CqlSession to session : Session 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 session : CqlSession to session : Session 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 session : CqlSession to session : Session 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 session : CqlSession to session : Session 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 session : CqlSession to session : Session 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> in method public should_initialize_pools_with_distances() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |
|
Change Variable Type session : CqlSession to session : Session 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 : CqlSession to session : Session 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 session : CqlSession to session : Session 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 session : CqlSession to session : Session 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 session : CqlSession to session : Session 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> 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<CqlSession> to initFuture : CompletionStage<Session> 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 initFuture : CompletionStage<CqlSession> to initFuture : CompletionStage<Session> in method public should_remove_pool_if_forced_down_while_init() : void in class com.datastax.oss.driver.internal.core.session.DefaultSessionTest |
From |
To |