Package org.apache.iceberg
Class DataFiles.Builder
java.lang.Object
org.apache.iceberg.DataFiles.Builder
- Enclosing class:
- DataFiles
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()voidclear()withEncryptedOutputFile(EncryptedOutputFile newEncryptedFile) withEncryptionKeyMetadata(ByteBuffer newKeyMetadata) withEncryptionKeyMetadata(EncryptionKeyMetadata newKeyMetadata) withFileSizeInBytes(long newFileSizeInBytes) withFirstRowId(Long nextRowId) withFormat(String newFormat) withFormat(FileFormat newFormat) withInputFile(InputFile file) withMetrics(Metrics metrics) withPartition(StructLike newPartition) withPartitionPath(String newPartitionPath) withPartitionValues(List<String> partitionValues) withRecordCount(long newRecordCount) withSortOrder(SortOrder newSortOrder) withSplitOffsets(List<Long> offsets) withStatus(org.apache.hadoop.fs.FileStatus stat) 
- 
Constructor Details- 
Builder
 
- 
- 
Method Details- 
clearpublic void clear()
- 
copy
- 
withStatus
- 
withInputFile
- 
withEncryptedOutputFile
- 
withPath
- 
withFormat
- 
withFormat
- 
withPartition
- 
withRecordCount
- 
withFileSizeInBytes
- 
withPartitionPath
- 
withPartitionValues
- 
withMetrics
- 
withSplitOffsets
- 
withEncryptionKeyMetadata
- 
withEncryptionKeyMetadata
- 
withSortOrder
- 
withFirstRowId
- 
build
 
-