All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Mocks.DummyIConnector Maven / Gradle / Ivy

package Mocks;
public  class DummyIConnector implements com.stratio.crossdata.common.connector.IConnector {
  public   DummyIConnector () { throw new RuntimeException(); }
  public  void shutdown () { throw new RuntimeException(); }
  public  void init (com.stratio.crossdata.common.connector.IConfiguration configuration) { throw new RuntimeException(); }
  public  com.stratio.crossdata.common.connector.IMetadataEngine getMetadataEngine () { throw new RuntimeException(); }
  public  scala.Option b () { throw new RuntimeException(); }
  public  com.stratio.crossdata.common.connector.IQueryEngine getQueryEngine () { throw new RuntimeException(); }
  public  boolean isConnected (com.stratio.crossdata.common.data.ClusterName name) { throw new RuntimeException(); }
  public  void close (com.stratio.crossdata.common.data.ClusterName name) { throw new RuntimeException(); }
  public  void connect (com.stratio.crossdata.common.security.ICredentials credentials, com.stratio.crossdata.common.connector.ConnectorClusterConfig config) { throw new RuntimeException(); }
  public  scala.Option c () { throw new RuntimeException(); }
  public  com.stratio.crossdata.common.connector.IStorageEngine getStorageEngine () { throw new RuntimeException(); }
  public  void restart () { throw new RuntimeException(); }
  public  java.lang.String getConnectorManifestPath () { throw new RuntimeException(); }
  public  java.lang.String[] getDatastoreManifestPath () { throw new RuntimeException(); }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy