Package org.apache.iceberg
Class MicroBatches.MicroBatch
- java.lang.Object
- 
- org.apache.iceberg.MicroBatches.MicroBatch
 
- 
- Enclosing class:
- MicroBatches
 
 public static class MicroBatches.MicroBatch extends java.lang.Object
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longendFileIndex()booleanlastIndexOfSnapshot()longsizeInBytes()longsnapshotId()longstartFileIndex()java.util.List<FileScanTask>tasks()
 
- 
- 
- 
Method Detail- 
snapshotIdpublic long snapshotId() 
 - 
startFileIndexpublic long startFileIndex() 
 - 
endFileIndexpublic long endFileIndex() 
 - 
sizeInBytespublic long sizeInBytes() 
 - 
taskspublic java.util.List<FileScanTask> tasks() 
 - 
lastIndexOfSnapshotpublic boolean lastIndexOfSnapshot() 
 
- 
 
-