Uses of Class
org.apache.drill.exec.store.ConnectorHandle
Packages that use ConnectorHandle
-
Uses of ConnectorHandle in org.apache.drill.exec.store
Methods in org.apache.drill.exec.store that return ConnectorHandleModifier and TypeMethodDescriptionstatic ConnectorHandleConnectorHandle.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 ConnectorHandleConnectorHandle.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.Constructors in org.apache.drill.exec.store with parameters of type ConnectorHandleModifierConstructorDescriptionPluginHandle(String name, StoragePluginConfig config, ConnectorHandle connector) PluginHandle(String name, StoragePluginConfig config, ConnectorHandle connector, org.apache.drill.exec.store.PluginHandle.PluginType type) PluginHandle(StoragePlugin plugin, ConnectorHandle connector, org.apache.drill.exec.store.PluginHandle.PluginType type)