public abstract class ExporterBase extends Object implements HiveExporter
Modifier and Type | Field and Description |
---|---|
protected ConnectionInformation |
connectionInformation |
protected Hive |
hive |
Constructor and Description |
---|
ExporterBase(Class<?> hiveClass,
ConnectionInformation connectionInformation)
Deprecated.
|
ExporterBase(Hive hive,
ConnectionInformation connectionInformation) |
ExporterBase(String hiveClassName,
ConnectionInformation connectionInformation)
Deprecated.
|
protected Hive hive
protected ConnectionInformation connectionInformation
public ExporterBase(Hive hive, ConnectionInformation connectionInformation) throws Exception
Exception
@Deprecated public ExporterBase(Class<?> hiveClass, ConnectionInformation connectionInformation) throws Exception
Exception
@Deprecated public ExporterBase(String hiveClassName, ConnectionInformation connectionInformation) throws Exception
Exception
public Class<?> getHiveClass()
public ConnectionInformation getConnectionInformation()