public class Exporter extends ExporterBase implements LifecycleAware
connectionInformation, hive
Constructor and Description |
---|
Exporter(Hive hive,
ConnectionInformation connectionInformation) |
Modifier and Type | Method and Description |
---|---|
Collection<ConnectionInformation> |
getStartedConnections() |
void |
start() |
void |
stop() |
getConnectionInformation, getHiveClass
public Exporter(Hive hive, ConnectionInformation connectionInformation) throws Exception
Exception
public void start() throws Exception
start
in interface LifecycleAware
Exception
public Collection<ConnectionInformation> getStartedConnections()
public void stop() throws Exception
stop
in interface LifecycleAware
Exception