Package io.trino.plugin.hive
Class HiveConnectorFactory
- java.lang.Object
-
- io.trino.plugin.hive.HiveConnectorFactory
-
- All Implemented Interfaces:
ConnectorFactory
public class HiveConnectorFactory extends Object implements ConnectorFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHiveConnectorFactory.EmptyModule
-
Constructor Summary
Constructors Constructor Description HiveConnectorFactory(String name)HiveConnectorFactory(String name, Class<? extends com.google.inject.Module> module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Connectorcreate(String catalogName, Map<String,String> config, ConnectorContext context)StringgetName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.connector.ConnectorFactory
getHandleResolver
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceConnectorFactory
-
create
public Connector create(String catalogName, Map<String,String> config, ConnectorContext context)
- Specified by:
createin interfaceConnectorFactory
-
-