T - type of table descriptor to assesspublic interface TableAssessor<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
default Assessment |
assess()
Assess whether there will be any general potential problems replicating data based unrelated to a specific table.
|
TableAssessment |
assess(T tableDescriptor)
Assess whether there will be potential problems replicating data from the specified table.
|
default void |
close() |
TableAssessment assess(T tableDescriptor)
tableDescriptor - descriptor about the table to replicatedefault Assessment assess()
default void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2021 CDAP Licensed under the Apache License, Version 2.0.