Uses of Class
org.apache.drill.exec.planner.logical.StoragePlugins
-
Uses of StoragePlugins in org.apache.drill.exec.planner.logical
Modifier and TypeMethodDescriptionvoid
StoragePlugins.putAll
(StoragePlugins plugins) Put other storage plugins into current storage plugins map -
Uses of StoragePlugins in org.apache.drill.exec.store
Modifier and TypeMethodDescriptionClassicConnectorLocator.bootstrapPlugins()
Read bootstrap storage pluginsExecConstants.BOOTSTRAP_STORAGE_PLUGINS_FILE
and format pluginsExecConstants.BOOTSTRAP_FORMAT_PLUGINS_FILE
files 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 StoragePlugins
PluginBootstrapLoaderImpl.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 theConfigConstants#STORAGE_PLUGINS_OVERRIDE_CONF
file if it exists, null otherwiseSystemPluginLocator.updatedPlugins()
Modifier and TypeMethodDescriptionvoid
StoragePluginStore.putAll
(StoragePlugins plugins) void
StoragePluginStoreImpl.putAll
(StoragePlugins plugins)