| Package | Description |
|---|---|
| org.apache.drill.exec.store |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BasePluginRegistryTest.LocatorFixture |
class |
ClassicConnectorLocator
Plugin locator for the "classic" class-path method of locating connectors.
|
class |
SystemPluginLocator
Locates system storage plugins.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorLocator |
ConnectorHandle.locator() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorHandle |
ConnectorHandle.configuredConnector(ConnectorLocator locator,
Class<? extends StoragePluginConfig> configClass)
Construct a handle for a "normal" connector which takes a plugin config
and constructs a plugin instance based on that config.
|
static ConnectorHandle |
ConnectorHandle.intrinsicConnector(ConnectorLocator locator,
StoragePlugin plugin)
Construct a handle for an intrinsic (system) connector which always
uses a single config: the one created along with the plugin instance
itself.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.