Package org.apache.iceberg.actions
Class SparkActions
- java.lang.Object
-
- org.apache.iceberg.actions.Actions
-
- org.apache.iceberg.actions.SparkActions
-
@Deprecated public class SparkActions extends Actions
Deprecated.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSparkActions(org.apache.spark.sql.SparkSession spark, Table table)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CreateActionmigrate(java.lang.String tableName)Deprecated.static CreateActionmigrate(org.apache.spark.sql.SparkSession spark, java.lang.String tableName)Deprecated.static SnapshotActionsnapshot(java.lang.String sourceId, java.lang.String destId)Deprecated.static SnapshotActionsnapshot(org.apache.spark.sql.SparkSession spark, java.lang.String sourceId, java.lang.String destId)Deprecated.-
Methods inherited from class org.apache.iceberg.actions.Actions
expireSnapshots, forTable, forTable, removeOrphanFiles, rewriteDataFiles, rewriteManifests, spark, table
-
-
-
-
Constructor Detail
-
SparkActions
protected SparkActions(org.apache.spark.sql.SparkSession spark, Table table)Deprecated.
-
-
Method Detail
-
migrate
@Deprecated public static CreateAction migrate(java.lang.String tableName)
Deprecated.
-
migrate
@Deprecated public static CreateAction migrate(org.apache.spark.sql.SparkSession spark, java.lang.String tableName)
Deprecated.
-
snapshot
@Deprecated public static SnapshotAction snapshot(java.lang.String sourceId, java.lang.String destId)
Deprecated.
-
snapshot
@Deprecated public static SnapshotAction snapshot(org.apache.spark.sql.SparkSession spark, java.lang.String sourceId, java.lang.String destId)
Deprecated.
-
-