
Mocks.DummyIMetadataEngine Maven / Gradle / Ivy
package Mocks;
public class DummyIMetadataEngine implements com.stratio.crossdata.common.connector.IMetadataEngine {
public DummyIMetadataEngine () { throw new RuntimeException(); }
public org.apache.log4j.Logger logger () { throw new RuntimeException(); }
public void createCatalog (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.metadata.CatalogMetadata catalogMetadata) { throw new RuntimeException(); }
public void createTable (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.metadata.TableMetadata tableMetadata) { throw new RuntimeException(); }
public void createIndex (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.metadata.IndexMetadata indexMetadata) { throw new RuntimeException(); }
public void dropCatalog (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.data.CatalogName name) { throw new RuntimeException(); }
public void dropTable (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.data.TableName name) { throw new RuntimeException(); }
public void dropIndex (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.metadata.IndexMetadata indexMetadata) { throw new RuntimeException(); }
public void alterCatalog (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.data.CatalogName catalogName, java.util.Map options) { throw new RuntimeException(); }
public void alterTable (com.stratio.crossdata.common.data.ClusterName targetCluster, com.stratio.crossdata.common.data.TableName name, com.stratio.crossdata.common.data.AlterOptions alterOptions) { throw new RuntimeException(); }
public java.util.List provideMetadata (com.stratio.crossdata.common.data.ClusterName clusterName) { throw new RuntimeException(); }
public com.stratio.crossdata.common.metadata.CatalogMetadata provideCatalogMetadata (com.stratio.crossdata.common.data.ClusterName clusterName, com.stratio.crossdata.common.data.CatalogName catalogName) { throw new RuntimeException(); }
public com.stratio.crossdata.common.metadata.TableMetadata provideTableMetadata (com.stratio.crossdata.common.data.ClusterName clusterName, com.stratio.crossdata.common.data.TableName tableName) { throw new RuntimeException(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy