|
Change Parameter Type cluster : Cluster<? extends CqlSession> to session : Session in method public dropKeyspace(session Session, keyspace CqlIdentifier) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Change Parameter Type cluster : Cluster to session : Session in method private checkRanges(session Session, keyspace CqlIdentifier, replicationFactor int) : void in class com.datastax.oss.driver.api.core.metadata.TokenITBase |
From |
To |
|
Change Parameter Type cluster : Cluster<? extends CqlSession> to session : Session in method public createKeyspace(session Session, keyspace CqlIdentifier) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Change Parameter Type cluster : Cluster to session : Session in method private checkRanges(session Session) : void in class com.datastax.oss.driver.api.core.metadata.TokenITBase |
From |
To |
|
Change Parameter Type cluster : Cluster<? extends CqlSession> to session : Session in method public createKeyspace(session Session, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Change Parameter Type cluster : Cluster<? extends CqlSession> to session : Session in method public dropKeyspace(session Session, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Change Parameter Type cluster : Cluster<CqlSession> to session : CqlSession in method private waitForConfigChange(session CqlSession, timeout long, unit TimeUnit) : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Move Method private warnIfFailed(stage CompletionStage<Void>) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private warnIfFailed(stage CompletionStage<Void>) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method private onPoolInitialized(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onPoolInitialized(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private createOrReconnectPool(node Node) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private createOrReconnectPool(node Node) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method public getMetadata() : Metadata from class com.datastax.oss.driver.internal.core.ClusterWrapper to public getMetadata() : Metadata from class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Move Method public getName() : String from class com.datastax.oss.driver.internal.core.ClusterWrapper to public getName() : String from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private onNodeStateChanged(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private onNodeStateChanged(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public refreshSchema() : Metadata from class com.datastax.oss.driver.api.core.Cluster to public refreshSchema() : Metadata from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Move Method public register(listener NodeStateListener) : Cluster<TargetSessionT> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public register(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private unregister(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private unregister(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public isSchemaMetadataEnabled() : boolean from class com.datastax.oss.driver.internal.core.ClusterWrapper to public isSchemaMetadataEnabled() : boolean from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private init() : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private init(keyspace CqlIdentifier) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method public refreshSchemaAsync() : CompletionStage<Metadata> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public refreshSchemaAsync() : CompletionStage<Metadata> from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method public getDriverVersion() : String from class com.datastax.oss.driver.api.core.Cluster to public getDriverVersion() : String from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Move Method public getContext() : DriverContext from class com.datastax.oss.driver.internal.core.ClusterWrapper to public getContext() : DriverContext from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private onPoolsInit(poolStages List<CompletionStage<ChannelPool>>) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onPoolsInit(poolStages List<CompletionStage<ChannelPool>>) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method public checkSchemaAgreement() : boolean from class com.datastax.oss.driver.api.core.Cluster to public checkSchemaAgreement() : boolean from class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Move Method private register(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private register(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method private setKeyspace(newKeyspace CqlIdentifier, doneFuture CompletableFuture<Void>) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private setKeyspace(newKeyspace CqlIdentifier, doneFuture CompletableFuture<Void>) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private register(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private register(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public checkSchemaAgreementAsync() : CompletionStage<Boolean> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public checkSchemaAgreementAsync() : CompletionStage<Boolean> from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private onPoolReady(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onPoolReady(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private internalComponentsToClose() : List<AsyncAutoCloseable> from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private internalComponentsToClose() : List<AsyncAutoCloseable> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public register(listener SchemaChangeListener) : Cluster<TargetSessionT> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public register(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private closePolicies() : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private closePolicies() : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public unregister(listener NodeStateListener) : Cluster<TargetSessionT> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public unregister(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private onStateEvent(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onStateEvent(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private processDistanceEvent(event DistanceEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private processDistanceEvent(event DistanceEvent) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private processStateEvent(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private processStateEvent(event NodeStateEvent) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private onDistanceEvent(event DistanceEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onDistanceEvent(event DistanceEvent) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method public unregister(listener SchemaChangeListener) : Cluster<TargetSessionT> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public unregister(listener SchemaChangeListener) : void from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private reprepareStatements(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private reprepareStatements(pool ChannelPool) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private unregister(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private unregister(listener NodeStateListener) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Method public setSchemaMetadataEnabled(newValue Boolean) : CompletionStage<Metadata> from class com.datastax.oss.driver.internal.core.ClusterWrapper to public setSchemaMetadataEnabled(newValue Boolean) : CompletionStage<Metadata> from class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Move Method private onTopologyEvent(event TopologyEvent) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private onTopologyEvent(event TopologyEvent) : void from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Method private init() : void from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private init(keyspace CqlIdentifier) : void from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Attribute private distanceEventFilter : ReplayingEventFilter<DistanceEvent> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private distanceEventFilter : ReplayingEventFilter<DistanceEvent> from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private pending : Map<Node,CompletionStage<ChannelPool>> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private pending : Map<Node,CompletionStage<ChannelPool>> from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private stateListenerKey : Object from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private stateListenerKey : Object from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private keyspace : CqlIdentifier from class com.datastax.oss.driver.internal.core.session.DefaultSession to protected keyspace : CqlIdentifier from class com.datastax.oss.driver.api.core.session.SessionBuilder |
From |
To |
|
Move Attribute private pendingDistanceEvents : Map<Node,DistanceEvent> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private pendingDistanceEvents : Map<Node,DistanceEvent> from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private topologyListenerKey : Object from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private topologyListenerKey : Object from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private schemaChangeListeners : Set<SchemaChangeListener> from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private schemaChangeListeners : Set<SchemaChangeListener> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Attribute private nodeStateManager : NodeStateManager from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private nodeStateManager : NodeStateManager from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Attribute private distanceListenerKey : Object from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private distanceListenerKey : Object from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private nodeStateListeners : Set<NodeStateListener> from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private nodeStateListeners : Set<NodeStateListener> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Attribute private channelPoolFactory : ChannelPoolFactory from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private channelPoolFactory : ChannelPoolFactory from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private initialContactPoints : Set<InetSocketAddress> from class com.datastax.oss.driver.internal.core.DefaultCluster.SingleThreaded to private initialContactPoints : Set<InetSocketAddress> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Move Attribute private pendingStateEvents : Map<Node,NodeStateEvent> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private pendingStateEvents : Map<Node,NodeStateEvent> from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Move Attribute private stateEventFilter : ReplayingEventFilter<NodeStateEvent> from class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded to private stateEventFilter : ReplayingEventFilter<NodeStateEvent> from class com.datastax.oss.driver.internal.core.session.PoolManager.SingleThreaded |
From |
To |
|
Change Variable Type cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_update(beforeStatements Iterable<String>, updateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type pool : ChannelPool to closeable : AsyncAutoCloseable in method private forceClose() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : CqlSession in method public should_not_load_schema_if_disabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Variable Type localClusterRef : Cluster<CqlSession> to localSessionRef : CqlSession in method public should_call_onRegister_and_onUnregister_implicitly() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type newCluster : Cluster<CqlSession> to newSession : CqlSession in method public create_schema_and_ensure_exported_cql_is_as_expected() : void in class com.datastax.oss.driver.api.core.metadata.DescribeIT |
From |
To |
|
Change Variable Type localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_call_onRegister_and_onUnregister_implicitly() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type localCluster : Cluster<CqlSession> to session : 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 cluster : Cluster<CqlSession> to session : 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 cluster : Cluster<CqlSession> to session : CqlSession in method public should_refresh_schema_manually() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : CqlSession in method public should_enable_schema_programmatically_when_disabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Variable Type ignored : Cluster<CqlSession> to ignored : 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 localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_remove_invalid_contact_point() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_creation(beforeStatement String, createStatement String, extract Function<Metadata,T>, verifyMetadata Consumer<T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_creation(beforeStatement String, createStatement String, extract Function<Metadata,T>, verifyMetadata Consumer<T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_signal_non_contact_points_as_added() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : CqlSession in method public should_disable_schema_programmatically_when_enabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Variable Type cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_drop(beforeStatements Iterable<String>, dropStatement String, extract Function<Metadata,T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_update(beforeStatements Iterable<String>, updateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_update_via_drop_and_recreate(beforeStatements Iterable<String>, dropStatement String, recreateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : CqlSession in method public should_filter_by_keyspaces() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Variable Type pool : ChannelPool to closeable : AsyncAutoCloseable in method private close() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Change Variable Type cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_drop(beforeStatements Iterable<String>, dropStatement String, extract Function<Metadata,T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : 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 localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_mark_unreachable_contact_point_down() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Change Variable Type cluster : Cluster<CqlSession> to session : 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 cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_update_via_drop_and_recreate(beforeStatements Iterable<String>, dropStatement String, recreateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_disable_schema_programmatically_when_enabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Rename Variable newCluster : Cluster<CqlSession> to newSession : CqlSession in method public create_schema_and_ensure_exported_cql_is_as_expected() : void in class com.datastax.oss.driver.api.core.metadata.DescribeIT |
From |
To |
|
Rename Variable localCluster : Cluster<CqlSession> to session : 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 |
|
Rename Variable nonControlHeartbeats : AtomicInteger to count : AtomicInteger in method private countHeartbeats(regularConnection boolean) : AtomicInteger in class com.datastax.oss.driver.api.core.heartbeat.HeartbeatIT |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : 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 |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_refresh_schema_manually() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Rename Variable session : CqlSession to v3Session : CqlSession in method public should_not_allow_unset_value_when_protocol_less_than_v4() : void in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_keep_current_if_supported_by_all_peers() : void in class com.datastax.oss.driver.api.core.ProtocolVersionMixedClusterIT |
From |
To |
|
Rename Variable localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_remove_invalid_contact_point() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Rename Variable localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_mark_unreachable_contact_point_down() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Rename Variable closePoolStage : CompletionStage<Void> to stage : CompletionStage<Void> in method private onChildrenClosed(childrenCloseStages List<CompletionStage<Void>>) : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : 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 |
|
Rename Variable pool : ChannelPool to closeable : AsyncAutoCloseable in method private forceClose() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_signal_non_contact_points_as_added() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Rename Variable localClusterRef : Cluster<CqlSession> to localSessionRef : CqlSession in method public should_call_onRegister_and_onUnregister_implicitly() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Rename Variable closePoolStages : List<CompletionStage<Void>> to childrenCloseStages : List<CompletionStage<Void>> in method private close() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_drop(beforeStatements Iterable<String>, dropStatement String, extract Function<Metadata,T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable localCluster : Cluster<CqlSession> to localSession : CqlSession in method public should_call_onRegister_and_onUnregister_implicitly() : void in class com.datastax.oss.driver.api.core.metadata.NodeStateIT |
From |
To |
|
Rename Variable cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_update(beforeStatements Iterable<String>, updateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_update_via_drop_and_recreate(beforeStatements Iterable<String>, dropStatement String, recreateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_filter_by_keyspaces() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Rename Variable pool : ChannelPool to closeable : AsyncAutoCloseable in method private close() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable closePoolFuture : CompletableFuture<Void> to future : CompletableFuture<Void> in method private warnIfFailed(stage CompletionStage<Void>) : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_enable_schema_programmatically_when_disabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Rename Variable cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_drop(beforeStatements Iterable<String>, dropStatement String, extract Function<Metadata,T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable closePoolStages : List<CompletionStage<Void>> to childrenCloseStages : List<CompletionStage<Void>> in method private forceClose() : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Variable session : CqlSession to v3Session : CqlSession in method public should_not_allow_unset_value_when_protocol_less_than_v4() : void in class com.datastax.oss.driver.api.core.cql.BatchStatementIT |
From |
To |
|
Rename Variable cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_creation(beforeStatement String, createStatement String, extract Function<Metadata,T>, verifyMetadata Consumer<T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_creation(beforeStatement String, createStatement String, extract Function<Metadata,T>, verifyMetadata Consumer<T>, verifyListener BiConsumer<SchemaChangeListener,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster1 : Cluster<CqlSession> to session1 : CqlSession in method private should_handle_update_via_drop_and_recreate(beforeStatements Iterable<String>, dropStatement String, recreateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster2 : Cluster<CqlSession> to session2 : CqlSession in method private should_handle_update(beforeStatements Iterable<String>, updateStatement String, extract Function<Metadata,T>, verifyNewMetadata Consumer<T>, verifyListener TriConsumer<SchemaChangeListener,T,T>, keyspaces CqlIdentifier...) : void in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Variable cluster : Cluster<CqlSession> to session : CqlSession in method public should_not_load_schema_if_disabled_in_config() : void in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Return Type T to SessionT in method public session() : SessionT in class com.datastax.oss.driver.api.testinfra.cluster.SessionRule |
From |
To |
|
Change Return Type ClusterBuilder to SessionBuilder<?,?> in method public builder() : SessionBuilder<?,?> in class com.datastax.oss.driver.api.testinfra.cluster.DefaultSessionBuilderInstantiator |
From |
To |
|
Change Return Type Cluster<TargetSessionT> to void in method public unregister(listener SchemaChangeListener) : void in class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Change Return Type Cluster<TargetSessionT> to void in method public register(listener NodeStateListener) : void in class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Change Return Type GuavaClusterBuilder to GuavaSessionBuilder in method public builder() : GuavaSessionBuilder in class com.datastax.oss.driver.example.guava.api.GuavaSessionUtils |
From |
To |
|
Change Return Type Cluster<TargetSessionT> to void in method public unregister(listener NodeStateListener) : void in class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Change Return Type ClusterRuleBuilder<ClusterRuleBuilder,T> to CqlSessionRuleBuilder in method public builder(cassandraResource CassandraResourceRule) : CqlSessionRuleBuilder in class com.datastax.oss.driver.api.testinfra.cluster.SessionRule |
From |
To |
|
Change Return Type ClusterBuilder<?,? extends Cluster<T>> to SessionBuilder<?,SessionT> in method public baseBuilder() : SessionBuilder<?,SessionT> in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Change Return Type Cluster<TargetSessionT> to void in method public register(listener SchemaChangeListener) : void in class com.datastax.oss.driver.internal.core.session.SessionWrapper |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.Murmur3TokenIT |
From |
To |
|
Rename Attribute schemaClusterRule : ClusterRule to schemaSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.compression.HeapCompressionIT |
From |
To |
|
Rename Attribute defaultClusterOptions : String[] to defaultOptions : String[] in class com.datastax.oss.driver.api.testinfra.cluster.SessionRule |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.AsyncResultSetIT |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.retry.DefaultRetryPolicyIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.QueryTraceIT |
From |
To |
|
Rename Attribute clusterName : String to sessionName : String in class com.datastax.oss.driver.internal.core.context.DefaultDriverContext |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.session.RequestProcessorIT |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.connection.FrameLengthIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.RandomTokenVnodesIT |
From |
To |
|
Rename Attribute keyspace : CqlIdentifier to poolManager : PoolManager in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Rename Attribute channelPoolFactory : ChannelPoolFactory to initialContactPoints : Set<InetSocketAddress> in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Rename Attribute adminClusterRule : ClusterRule to adminSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Rename Attribute context : InternalDriverContext to config : DriverConfigProfile in class com.datastax.oss.driver.internal.core.session.PoolManager |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.loadbalancing.DefaultLoadBalancingPolicyIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.RandomTokenIT |
From |
To |
|
Rename Attribute optionsRequest : Predicate<QueryLog> to IS_OPTION_REQUEST : Predicate<QueryLog> in class com.datastax.oss.driver.api.core.heartbeat.HeartbeatIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.ByteOrderedTokenVnodesIT |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.BatchStatementIT |
From |
To |
|
Rename Attribute stateListenerKey : Object to nodeStateListeners : Set<NodeStateListener> in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.PerRequestKeyspaceIT |
From |
To |
|
Rename Attribute CLUSTER_BUILDER_CLASS : String to SESSION_BUILDER_CLASS : String in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Rename Attribute CLUSTER_NAME_COUNTER : AtomicInteger to SESSION_NAME_COUNTER : AtomicInteger in class com.datastax.oss.driver.internal.core.context.DefaultDriverContext |
From |
To |
|
Rename Attribute cluster : Cluster<T> to session : SessionT in class com.datastax.oss.driver.api.testinfra.cluster.SessionRule |
From |
To |
|
Rename Attribute schemaClusterRule : ClusterRule to schemaSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.compression.DirectCompressionIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaAgreementIT |
From |
To |
|
Rename Attribute cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.data.DataTypeIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.ByteOrderedTokenIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule<CqlSession> to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.PreparedStatementInvalidationIT |
From |
To |
|
Rename Attribute clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.Murmur3TokenVnodesIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.BatchStatementIT |
From |
To |
|
Change Attribute Type stateListenerKey : Object to nodeStateListeners : Set<NodeStateListener> in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.PerRequestKeyspaceIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to cluster : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.SimpleStatementIT |
From |
To |
|
Change Attribute Type cluster : Cluster<T> to session : SessionT in class com.datastax.oss.driver.api.testinfra.cluster.SessionRule |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaAgreementIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistryIT |
From |
To |
|
Change Attribute Type context : InternalDriverContext to config : DriverConfigProfile in class com.datastax.oss.driver.internal.core.session.PoolManager |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.AsyncResultSetIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.ByteOrderedTokenVnodesIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.QueryTraceIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.retry.DefaultRetryPolicyIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.session.RequestProcessorIT |
From |
To |
|
Change Attribute Type schemaClusterRule : ClusterRule to schemaSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.compression.DirectCompressionIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.connection.FrameLengthIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.RandomTokenVnodesIT |
From |
To |
|
Change Attribute Type cluster : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.data.DataTypeIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaIT |
From |
To |
|
Change Attribute Type keyspace : CqlIdentifier to poolManager : PoolManager in class com.datastax.oss.driver.internal.core.session.DefaultSession |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.ByteOrderedTokenIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule<CqlSession> to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.cql.PreparedStatementInvalidationIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.Murmur3TokenVnodesIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.Murmur3TokenIT |
From |
To |
|
Change Attribute Type channelPoolFactory : ChannelPoolFactory to initialContactPoints : Set<InetSocketAddress> in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Change Attribute Type schemaClusterRule : ClusterRule to schemaSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.compression.HeapCompressionIT |
From |
To |
|
Change Attribute Type adminClusterRule : ClusterRule to adminSessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.SchemaChangesIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.loadbalancing.DefaultLoadBalancingPolicyIT |
From |
To |
|
Change Attribute Type clusterRule : ClusterRule to sessionRule : SessionRule<CqlSession> in class com.datastax.oss.driver.api.core.metadata.RandomTokenIT |
From |
To |
|
Rename Parameter cluster : Cluster<? extends CqlSession> to session : Session in method public createKeyspace(session Session, keyspace CqlIdentifier) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Rename Parameter cluster : Cluster to session : Session in method private checkRanges(session Session) : void in class com.datastax.oss.driver.api.core.metadata.TokenITBase |
From |
To |
|
Rename Parameter session : CqlSession to defaultSession : CqlSession in method protected wrap(defaultSession CqlSession) : GuavaSession in class com.datastax.oss.driver.example.guava.api.GuavaSessionBuilder |
From |
To |
|
Rename Parameter cluster : Cluster<? extends CqlSession> to session : Session in method public createKeyspace(session Session, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Rename Parameter cluster : Cluster<? extends CqlSession> to session : Session in method public dropKeyspace(session Session, keyspace CqlIdentifier, profile DriverConfigProfile) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Rename Parameter closePoolStages : List<CompletionStage<Void>> to childrenCloseStages : List<CompletionStage<Void>> in method private onChildrenClosed(childrenCloseStages List<CompletionStage<Void>>) : void in class com.datastax.oss.driver.internal.core.session.DefaultSession.SingleThreaded |
From |
To |
|
Rename Parameter cluster : Cluster<CqlSession> to session : CqlSession in method private waitForConfigChange(session CqlSession, timeout long, unit TimeUnit) : void in class com.datastax.oss.driver.api.core.config.DriverConfigProfileReloadIT |
From |
To |
|
Rename Parameter cluster : Cluster<? extends CqlSession> to session : Session in method public dropKeyspace(session Session, keyspace CqlIdentifier) : void in class com.datastax.oss.driver.api.testinfra.cluster.SessionUtils |
From |
To |
|
Rename Parameter cluster : Cluster to session : Session in method private checkRanges(session Session, keyspace CqlIdentifier, replicationFactor int) : void in class com.datastax.oss.driver.api.core.metadata.TokenITBase |
From |
To |