| Package | Description |
|---|---|
| highfive.commands | |
| highfive.commands.consumer |
| Modifier and Type | Method and Description |
|---|---|
static HashDumpCommand.HashDumpConfig |
HashDumpCommand.HashDumpConfig.forCompare(String tableName,
String baseline) |
static HashDumpCommand.HashDumpConfig |
HashDumpCommand.HashDumpConfig.forLog(String tableName,
String start,
String end) |
static HashDumpCommand.HashDumpConfig |
HashDumpCommand.HashDumpConfig.of(String tableName) |
static HashDumpCommand.HashDumpConfig |
HashDumpCommand.HashDumpConfig.of(String tableName,
String start,
String end) |
static HashDumpCommand.HashDumpConfig |
HashDumpCommand.HashDumpConfig.of(String tableName,
String start,
String end,
String step) |
| Constructor and Description |
|---|
HashCompareCommand(String datasourceName,
HashDumpCommand.HashDumpConfig hashDumpConfig) |
HashDumpCommand(String datasourceName,
HashDumpCommand.HashDumpConfig hashDumpConfig) |
HashLoggingCommand(String datasourceName,
HashDumpCommand.HashDumpConfig hashDumpConfig) |
| Modifier and Type | Method and Description |
|---|---|
HashConsumer |
HashDumpWriterFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File f) |
HashConsumer |
HashDumpWriterFactory.HashDumpComparatorFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File current) |
HashConsumer |
HashDumpWriterFactory.HashDumpLoggerFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File current) |
HashConsumer |
HashDumpWriterFactory.FullHashDumpWriterFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File f) |
HashConsumer |
HashDumpWriterFactory.RangeHashDumpWriterFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File f) |
HashConsumer |
HashDumpWriterFactory.SteppedHashDumpWriterFactory.getInstance(HashDumpCommand.HashDumpConfig config,
File f) |
Copyright © 2025. All rights reserved.