| Package | Description |
|---|---|
| org.apache.drill.exec.store |
| 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.
|
| Constructor and Description |
|---|
PluginHandle(StoragePlugin plugin,
ConnectorHandle connector,
org.apache.drill.exec.store.PluginHandle.PluginType type) |
PluginHandle(String name,
StoragePluginConfig config,
ConnectorHandle connector) |
PluginHandle(String name,
StoragePluginConfig config,
ConnectorHandle connector,
org.apache.drill.exec.store.PluginHandle.PluginType type) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.