| Package | Description |
|---|---|
| org.apache.flink.streaming.runtime.tasks |
This package contains classes that realize streaming tasks.
|
| Modifier and Type | Method and Description |
|---|---|
CheckpointExceptionHandler |
CheckpointExceptionHandlerFactory.createCheckpointExceptionHandler(boolean failTaskOnCheckpointException,
org.apache.flink.runtime.execution.Environment environment)
Returns a
CheckpointExceptionHandler that either causes a task to fail completely or to just declines
checkpoint on exception, depending on the parameter flag. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.