Uses of Interface
org.apache.drill.exec.store.ConnectorLocator
Packages that use ConnectorLocator
-
Uses of ConnectorLocator in org.apache.drill.exec.store
Classes in org.apache.drill.exec.store that implement ConnectorLocatorModifier and TypeClassDescriptionclass
Plugin locator for the "classic" class-path method of locating connectors.class
Locates system storage plugins.Methods in org.apache.drill.exec.store that return ConnectorLocatorMethods in org.apache.drill.exec.store with parameters of type ConnectorLocatorModifier 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.