| Package | Description |
|---|---|
| highfive.commands | |
| highfive.model |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataSourceCommand.checkIfHashingAndCopyingIsSupported(List<Table> tables) |
abstract void |
DataSourceCommand.execute() |
void |
ListTablesAndCheckCommand.execute() |
void |
VerifyCommand.execute() |
void |
ListColumnsAndCheckCommand.execute() |
void |
HashCommand.execute() |
protected void |
GenericHashCommand.hash() |
void |
DataSourceCommand.run() |
void |
DualDataSourceCommand.run() |
abstract void |
Command.run() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static DataSource |
DataSource.load(String name) |
void |
TableHashingOrdering.validate(DataSource ds,
Table t) |
Copyright © 2024. All rights reserved.