|
Push Down Method public init() : void from class org.apache.drill.exec.store.StoragePluginRegistry to public init() : void from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public StoragePluginRegistry(context DrillbitContext) from class org.apache.drill.exec.store.StoragePluginRegistry to public StoragePluginRegistryImpl(context DrillbitContext) from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method private closePlugin(plugin StoragePlugin) : void from class org.apache.drill.exec.store.StoragePluginRegistry to private closePlugin(plugin StoragePlugin) : void from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public getStoragePluginRuleSet(optimizerRulesContext OptimizerRulesContext) : RuleSet[] from class org.apache.drill.exec.store.StoragePluginRegistry to public getStoragePluginRuleSet(optimizerRulesContext OptimizerRulesContext) : RuleSet[] from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public getPlugin(config StoragePluginConfig) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistry to public getPlugin(config StoragePluginConfig) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public deletePlugin(name String) : void from class org.apache.drill.exec.store.StoragePluginRegistry to public deletePlugin(name String) : void from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method private createPlugins() : Map<String,StoragePlugin> from class org.apache.drill.exec.store.StoragePluginRegistry to private createPlugins() : Map<String,StoragePlugin> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public getStore() : PStore<StoragePluginConfig> from class org.apache.drill.exec.store.StoragePluginRegistry to public getStore() : PStore<StoragePluginConfig> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public getFormatPlugin(storageConfig StoragePluginConfig, formatConfig FormatPluginConfig) : FormatPlugin from class org.apache.drill.exec.store.StoragePluginRegistry to public getFormatPlugin(storageConfig StoragePluginConfig, formatConfig FormatPluginConfig) : FormatPlugin from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method private create(name String, pluginConfig StoragePluginConfig) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistry to private create(name String, pluginConfig StoragePluginConfig) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public iterator() : Iterator<Entry<String,StoragePlugin>> from class org.apache.drill.exec.store.StoragePluginRegistry to public iterator() : Iterator<Entry<String,StoragePlugin>> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public createOrUpdate(name String, config StoragePluginConfig, persist boolean) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistry to public createOrUpdate(name String, config StoragePluginConfig, persist boolean) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Method public getPlugin(name String) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistry to public getPlugin(name String) : StoragePlugin from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private context : DrillbitContext from class org.apache.drill.exec.store.StoragePluginRegistry to private context : DrillbitContext from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private plugins : StoragePluginMap from class org.apache.drill.exec.store.StoragePluginRegistry to private plugins : StoragePluginMap from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private lpPersistence : LogicalPlanPersistence from class org.apache.drill.exec.store.StoragePluginRegistry to private lpPersistence : LogicalPlanPersistence from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private pluginSystemTable : PStore<StoragePluginConfig> from class org.apache.drill.exec.store.StoragePluginRegistry to private pluginSystemTable : PStore<StoragePluginConfig> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private schemaFactory : DrillSchemaFactory from class org.apache.drill.exec.store.StoragePluginRegistry to private schemaFactory : DrillSchemaFactory from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private classpathScan : ScanResult from class org.apache.drill.exec.store.StoragePluginRegistry to private classpathScan : ScanResult from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private availablePlugins : Map<Object,Constructor<? extends StoragePlugin>> from class org.apache.drill.exec.store.StoragePluginRegistry to private availablePlugins : Map<Object,Constructor<? extends StoragePlugin>> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute private ephemeralPlugins : LoadingCache<StoragePluginConfig,StoragePlugin> from class org.apache.drill.exec.store.StoragePluginRegistry to private ephemeralPlugins : LoadingCache<StoragePluginConfig,StoragePlugin> from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |
|
Push Down Attribute package logger : org.slf4j.Logger from class org.apache.drill.exec.store.StoragePluginRegistry to private logger : org.slf4j.Logger from class org.apache.drill.exec.store.StoragePluginRegistryImpl |
From |
To |