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 SummaryConstructors Constructor Description BaseSnapshotTableActionResult(long importedDataFilesCount)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longimportedDataFilesCount()Returns the number of imported data files.
 
- 
- 
- 
Method Detail- 
importedDataFilesCountpublic long importedDataFilesCount() Description copied from interface:SnapshotTable.ResultReturns the number of imported data files.- Specified by:
- importedDataFilesCountin interface- SnapshotTable.Result
 
 
- 
 
-