| Package | Description |
|---|---|
| highfive.commands.consumer | |
| highfive.model |
| Modifier and Type | Method and Description |
|---|---|
void |
HashFileWriter.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
HashLogger.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
SteppedRangeHashDumpWriter.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
NullHashDumpWriter.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
RangeHashDumpWriter.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
HashConsumer.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
HashComparator.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
void |
FullHashDumpWriter.consumeValue(long row,
Column c,
byte[] bytes,
Hasher h) |
| Modifier and Type | Method and Description |
|---|---|
Column |
Table.findColumn(String genericColumnName) |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Table.getColumns() |
List<Column> |
Table.getPKColumns() |
| Modifier and Type | Method and Description |
|---|---|
int |
Column.compareTo(Column o) |
| Constructor and Description |
|---|
Table(Identifier identifier,
List<Column> columns) |
Copyright © 2025. All rights reserved.