f5b0f4928d9c8c47c145a179c52ba3933d85c0b4
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type removal : RemovalNotification<ServerAddress,MongoClient> to removal : RemovalNotification<MongoCnxnKey,MongoClient> in method public onRemoval(removal RemovalNotification<MongoCnxnKey,MongoClient>) : void in class org.apache.drill.exec.store.mongo.MongoCnxnManager.AddressCloser | From | To | |
| Replace Variable With Attribute | 1 | ||
| Replace Variable With Attribute clientURI : MongoClientURI to storagePluginConfig : MongoStoragePluginConfig in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type clientURI : MongoClientURI to storagePluginConfig : MongoStoragePluginConfig in method private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan | From | To | |
| Inline Variable | 1 | ||
| Inline Variable collectionNames : Set<String> in method public load(dbName String) : List<String> from class org.apache.drill.exec.store.mongo.schema.MongoSchemaFactory.TableNameLoader | From | To | |
| Change Attribute Type | 1 | ||
| Change Attribute Type addressClientMap : Cache<ServerAddress,MongoClient> to addressClientMap : Cache<MongoCnxnKey,MongoClient> in class org.apache.drill.exec.store.mongo.MongoCnxnManager | From | To | |
| Extract And Move Method | 4 | ||
| Extract And Move Method public getMongoCrendials() : MongoCredential extracted from private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan & moved to class org.apache.drill.exec.store.mongo.MongoStoragePluginConfig | From | To | |
| Extract And Move Method public getMongoCrendials() : MongoCredential extracted from public MongoSchemaFactory(schema MongoStoragePlugin, schemaName String) in class org.apache.drill.exec.store.mongo.schema.MongoSchemaFactory & moved to class org.apache.drill.exec.store.mongo.MongoStoragePluginConfig | From | To | |
| Extract And Move Method public getHosts() : List<String> extracted from private init() : void in class org.apache.drill.exec.store.mongo.MongoGroupScan & moved to class org.apache.drill.exec.store.mongo.MongoStoragePluginConfig | From | To | |
| Extract And Move Method public getHosts() : List<String> extracted from public MongoSchemaFactory(schema MongoStoragePlugin, schemaName String) in class org.apache.drill.exec.store.mongo.schema.MongoSchemaFactory & moved to class org.apache.drill.exec.store.mongo.MongoStoragePluginConfig | From | To |