| Package | Description |
|---|---|
| org.apache.hudi.sink.utils |
| Modifier and Type | Field and Description |
|---|---|
protected NonThrownExecutor.ExceptionHook |
NonThrownExecutor.exceptionHook
Exception hook for post-exception handling.
|
| Modifier and Type | Method and Description |
|---|---|
NonThrownExecutor.Builder |
NonThrownExecutor.Builder.exceptionHook(NonThrownExecutor.ExceptionHook exceptionHook) |
void |
NonThrownExecutor.execute(org.apache.flink.util.function.ThrowingRunnable<Throwable> action,
NonThrownExecutor.ExceptionHook hook,
String actionName,
Object... actionParams)
Run the action in a loop.
|
| Constructor and Description |
|---|
NonThrownExecutor(org.slf4j.Logger logger,
NonThrownExecutor.ExceptionHook exceptionHook,
boolean waitForTasksFinish) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.