Uses of Class
highfive.exceptions.InvalidConfigurationException
-
Packages that use InvalidConfigurationException Package Description highfive.commands highfive.model -
-
Uses of InvalidConfigurationException in highfive.commands
Methods in highfive.commands that throw InvalidConfigurationException Modifier and Type Method Description protected voidDataSourceCommand. checkIfHashingAndCopyingIsSupported(List<Table> tables)abstract voidDataSourceCommand. execute()voidHashCommand. execute()voidListColumnsAndCheckCommand. execute()voidListTablesAndCheckCommand. execute()voidVerifyCommand. execute()protected voidGenericHashCommand. hash()abstract voidCommand. run()voidDataSourceCommand. run()voidDualDataSourceCommand. run()Constructors in highfive.commands that throw InvalidConfigurationException Constructor Description CopyCommand(String sourceDatasourceName, String destDatasourceName)DataSourceCommand(String commandName, String datasourceName)DualDataSourceCommand(String commandName, String datasourceName1, String datasourceName2)GenericHashCommand(String commandName, String datasourceName)HashCommand(String datasourceName)ListColumnsAndCheckCommand(String datasourceName)ListTablesAndCheckCommand(String datasourceName)VerifyCommand(String datasourceName, String baselineFile) -
Uses of InvalidConfigurationException in highfive.model
Methods in highfive.model that throw InvalidConfigurationException Modifier and Type Method Description static DataSourceDataSource. load(String name)voidTableHashingOrdering. validate(DataSource ds, Table t)
-