public class HashFile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HashFile.ComparisonResult |
| Constructor and Description |
|---|
HashFile() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String hash,
boolean nonDeterministic,
boolean failed,
long rowCount,
String table) |
HashFile.ComparisonResult |
compareTo(HashFile other,
String thisName,
String otherName) |
boolean |
isNonDeterministic() |
static HashFile |
loadFrom(String file) |
void |
saveTo(String file) |
public void add(String hash, boolean nonDeterministic, boolean failed, long rowCount, String table) throws InvalidHashFileException
InvalidHashFileExceptionpublic void saveTo(String file) throws IOException
IOExceptionpublic static HashFile loadFrom(String file) throws FileNotFoundException, IOException, InvalidHashFileException
public HashFile.ComparisonResult compareTo(HashFile other, String thisName, String otherName)
public boolean isNonDeterministic()
Copyright © 2025. All rights reserved.