Package org.apache.iceberg.util
Interface Tasks.FailureTask<I,E extends java.lang.Exception>
-
- Enclosing class:
- Tasks
public static interface Tasks.FailureTask<I,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(I item, java.lang.Exception exception)
-