| Package | Description |
|---|---|
| org.apache.drill.exec.planner.logical | |
| org.apache.drill.exec.store |
| Modifier and Type | Method and Description |
|---|---|
void |
StoragePlugins.putAll(StoragePlugins plugins)
Put other storage plugins into current storage plugins map
|
| Modifier and Type | Method and Description |
|---|---|
StoragePlugins |
BasePluginRegistryTest.LocatorFixture.bootstrapPlugins() |
StoragePlugins |
PluginBootstrapLoader.bootstrapPlugins()
Drill has detected that this is a new installation.
|
StoragePlugins |
PluginBootstrapLoaderImpl.bootstrapPlugins() |
StoragePlugins |
ClassicConnectorLocator.bootstrapPlugins()
Read bootstrap storage plugins
ExecConstants.BOOTSTRAP_STORAGE_PLUGINS_FILE and format plugins
ExecConstants.BOOTSTRAP_FORMAT_PLUGINS_FILE files for the first
fresh install of Drill. |
StoragePlugins |
ConnectorLocator.bootstrapPlugins()
When starting a new installation, called to load bootstrap
plugins (configurations) that come "out-of-the-box."
|
StoragePlugins |
SystemPluginLocator.bootstrapPlugins() |
protected StoragePlugins |
PluginBootstrapLoaderImpl.loadBootstrapPlugins(Map<String,URL> pluginURLMap) |
StoragePlugins |
BasePluginRegistryTest.LocatorFixture.updatedPlugins() |
StoragePlugins |
PluginBootstrapLoader.updatedPlugins()
Drill has detected that on restart, the persistent storage
plugin exists.
|
StoragePlugins |
PluginBootstrapLoaderImpl.updatedPlugins()
Get the new storage plugins from the
ConfigConstants#STORAGE_PLUGINS_OVERRIDE_CONF file if it exists,
null otherwise |
StoragePlugins |
ClassicConnectorLocator.updatedPlugins() |
StoragePlugins |
ConnectorLocator.updatedPlugins()
Identify plugins to be added to an existing system, typically
on the first run after an upgrade.
|
StoragePlugins |
SystemPluginLocator.updatedPlugins() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoragePluginStoreImpl.putAll(StoragePlugins plugins) |
void |
StoragePluginStore.putAll(StoragePlugins plugins) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.