|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.example.guava.internal.KeyRequest |
From |
To |
|
Rename Method public withConfigProfileName(configProfileName String) : T renamed to public withExecutionProfileName(executionProfileName String) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Method public setConfigProfile(newProfile DriverConfigProfile) : SimpleStatement renamed to public setExecutionProfile(newProfile DriverExecutionProfile) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Method public withConfigProfile(configProfile DriverConfigProfile) : T renamed to public withExecutionProfile(executionProfile DriverExecutionProfile) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Method public getConfigProfileForBoundStatements() : DriverConfigProfile renamed to public getExecutionProfileForBoundStatements() : DriverExecutionProfile in class com.datastax.oss.driver.api.core.cql.PrepareRequest |
From |
To |
|
Rename Method public setConfigProfile(newConfigProfile DriverConfigProfile) : BoundStatement renamed to public setExecutionProfile(newProfile DriverExecutionProfile) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.api.core.session.Request |
From |
To |
|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Method public getConfigProfileNameForBoundStatements() : String renamed to public getExecutionProfileNameForBoundStatements() : String in class com.datastax.oss.driver.api.core.cql.PrepareRequest |
From |
To |
|
Rename Method public setConfigProfileName(newConfigProfileName String) : SimpleStatement renamed to public setExecutionProfileName(newConfigProfileName String) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Method public getConfigProfileForBoundStatements() : DriverConfigProfile renamed to public getExecutionProfileForBoundStatements() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Rename Method public setConfigProfileName(newConfigProfileName String) : BatchStatement renamed to public setExecutionProfileName(newConfigProfileName String) : BatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.api.core.session.Request |
From |
To |
|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.example.guava.internal.KeyRequest |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Rename Method public setConfigProfile(newProfile DriverConfigProfile) : DefaultBatchStatement renamed to public setExecutionProfile(newProfile DriverExecutionProfile) : DefaultBatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Method public getConfigProfileName() : String renamed to public getExecutionProfileName() : String in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Method public getConfigProfileNameForBoundStatements() : String renamed to public getExecutionProfileNameForBoundStatements() : String in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Rename Method public getConfigProfile() : DriverConfigProfile renamed to public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Method public setConfigProfileName(newConfigProfileName String) : BoundStatement renamed to public setExecutionProfileName(newConfigProfileName String) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package Cassandra22SchemaQueries(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra22SchemaQueries |
From |
To |
|
Change Parameter Type newProfile : DriverConfigProfile to newProfile : DriverExecutionProfile in method public setExecutionProfile(newProfile DriverExecutionProfile) : DefaultBatchStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public withExecutionProfile(executionProfile DriverExecutionProfile) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestNodeLoggerExample |
From |
To |
|
Change Parameter Type defaultConfigProfile : DriverConfigProfile to config : DriverExecutionProfile in method package HeartbeatHandler(config DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.channel.HeartbeatHandler |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method public toMessage(statement Statement<?>, config DriverExecutionProfile, context InternalDriverContext) : Message in class com.datastax.oss.driver.internal.core.cql.Conversions |
From |
To |
|
Change Parameter Type profile : DriverConfigProfile to profile : DriverExecutionProfile in method public createKeyspace(session Session, keyspace CqlIdentifier, profile DriverExecutionProfile) : void in class com.datastax.oss.driver.api.testinfra.session.SessionUtils |
From |
To |
|
Change Parameter Type configProfileForBoundStatements : DriverConfigProfile to executionProfileForBoundStatements : DriverExecutionProfile in method public DefaultPreparedStatement(id ByteBuffer, query String, variableDefinitions ColumnDefinitions, partitionKeyIndices List<Integer>, resultMetadataId ByteBuffer, resultSetDefinitions ColumnDefinitions, keyspace CqlIdentifier, customPayloadForPrepare Map<String,ByteBuffer>, executionProfileNameForBoundStatements String, executionProfileForBoundStatements DriverExecutionProfile, routingKeyspaceForBoundStatements CqlIdentifier, routingKeyForBoundStatements ByteBuffer, routingTokenForBoundStatements Token, customPayloadForBoundStatements Map<String,ByteBuffer>, areBoundStatementsIdempotent Boolean, timeoutForBoundStatements Duration, pagingStateForBoundStatements ByteBuffer, pageSizeForBoundStatements int, consistencyLevelForBoundStatements ConsistencyLevel, serialConsistencyLevelForBoundStatements ConsistencyLevel, areBoundStatementsTracing boolean, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method protected buildContext(config DriverExecutionProfile) : SSLContext in class com.datastax.oss.driver.internal.core.ssl.DefaultSslEngineFactory |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to config : DriverExecutionProfile in method package QueryTraceFetcher(tracingId UUID, session CqlSession, context InternalDriverContext, config DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcher |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package Cassandra3SchemaQueries(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra3SchemaQueries |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package SchemaQueriesWithMockedChannel(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra21SchemaQueriesTest.SchemaQueriesWithMockedChannel |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package SchemaQueriesWithMockedChannel(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra22SchemaQueriesTest.SchemaQueriesWithMockedChannel |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultBoundStatement(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.internal.core.tracker.RequestLogger |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method protected CassandraSchemaQueries(channel DriverChannel, isCassandraV3 boolean, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.CassandraSchemaQueries |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method private SingleThreaded(context InternalDriverContext, config DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.metadata.MetadataManager.SingleThreaded |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package Cassandra21SchemaQueries(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra21SchemaQueries |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultExecutionInfo(statement Statement<?>, coordinator Node, speculativeExecutionCount int, successfulExecutionIndex int, errors List<Map.Entry<Node,Throwable>>, pagingState ByteBuffer, frame Frame, schemaInAgreement boolean, session DefaultSession, context InternalDriverContext, executionProfile DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.cql.DefaultExecutionInfo |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.internal.core.tracker.RequestLogger |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public BoundStatementBuilder(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Change Parameter Type newConfigProfile : DriverConfigProfile to newProfile : DriverExecutionProfile in method public setExecutionProfile(newProfile DriverExecutionProfile) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultBatchStatement(batchType BatchType, statements List<BatchableStatement<?>>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestNodeLoggerExample |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Change Parameter Type newProfile : DriverConfigProfile to newProfile : DriverExecutionProfile in method public setExecutionProfile(newProfile DriverExecutionProfile) : SimpleStatement in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method protected initializeHdrTimer(metric MetricT, config DriverExecutionProfile, highestLatencyOption DefaultDriverOption, significantDigitsOption DefaultDriverOption, intervalOption DefaultDriverOption) : void in class com.datastax.oss.driver.internal.core.metrics.DropwizardMetricUpdater |
From |
To |
|
Change Parameter Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultSimpleStatement(query String, positionalValues List<Object>, namedValues Map<CqlIdentifier,Object>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Parameter Type config : DriverConfigProfile to config : DriverExecutionProfile in method package SchemaQueriesWithMockedChannel(channel DriverChannel, refreshFuture CompletableFuture<Metadata>, config DriverExecutionProfile, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.schema.queries.Cassandra3SchemaQueriesTest.SchemaQueriesWithMockedChannel |
From |
To |
|
Change Parameter Type profile : DriverConfigProfile to profile : DriverExecutionProfile in method public dropKeyspace(session Session, keyspace CqlIdentifier, profile DriverExecutionProfile) : void in class com.datastax.oss.driver.api.testinfra.session.SessionUtils |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withInt(option DriverOption, value int) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withStringList(option DriverOption, value List<String>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type Map<String,? extends DriverConfigProfile> to Map<String,? extends DriverExecutionProfile> in method public getProfiles() : Map<String,? extends DriverExecutionProfile> in class com.datastax.oss.driver.api.core.config.DriverConfig |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.api.core.session.Request |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBoolean(option DriverOption, value boolean) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBytesList(option DriverOption, value List<Long>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withIntList(option DriverOption, value List<Integer>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBoolean(option DriverOption, value boolean) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getDefaultProfile() : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverConfig |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withIntList(option DriverOption, value List<Integer>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getProfile(profileName String) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBooleanList(option DriverOption, value List<Boolean>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withString(option DriverOption, value String) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public without(option DriverOption) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfileForBoundStatements() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDouble(option DriverOption, value double) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withLong(option DriverOption, value long) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getProfile(profileName String) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverConfig |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public without(option DriverOption) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDuration(option DriverOption, value Duration) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDurationList(option DriverOption, value List<Duration>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method private with(option DriverOption, value Object) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBytes(option DriverOption, value long) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDouble(option DriverOption, value double) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.example.guava.internal.KeyRequest |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withStringList(option DriverOption, value List<String>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDoubleList(option DriverOption, value List<Double>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type Map<String,? extends DriverConfigProfile> to Map<String,? extends DriverExecutionProfile> in method public getProfiles() : Map<String,? extends DriverExecutionProfile> in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDoubleList(option DriverOption, value List<Double>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withLong(option DriverOption, value long) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withString(option DriverOption, value String) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfileForBoundStatements() : DriverExecutionProfile in class com.datastax.oss.driver.api.core.cql.PrepareRequest |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withInt(option DriverOption, value int) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public slowProfile() : DriverExecutionProfile in class com.datastax.oss.driver.api.testinfra.session.SessionRule |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withLongList(option DriverOption, value List<Long>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withStringMap(option DriverOption, value Map<String,String>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withStringMap(option DriverOption, map Map<String,String>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDurationList(option DriverOption, value List<Duration>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBytesList(option DriverOption, value List<Long>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withLongList(option DriverOption, value List<Long>) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withDuration(option DriverOption, value Duration) : DriverExecutionProfile in class com.datastax.oss.driver.api.core.config.DriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBytes(option DriverOption, value long) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public slowProfile(session Session) : DriverExecutionProfile in class com.datastax.oss.driver.api.testinfra.session.SessionUtils |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public withBooleanList(option DriverOption, value List<Boolean>) : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverExecutionProfile |
From |
To |
|
Change Return Type DriverConfigProfile to DriverExecutionProfile in method public getExecutionProfile() : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.StatementSizeTest |
From |
To |
|
Rename Attribute configProfileName : String to executionProfileName : String in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcher |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.ReprepareOnUpTest |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.ProtocolInitHandlerTest |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.DefaultSessionPoolsTest |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.NodeStateManagerTest |
From |
To |
|
Rename Attribute configProfileName : String to executionProfileName : String in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.ChannelFactoryTestBase |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.HeartbeatHandler |
From |
To |
|
Rename Attribute configProfileName : String to executionProfileName : String in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase |
From |
To |
|
Rename Attribute configProfileName : String to executionProfileName : String in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerBase |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.RequestHandlerTestHarness |
From |
To |
|
Rename Attribute configProfileForBoundStatements : DriverConfigProfile to executionProfileForBoundStatements : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Rename Attribute configProfileNameForBoundStatements : String to executionProfileNameForBoundStatements : String in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.time.MonotonicTimestampGeneratorTestBase |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Attribute defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoaderTest |
From |
To |
|
Rename Attribute configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultExecutionInfo |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DropwizardNodeMetricUpdater(node Node, enabledMetrics Set<NodeMetric>, registry MetricRegistry, context InternalDriverContext) in class com.datastax.oss.driver.internal.core.metrics.DropwizardNodeMetricUpdater |
From |
To |
|
Change Variable Type derivedFromProfile1 : DriverConfigProfile to derivedFromProfile1 : DriverExecutionProfile in method public should_update_derived_profiles_after_reloading() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DefaultNettyOptions(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.context.DefaultNettyOptions |
From |
To |
|
Change Variable Type profile : DriverConfigProfile to profile : DriverExecutionProfile in method public buildFromConfigProfiles(context InternalDriverContext, rootOption DriverOption, expectedSuperType Class<T>, defaultPackages String...) : Map<String,T> in class com.datastax.oss.driver.internal.core.util.Reflection |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public should_report_socket_options() : void in class com.datastax.oss.driver.api.core.connection.ChannelSocketOptionsIT |
From |
To |
|
Change Variable Type slowProfile : DriverConfigProfile to slowProfile : DriverExecutionProfile 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 config : DriverConfigProfile to config : DriverExecutionProfile in method public ConstantReconnectionPolicy(context DriverContext) in class com.datastax.oss.driver.internal.core.connection.ConstantReconnectionPolicy |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method private getLocalDcFromConfig(context DriverContext, profileName String) : String in class com.datastax.oss.driver.internal.core.loadbalancing.DefaultLoadBalancingPolicy |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DefaultWriteCoalescer(context DriverContext) in class com.datastax.oss.driver.internal.core.channel.DefaultWriteCoalescer |
From |
To |
|
Change Variable Type base : DriverConfigProfile to base : DriverExecutionProfile in method public should_create_derived_profile_overriding_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in method protected initChannel(channel Channel) : void in class com.datastax.oss.driver.internal.core.channel.ChannelFactoryTestBase.TestChannelFactory.initializer |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method private buildClock(context DriverContext) : Clock in class com.datastax.oss.driver.internal.core.time.MonotonicTimestampGenerator |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public ConcurrencyLimitingRequestThrottler(context DriverContext) in class com.datastax.oss.driver.internal.core.session.throttling.ConcurrencyLimitingRequestThrottler |
From |
To |
|
Change Variable Type defaultConfig : DriverConfigProfile to defaultConfig : DriverExecutionProfile in method public ChannelFactory(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.channel.ChannelFactory |
From |
To |
|
Change Variable Type builder : ImmutableMap.Builder<String,TypesafeDriverConfigProfile.Base> to builder : ImmutableMap.Builder<String,TypesafeDriverExecutionProfile.Base> in method public TypesafeDriverConfig(config Config) in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig |
From |
To |
|
Change Variable Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in method protected buildCompressor() : Compressor<ByteBuf> in class com.datastax.oss.driver.internal.core.context.DefaultDriverContext |
From |
To |
|
Change Variable Type base : DriverConfigProfile to base : DriverExecutionProfile in method public should_fetch_string_map() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DefaultSslEngineFactory(driverContext DriverContext) in class com.datastax.oss.driver.internal.core.ssl.DefaultSslEngineFactory |
From |
To |
|
Change Variable Type derived : DriverConfigProfile to derived : DriverExecutionProfile in method public should_create_derived_profile_with_new_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type derivedFromDefault : DriverConfigProfile to derivedFromDefault : DriverExecutionProfile in method public should_update_derived_profiles_after_reloading() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type base : DriverConfigProfile to base : DriverExecutionProfile in method public should_create_derived_profile_with_new_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type derived : DriverConfigProfile to derived : DriverExecutionProfile in method public should_create_derived_profile_unsetting_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method package RateLimitingRequestThrottler(context DriverContext, clock NanoClock) in class com.datastax.oss.driver.internal.core.session.throttling.RateLimitingRequestThrottler |
From |
To |
|
Change Variable Type mapBase : DriverConfigProfile to mapBase : DriverExecutionProfile in method public should_create_derived_profile_with_string_map() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type defaultConfig : DriverConfigProfile to defaultConfig : DriverExecutionProfile in method package ProtocolInitHandler(context InternalDriverContext, protocolVersion ProtocolVersion, expectedClusterName String, options DriverChannelOptions, heartbeatHandler HeartbeatHandler) in class com.datastax.oss.driver.internal.core.channel.ProtocolInitHandler |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DefaultTopologyMonitor(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.metadata.DefaultTopologyMonitor |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public should_not_reprepare_on_other_nodes_if_disabled_in_config() : void in class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public DropwizardMetricsFactory(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.metrics.DropwizardMetricsFactory |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method private connect(address SocketAddress, options DriverChannelOptions, nodeMetricUpdater NodeMetricUpdater, currentVersion ProtocolVersion, isNegotiating boolean, attemptedVersions List<ProtocolVersion>, resultFuture CompletableFuture<DriverChannel>) : void in class com.datastax.oss.driver.internal.core.channel.ChannelFactory |
From |
To |
|
Change Variable Type defaultConfig : DriverConfigProfile to defaultConfig : DriverExecutionProfile in method protected buildDefaultSessionAsync() : CompletionStage<CqlSession> in class com.datastax.oss.driver.api.core.session.SessionBuilder |
From |
To |
|
Change Variable Type slowProfile : DriverConfigProfile to slowProfile : DriverExecutionProfile in method public should_use_profile_page_size() : void in class com.datastax.oss.driver.api.core.config.DriverExecutionProfileIT |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public ConstantSpeculativeExecutionPolicy(context DriverContext, profileName String) in class com.datastax.oss.driver.internal.core.specex.ConstantSpeculativeExecutionPolicy |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public ExponentialReconnectionPolicy(context DriverContext) in class com.datastax.oss.driver.internal.core.connection.ExponentialReconnectionPolicy |
From |
To |
|
Change Variable Type derived : DriverConfigProfile to derived : DriverExecutionProfile in method public should_create_derived_profile_overriding_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in method public DefaultDriverContext(configLoader DriverConfigLoader, typeCodecs List<TypeCodec<?>>, nodeStateListener NodeStateListener, schemaChangeListener SchemaChangeListener, requestTracker RequestTracker, nodeFilters Map<String,Predicate<Node>>, classLoader ClassLoader) in class com.datastax.oss.driver.internal.core.context.DefaultDriverContext |
From |
To |
|
Change Variable Type mockProfile : DriverConfigProfile to mockProfile : DriverExecutionProfile in method public should_propagate_attributes_when_preparing_a_simple_statement() : void in class com.datastax.oss.driver.api.core.cql.BoundStatementIT |
From |
To |
|
Change Variable Type base : DriverConfigProfile to base : DriverExecutionProfile in method public should_create_derived_profile_unsetting_option() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method private SingleThreaded(context InternalDriverContext) in class com.datastax.oss.driver.internal.core.metadata.NodeStateManager.SingleThreaded |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public should_propagate_custom_payload_on_all_nodes() : void in class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method protected newInstance(node Node, channel DriverChannel, refreshFuture CompletableFuture<Metadata>) : SchemaQueries in class com.datastax.oss.driver.internal.core.metadata.schema.queries.DefaultSchemaQueriesFactory |
From |
To |
|
Change Variable Type profile : TypesafeDriverConfigProfile.Base to profile : TypesafeDriverExecutionProfile.Base in method public reload(config Config) : boolean in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig |
From |
To |
|
Change Variable Type base : DriverConfigProfile to base : DriverExecutionProfile in method public should_create_derived_profile_with_string_map() : void in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfigTest |
From |
To |
|
Change Variable Type defaultConfigProfile : DriverConfigProfile to defaultConfig : DriverExecutionProfile in method protected initChannel(channel Channel) : void in class com.datastax.oss.driver.internal.core.channel.ChannelFactory.initializer |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public buildFromConfig(context InternalDriverContext, profileName String, classNameOption DriverOption, expectedSuperType Class<T>, defaultPackages String...) : Optional<T> in class com.datastax.oss.driver.internal.core.util.Reflection |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method package SchemaAgreementChecker(channel DriverChannel, context InternalDriverContext, port int, logPrefix String) in class com.datastax.oss.driver.internal.core.metadata.SchemaAgreementChecker |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method public should_propagate_custom_payload_on_single_node() : void in class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerTest |
From |
To |
|
Change Variable Type config : DriverConfigProfile to config : DriverExecutionProfile in method protected MonotonicTimestampGenerator(clock Clock, context DriverContext) in class com.datastax.oss.driver.internal.core.time.MonotonicTimestampGenerator |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.schema.queries.SchemaQueriesTest |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.ChannelFactoryTestBase |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.HeartbeatHandler |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.CqlRequestHandlerBase |
From |
To |
|
Change Attribute Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.throttling.RateLimitingRequestThrottlerTest |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerBase |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoader.SingleThreaded |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.time.MonotonicTimestampGeneratorTestBase |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.ReprepareOnUpTest |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.channel.ProtocolInitHandlerTest |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.DefaultSessionPoolsTest |
From |
To |
|
Change Attribute Type slowProfile : DriverConfigProfile to slowProfile : DriverExecutionProfile in class com.datastax.oss.driver.api.testinfra.session.SessionRule |
From |
To |
|
Change Attribute Type defaultConfig : DriverConfigProfile to defaultConfig : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.DefaultTopologyMonitorTest |
From |
To |
|
Change Attribute Type defaultConfig : DriverConfigProfile to defaultConfig : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.SchemaAgreementCheckerTest |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.NodeStateManagerTest |
From |
To |
|
Change Attribute Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.MetadataManagerTest |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcher |
From |
To |
|
Change Attribute Type traceConfig : DriverConfigProfile to traceConfig : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcherTest |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.metadata.MetadataManager |
From |
To |
|
Change Attribute Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.throttling.ConcurrencyLimitingRequestThrottlerTest |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.session.PoolManager |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.RequestHandlerTestHarness |
From |
To |
|
Change Attribute Type configProfileForBoundStatements : DriverConfigProfile to executionProfileForBoundStatements : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Change Attribute Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.pool.ChannelPoolTestBase |
From |
To |
|
Change Attribute Type profiles : ImmutableMap<String,TypesafeDriverConfigProfile.Base> to profiles : ImmutableMap<String,TypesafeDriverExecutionProfile.Base> in class com.datastax.oss.driver.internal.core.config.typesafe.TypesafeDriverConfig |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcherTest |
From |
To |
|
Change Attribute Type defaultProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.api.core.specex.ConstantSpeculativeExecutionPolicyTest |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.config.typesafe.DefaultDriverConfigLoaderTest |
From |
To |
|
Change Attribute Type configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.DefaultExecutionInfo |
From |
To |
|
Change Attribute Type config : DriverConfigProfile to config : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.auth.PlainTextAuthProvider |
From |
To |
|
Change Attribute Type defaultConfigProfile : DriverConfigProfile to defaultProfile : DriverExecutionProfile in class com.datastax.oss.driver.internal.core.cql.StatementSizeTest |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public newQueryPlan(request Request, executionProfileName String, session Session) : Queue<Node> in class com.datastax.oss.driver.internal.core.metadata.LoadBalancingPolicyWrapper |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public DefaultBatchStatement(batchType BatchType, statements List<BatchableStatement<?>>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.internal.core.tracker.RequestLogger |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public withExecutionProfileName(executionProfileName String) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Rename Parameter configProfileNameForBoundStatements : String to executionProfileNameForBoundStatements : String in method public DefaultPreparedStatement(id ByteBuffer, query String, variableDefinitions ColumnDefinitions, partitionKeyIndices List<Integer>, resultMetadataId ByteBuffer, resultSetDefinitions ColumnDefinitions, keyspace CqlIdentifier, customPayloadForPrepare Map<String,ByteBuffer>, executionProfileNameForBoundStatements String, executionProfileForBoundStatements DriverExecutionProfile, routingKeyspaceForBoundStatements CqlIdentifier, routingKeyForBoundStatements ByteBuffer, routingTokenForBoundStatements Token, customPayloadForBoundStatements Map<String,ByteBuffer>, areBoundStatementsIdempotent Boolean, timeoutForBoundStatements Duration, pagingStateForBoundStatements ByteBuffer, pageSizeForBoundStatements int, consistencyLevelForBoundStatements ConsistencyLevel, serialConsistencyLevelForBoundStatements ConsistencyLevel, areBoundStatementsTracing boolean, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Rename Parameter configProfileForBoundStatements : DriverConfigProfile to executionProfileForBoundStatements : DriverExecutionProfile in method public DefaultPreparedStatement(id ByteBuffer, query String, variableDefinitions ColumnDefinitions, partitionKeyIndices List<Integer>, resultMetadataId ByteBuffer, resultSetDefinitions ColumnDefinitions, keyspace CqlIdentifier, customPayloadForPrepare Map<String,ByteBuffer>, executionProfileNameForBoundStatements String, executionProfileForBoundStatements DriverExecutionProfile, routingKeyspaceForBoundStatements CqlIdentifier, routingKeyForBoundStatements ByteBuffer, routingTokenForBoundStatements Token, customPayloadForBoundStatements Map<String,ByteBuffer>, areBoundStatementsIdempotent Boolean, timeoutForBoundStatements Duration, pagingStateForBoundStatements ByteBuffer, pageSizeForBoundStatements int, consistencyLevelForBoundStatements ConsistencyLevel, serialConsistencyLevelForBoundStatements ConsistencyLevel, areBoundStatementsTracing boolean, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultPreparedStatement |
From |
To |
|
Rename Parameter newConfigProfile : DriverConfigProfile to newProfile : DriverExecutionProfile in method public setExecutionProfile(newProfile DriverExecutionProfile) : BoundStatement in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to config : DriverExecutionProfile in method package QueryTraceFetcher(tracingId UUID, session CqlSession, context InternalDriverContext, config DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.cql.QueryTraceFetcher |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public withExecutionProfile(executionProfile DriverExecutionProfile) : T in class com.datastax.oss.driver.api.core.cql.StatementBuilder |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultBatchStatement(batchType BatchType, statements List<BatchableStatement<?>>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultBatchStatement |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public BoundStatementBuilder(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestTracker |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public DefaultSimpleStatement(query String, positionalValues List<Object>, namedValues Map<CqlIdentifier,Object>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Parameter defaultConfigProfile : DriverConfigProfile to config : DriverExecutionProfile in method package HeartbeatHandler(config DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.channel.HeartbeatHandler |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultExecutionInfo(statement Statement<?>, coordinator Node, speculativeExecutionCount int, successfulExecutionIndex int, errors List<Map.Entry<Node,Throwable>>, pagingState ByteBuffer, frame Frame, schemaInAgreement boolean, session DefaultSession, context InternalDriverContext, executionProfile DriverExecutionProfile) in class com.datastax.oss.driver.internal.core.cql.DefaultExecutionInfo |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public BoundStatementBuilder(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeSuccess(request Request, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestNodeLoggerExample |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultBoundStatement(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.internal.core.tracker.RequestLogger |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public DefaultSimpleStatement(query String, positionalValues List<Object>, namedValues Map<CqlIdentifier,Object>, executionProfileName String, executionProfile DriverExecutionProfile, keyspace CqlIdentifier, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration) in class com.datastax.oss.driver.internal.core.cql.DefaultSimpleStatement |
From |
To |
|
Rename Parameter configProfileName : String to executionProfileName : String in method public DefaultBoundStatement(preparedStatement PreparedStatement, variableDefinitions ColumnDefinitions, values ByteBuffer[], executionProfileName String, executionProfile DriverExecutionProfile, routingKeyspace CqlIdentifier, routingKey ByteBuffer, routingToken Token, customPayload Map<String,ByteBuffer>, idempotent Boolean, tracing boolean, timestamp long, pagingState ByteBuffer, pageSize int, consistencyLevel ConsistencyLevel, serialConsistencyLevel ConsistencyLevel, timeout Duration, codecRegistry CodecRegistry, protocolVersion ProtocolVersion) in class com.datastax.oss.driver.internal.core.cql.DefaultBoundStatement |
From |
To |
|
Rename Parameter configProfile : DriverConfigProfile to executionProfile : DriverExecutionProfile in method public onNodeError(request Request, error Throwable, latencyNanos long, executionProfile DriverExecutionProfile, node Node) : void in class com.datastax.oss.driver.api.core.tracker.RequestNodeLoggerExample |
From |
To |