Package org.apache.iceberg.actions
Class BaseSnapshotTableActionResult
- java.lang.Object
-
- org.apache.iceberg.actions.BaseSnapshotTableActionResult
-
- All Implemented Interfaces:
SnapshotTable.Result
public class BaseSnapshotTableActionResult extends java.lang.Object implements SnapshotTable.Result
-
-
Constructor Summary
Constructors Constructor Description BaseSnapshotTableActionResult(long importedDataFilesCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
importedDataFilesCount()
Returns the number of imported data files.
-
-
-
Method Detail
-
importedDataFilesCount
public long importedDataFilesCount()
Description copied from interface:SnapshotTable.Result
Returns the number of imported data files.- Specified by:
importedDataFilesCount
in interfaceSnapshotTable.Result
-
-