public interface RewriteHook
| Modifier and Type | Method and Description |
|---|---|
void |
finishFailure(Exception cause)
Handle when rewrite finished failure.
|
void |
finishSuccess(SQLUnit sqlUnit)
Handle when rewrite finished success.
|
void |
start(TableUnit tableUnit)
Handle when rewrite started.
|
void start(TableUnit tableUnit)
tableUnit - table unitvoid finishSuccess(SQLUnit sqlUnit)
sqlUnit - sql unitvoid finishFailure(Exception cause)
cause - failure causeCopyright © 2019 The Apache Software Foundation. All rights reserved.