public interface HashConsumer extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HashConsumer.ExecutionStatus |
| Modifier and Type | Method and Description |
|---|---|
void |
closeEntry(String genericName,
boolean hasOrderingErrors) |
boolean |
consumeRow(long row,
Hasher hasher) |
void |
consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
consumeValueHeader(long row) |
HashConsumer.ExecutionStatus |
getStatus() |
closevoid 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 closeEntry(String genericName, boolean hasOrderingErrors) throws InvalidHashFileException
InvalidHashFileExceptionHashConsumer.ExecutionStatus getStatus()
Copyright © 2025. All rights reserved.