|
Change Parameter Type keyspace : String to keyspace : CqlIdentifier in method public RepreparePayload(id ByteBuffer, query String, keyspace CqlIdentifier, customPayload Map<String,ByteBuffer>) in class com.datastax.oss.driver.internal.core.session.RepreparePayload |
From |
To |
|
Change Parameter Type newKeyspace : String to newKeyspace : CqlIdentifier in method public setKeyspace(newKeyspace CqlIdentifier) : T in class com.datastax.oss.driver.api.core.cql.Statement |
From |
To |
|
Change Parameter Type nodes : Set<Node> to nodes : Map<InetSocketAddress,Node> in method public init(nodes Map<InetSocketAddress,Node>, distanceReporter DistanceReporter, contactPoints Set<InetSocketAddress>) : void in class com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy |
From |
To |
|
Change Parameter Type keyspace : String to keyspace : CqlIdentifier in method public DefaultPreparedStatement(id ByteBuffer, query String, variableDefinitions ColumnDefinitions, primaryKeyIndices List<Integer>, resultSetDefinitions ColumnDefinitions, configProfileName String, configProfile DriverConfigProfile, keyspace CqlIdentifier, customPayloadForBoundStatements Map<String,ByteBuffer>, idempotent Boolean, codecRegistry CodecRegistry, protocolVersion ProtocolVersion, customPayloadForPrepare Map<String,ByteBuffer>) in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Change Parameter Type keyspace : String to keyspace : CqlIdentifier in method public DefaultBoundStatement(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], configProfileName String, configProfile DriverConfigProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Parameter Type nodes : Set<Node> to nodes : Map<InetSocketAddress,Node> in method public init(nodes Map<InetSocketAddress,Node>, distanceReporter DistanceReporter, contactPoints Set<InetSocketAddress>) : void in class com.datastax.oss.driver.api.testinfra.loadbalancing.SortingLoadBalancingPolicy |
From |
To |
|
Change Parameter Type keyspace : String to keyspace : CqlIdentifier in method public DefaultBatchStatement(batchType BatchType, statements List<BatchableStatement<?>>, configProfileName String, configProfile DriverConfigProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer) in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Change Return Type ImmutableSet<Node> to Map<InetSocketAddress,Node> in method private excludeDownHosts(metadata Metadata) : Map<InetSocketAddress,Node> in class com.datastax.oss.driver.internal.core.metadata.LoadBalancingPolicyWrapper |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.api.core.session.Request |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.api.core.session.KeyRequest |
From |
To |
|
Change Return Type String to CqlIdentifier in method public getKeyspace() : CqlIdentifier in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |