|
Rename Method public withNamedValue(name String, value Object) : SimpleStatementBuilder renamed to public addPositionalValue(value Object) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Method public withCustomPayload(key String, value ByteBuffer) : SimpleStatementBuilder renamed to public addNamedValue(name String, value Object) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Method public withIdempotence(idempotent boolean) : SimpleStatementBuilder renamed to public clearNamedValues() : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Method public withTimestamp(timestamp long) : SimpleStatementBuilder renamed to public clearPositionalValues() : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Method public withConfigProfileName(configProfileName String) : SimpleStatementBuilder renamed to public withQuery(query String) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Method public copy(newPagingState ByteBuffer) : DefaultSimpleStatement renamed to public setPagingState(newPagingState ByteBuffer) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Parameter Type value : ByteBuffer to value : Object in method public addNamedValue(name String, value Object) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Change Parameter Type preparedStatement : DefaultPreparedStatement to preparedStatement : PreparedStatement in method public DefaultBoundStatement(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], configProfileName String, configProfile DriverConfigProfile, keyspace String, 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 statement : Statement to statement : Statement<?> in method public execute(statement Statement<?>) : ResultSet in class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Change Parameter Type statement : Statement to statement : Statement<?> in method public executeAsync(statement Statement<?>) : CompletionStage<AsyncResultSet> in class com.datastax.oss.driver.api.core.session.Session |
From |
To |
|
Change Parameter Type statements : List<BatchableStatement> to statements : List<BatchableStatement<?>> in method public DefaultBatchStatement(batchType BatchType, statements List<BatchableStatement<?>>, configProfileName String, configProfile DriverConfigProfile, keyspace String, 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 Parameter Type statement : BatchableStatement to statement : BatchableStatement<?> in method public addStatement(statement BatchableStatement<?>) : BatchStatementBuilder in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder |
From |
To |
|
Pull Up Attribute private configProfileName : String from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected configProfileName : String from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Pull Up Attribute private configProfile : DriverConfigProfile from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected configProfile : DriverConfigProfile from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Pull Up Attribute private idempotent : Boolean from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected idempotent : Boolean from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Pull Up Attribute private pagingState : ByteBuffer from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected pagingState : ByteBuffer from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Pull Up Attribute private timestamp : long from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected timestamp : long from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Pull Up Attribute private tracing : boolean from class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder to protected tracing : boolean from class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Change Return Type SimpleStatementBuilder to T in method public withConfigProfile(configProfile DriverConfigProfile) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Change Return Type DefaultSimpleStatement to SimpleStatement in method public setPagingState(newPagingState ByteBuffer) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Return Type BatchStatement to BatchStatementBuilder in method public addStatement(statement BatchableStatement<?>) : BatchStatementBuilder in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder |
From |
To |
|
Change Return Type DefaultPreparedStatement to PreparedStatement in method public getPreparedStatement() : PreparedStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Return Type SimpleStatementBuilder to T in method public withPagingState(pagingState ByteBuffer) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Change Return Type Iterator<BatchableStatement> to Iterator<BatchableStatement<?>> in method public iterator() : Iterator<BatchableStatement<?>> in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter configProfileName : String to newConfigProfileName : String in method public setConfigProfileName(newConfigProfileName String) : BatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter customPayload : Map<String,ByteBuffer> to newCustomPayload : Map<String,ByteBuffer> in method public setCustomPayload(newCustomPayload Map<String,ByteBuffer>) : DefaultBatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter idempotent : Boolean to newIdempotence : Boolean in method public setIdempotent(newIdempotence Boolean) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter timestamp : long to newTimestamp : long in method public setTimestamp(newTimestamp long) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter timestamp : long to newTimestamp : long in method public setTimestamp(newTimestamp long) : BatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter configProfileName : String to query : String in method public withQuery(query String) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to newConfigProfile : DriverConfigProfile in method public setConfigProfile(newConfigProfile DriverConfigProfile) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter key : String to name : String in method public addNamedValue(name String, value Object) : SimpleStatementBuilder in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder |
From |
To |
|
Rename Parameter idempotent : Boolean to newIdempotence : Boolean in method public setIdempotent(newIdempotence Boolean) : DefaultBatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter configProfileName : String to newConfigProfileName : String in method public setConfigProfileName(newConfigProfileName String) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to newProfile : DriverConfigProfile in method public setConfigProfile(newProfile DriverConfigProfile) : DefaultBatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter customPayload : Map<String,ByteBuffer> to newCustomPayload : Map<String,ByteBuffer> in method public setCustomPayload(newCustomPayload Map<String,ByteBuffer>) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |