4065ffadb801325ce71fcb5b8f39d56d43d40bcc
Files Diff
- Added: 1
- Removed: 3
- Renamed: 0
- Modified: 15
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 2 | ||
Change Parameter Type preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to cache : Cache<PrepareRequest,CompletableFuture<PreparedStatement>> in method protected CqlPrepareAsyncProcessor(cache Cache<PrepareRequest,CompletableFuture<PreparedStatement>>) in class com.datastax.oss.driver.internal.core.cql.CqlPrepareAsyncProcessor | From | To | |
Change Parameter Type preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to asyncProcessor : CqlPrepareAsyncProcessor in method public CqlPrepareSyncProcessor(asyncProcessor CqlPrepareAsyncProcessor) in class com.datastax.oss.driver.internal.core.cql.CqlPrepareSyncProcessor | From | To | |
Move Class | 1 | ||
Move Class com.datastax.oss.driver.internal.core.cql.CqlPrepareHandlerBase.InitialPrepareCallback moved to com.datastax.oss.driver.internal.core.cql.CqlPrepareHandler.InitialPrepareCallback | From | To | |
Rename Attribute | 2 | ||
Rename Attribute preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to cache : Cache<PrepareRequest,CompletableFuture<PreparedStatement>> in class com.datastax.oss.driver.internal.core.cql.CqlPrepareAsyncProcessor | From | To | |
Rename Attribute preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to asyncProcessor : CqlPrepareAsyncProcessor in class com.datastax.oss.driver.internal.core.cql.CqlPrepareSyncProcessor | From | To | |
Extract Variable | 1 | ||
Extract Variable prepareAsyncProcessor : CqlPrepareAsyncProcessor in method public defaultCqlProcessors(logPrefix String) : RequestProcessorRegistry from class com.datastax.oss.driver.internal.core.session.RequestProcessorRegistry | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to asyncProcessor : CqlPrepareAsyncProcessor in class com.datastax.oss.driver.internal.core.cql.CqlPrepareSyncProcessor | From | To | |
Change Attribute Type preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to cache : Cache<PrepareRequest,CompletableFuture<PreparedStatement>> in class com.datastax.oss.driver.internal.core.cql.CqlPrepareAsyncProcessor | From | To | |
Rename Parameter | 2 | ||
Rename Parameter preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to asyncProcessor : CqlPrepareAsyncProcessor in method public CqlPrepareSyncProcessor(asyncProcessor CqlPrepareAsyncProcessor) in class com.datastax.oss.driver.internal.core.cql.CqlPrepareSyncProcessor | From | To | |
Rename Parameter preparedStatementsCache : ConcurrentMap<ByteBuffer,DefaultPreparedStatement> to cache : Cache<PrepareRequest,CompletableFuture<PreparedStatement>> in method protected CqlPrepareAsyncProcessor(cache Cache<PrepareRequest,CompletableFuture<PreparedStatement>>) in class com.datastax.oss.driver.internal.core.cql.CqlPrepareAsyncProcessor | From | To |