Uses of Interface
org.apache.drill.exec.store.ConnectorLocator
-
Uses of ConnectorLocator in org.apache.drill.exec.store
Modifier and TypeClassDescriptionclass
Plugin locator for the "classic" class-path method of locating connectors.class
Locates system storage plugins.Modifier and TypeMethodDescriptionstatic 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.