
com.stratio.crossdata.connectors.ConnectorApp Maven / Gradle / Ivy
package com.stratio.crossdata.connectors;
public class ConnectorApp implements com.stratio.crossdata.connectors.config.ConnectConfig, com.stratio.crossdata.common.connector.IConnectorApp {
static public int GetStatusTimeout () { throw new RuntimeException(); }
public ConnectorApp () { throw new RuntimeException(); }
public org.apache.log4j.Logger logger () { throw new RuntimeException(); }
public scala.Option system () { throw new RuntimeException(); }
public scala.Option connectorActor () { throw new RuntimeException(); }
public scala.Option connectorManifest () { throw new RuntimeException(); }
public scala.Option datastoreManifest () { throw new RuntimeException(); }
public scala.Option startup (com.stratio.crossdata.common.connector.IConnector connector) { throw new RuntimeException(); }
public void stop () { throw new RuntimeException(); }
public scala.Option restart (com.stratio.crossdata.common.connector.IConnector connector) { throw new RuntimeException(); }
private void startSystem (com.stratio.crossdata.common.connector.IConnector connector) { throw new RuntimeException(); }
public scala.Option getTableMetadata (com.stratio.crossdata.common.data.ClusterName clusterName, com.stratio.crossdata.common.data.TableName tableName, int timeout) { throw new RuntimeException(); }
public java.lang.String getConnectorName () { throw new RuntimeException(); }
public com.stratio.crossdata.common.manifest.CrossdataManifest getConnectorManifest () { throw new RuntimeException(); }
public com.stratio.crossdata.common.manifest.CrossdataManifest[] getDatastoreManifest () { throw new RuntimeException(); }
public com.stratio.crossdata.common.data.ConnectionStatus getConnectionStatus () { throw new RuntimeException(); }
public void subscribeToMetadataUpdate (com.stratio.crossdata.common.connector.IMetadataListener mapListener) { throw new RuntimeException(); }
public com.codahale.metrics.Metric registerMetric (java.lang.String name, com.codahale.metrics.Metric metric) { throw new RuntimeException(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy