JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.iceberg.actions
Interface Action<R>
Type Parameters:
R
- the Java type of the result produced by this action
All Known Subinterfaces:
CreateAction
,
SnapshotAction
,
SnapshotUpdateAction
<ThisT,R>
All Known Implementing Classes:
BaseRewriteDataFilesAction
,
ExpireSnapshotsAction
,
RemoveOrphanFilesAction
,
RewriteDataFilesAction
,
RewriteDataFilesAction
,
RewriteManifestsAction
,
Spark3MigrateAction
,
Spark3SnapshotAction
public interface
Action<R>
An action performed on a table.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
R
execute
()
Executes this action.
Method Detail
execute
R
execute()
Executes this action.
Returns:
the result of this action
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method