| Package | Description |
|---|---|
| highfive.commands | |
| highfive.commands.consumer | |
| highfive.model |
| Modifier and Type | Method and Description |
|---|---|
void |
HashCompareCommand.execute() |
void |
HashDupesCommand.execute() |
abstract void |
DataSourceCommand.execute() |
void |
HashDumpCommand.execute() |
void |
HashLoggingCommand.execute() |
void |
VerifyCommand.execute() |
void |
HashCommand.execute() |
protected void |
GenericHashCommand.hashOneSchema(HashConsumer hc) |
void |
DataSourceCommand.run() |
void |
DualDataSourceCommand.run() |
abstract void |
Command.run() |
| Modifier and Type | Method and Description |
|---|---|
void |
HashFileWriter.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
HashLogger.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
SteppedRangeHashDumpWriter.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
NullHashDumpWriter.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
RangeHashDumpWriter.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
HashConsumer.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
HashComparator.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
FullHashDumpWriter.consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
HashFile.add(String hash,
boolean nonDeterministic,
boolean failed,
long rowCount,
String table) |
static HashFile |
HashFile.loadFrom(String file) |
Copyright © 2025. All rights reserved.