Uses of Class
org.apache.drill.exec.planner.logical.StoragePlugins
Packages that use StoragePlugins
-
Uses of StoragePlugins in org.apache.drill.exec.planner.logical
Methods in org.apache.drill.exec.planner.logical with parameters of type StoragePluginsModifier and TypeMethodDescriptionvoidStoragePlugins.putAll(StoragePlugins plugins) Put other storage plugins into current storage plugins map -
Uses of StoragePlugins in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that return StoragePluginsModifier and TypeMethodDescriptionClassicConnectorLocator.bootstrapPlugins()Read bootstrap storage pluginsExecConstants.BOOTSTRAP_STORAGE_PLUGINS_FILEand format pluginsExecConstants.BOOTSTRAP_FORMAT_PLUGINS_FILEfiles for the first fresh install of Drill.ConnectorLocator.bootstrapPlugins()When starting a new installation, called to load bootstrap plugins (configurations) that come "out-of-the-box."PluginBootstrapLoader.bootstrapPlugins()Drill has detected that this is a new installation.PluginBootstrapLoaderImpl.bootstrapPlugins()SystemPluginLocator.bootstrapPlugins()protected StoragePluginsPluginBootstrapLoaderImpl.loadBootstrapPlugins(Map<String, URL> pluginURLMap) ClassicConnectorLocator.updatedPlugins()ConnectorLocator.updatedPlugins()Identify plugins to be added to an existing system, typically on the first run after an upgrade.PluginBootstrapLoader.updatedPlugins()Drill has detected that on restart, the persistent storage plugin exists.PluginBootstrapLoaderImpl.updatedPlugins()Get the new storage plugins from thefile if it exists, null otherwiseinvalid reference
ConfigConstants#STORAGE_PLUGINS_OVERRIDE_CONFSystemPluginLocator.updatedPlugins()Methods in org.apache.drill.exec.store with parameters of type StoragePluginsModifier and TypeMethodDescriptionvoidStoragePluginStore.putAll(StoragePlugins plugins) voidStoragePluginStoreImpl.putAll(StoragePlugins plugins)