public interface HashConsumer extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HashConsumer.ExecutionStatus |
| Modifier and Type | Method and Description |
|---|---|
boolean |
consumeRow(long row,
Hasher hasher) |
void |
consumeTable(String genericName,
boolean nonDeterministic,
boolean failed,
long rowCount) |
void |
consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
consumeValueHeader(long row) |
HashConsumer.ExecutionStatus |
getStatus() |
void |
initializeHasher(Hasher h) |
closevoid initializeHasher(Hasher h)
void consumeValueHeader(long row)
void consumeValue(long row,
Column c,
byte[] bytes,
Hasher h)
throws CloneNotSupportedException
CloneNotSupportedExceptionboolean consumeRow(long row,
Hasher hasher)
throws IOException,
CloneNotSupportedException,
DumpFileReader.InvalidDumpFileException,
DumpFileReader.DumpFileIOException
void consumeTable(String genericName, boolean nonDeterministic, boolean failed, long rowCount) throws InvalidHashFileException
InvalidHashFileExceptionHashConsumer.ExecutionStatus getStatus()
Copyright © 2025. All rights reserved.