public interface SingleTableDataCalculator
SPI implementation will be initialized as new instance every time.
| Modifier and Type | Method and Description |
|---|---|
Iterable<Object> |
calculate(DataCalculateParameter dataCalculateParameter)
Calculate table data content, return checksum typically.
|
Properties |
getAlgorithmProps()
Get algorithm properties.
|
String |
getAlgorithmType()
Get algorithm type.
|
Collection<String> |
getDatabaseTypes()
Get database types.
|
void |
init()
Initialize create data calculator.
|
void |
setAlgorithmProps(Properties algorithmProps)
Set algorithm properties.
|
String getAlgorithmType()
Collection<String> getDatabaseTypes()
Properties getAlgorithmProps()
void setAlgorithmProps(Properties algorithmProps)
algorithmProps - algorithm propertiesvoid init()
Iterable<Object> calculate(DataCalculateParameter dataCalculateParameter)
dataCalculateParameter - data calculate parameterCopyright © 2022 The Apache Software Foundation. All rights reserved.