JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.iceberg.util
Interface Tasks.FailureTask<I,
E extends
Exception
>
Enclosing class:
Tasks
public static interface
Tasks.FailureTask<I,
E extends
Exception
>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
run
(
I
item,
Exception
exception)
Method Details
run
void
run
(
I
item,
Exception
exception)
throws
E
Throws:
E
extends
Exception