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.
|
Modifier and Type | Method and Description |
---|---|
ConnectionInformation |
getConnectionInformation() |
Class<?> |
getHiveClass() |
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()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.