public class ManifestFileBean
extends java.lang.Object
implements org.apache.iceberg.ManifestFile
| Modifier and Type | Field and Description |
|---|---|
static org.apache.spark.sql.Encoder<ManifestFileBean> |
ENCODER |
ADDED_FILES_COUNT, ADDED_ROWS_COUNT, DELETED_FILES_COUNT, DELETED_ROWS_COUNT, EXISTING_FILES_COUNT, EXISTING_ROWS_COUNT, KEY_METADATA, LENGTH, MANIFEST_CONTENT, MIN_SEQUENCE_NUMBER, PARTITION_SUMMARIES, PARTITION_SUMMARY_TYPE, PATH, SCHEMA, SEQUENCE_NUMBER, SNAPSHOT_ID, SPEC_ID| Constructor and Description |
|---|
ManifestFileBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
addedFilesCount() |
java.lang.Long |
addedRowsCount() |
org.apache.iceberg.ManifestContent |
content() |
org.apache.iceberg.ManifestFile |
copy() |
java.lang.Integer |
deletedFilesCount() |
java.lang.Long |
deletedRowsCount() |
java.lang.Integer |
existingFilesCount() |
java.lang.Long |
existingRowsCount() |
java.lang.Long |
getAddedSnapshotId() |
java.lang.Integer |
getContent() |
java.lang.Long |
getLength() |
java.lang.Integer |
getPartitionSpecId() |
java.lang.String |
getPath() |
java.nio.ByteBuffer |
keyMetadata() |
long |
length() |
long |
minSequenceNumber() |
java.util.List<org.apache.iceberg.ManifestFile.PartitionFieldSummary> |
partitions() |
int |
partitionSpecId() |
java.lang.String |
path() |
long |
sequenceNumber() |
void |
setAddedSnapshotId(java.lang.Long addedSnapshotId) |
void |
setContent(java.lang.Integer content) |
void |
setLength(java.lang.Long length) |
void |
setPartitionSpecId(java.lang.Integer partitionSpecId) |
void |
setPath(java.lang.String path) |
java.lang.Long |
snapshotId() |
public static final org.apache.spark.sql.Encoder<ManifestFileBean> ENCODER
public java.lang.String getPath()
public void setPath(java.lang.String path)
public java.lang.Long getLength()
public void setLength(java.lang.Long length)
public java.lang.Integer getPartitionSpecId()
public void setPartitionSpecId(java.lang.Integer partitionSpecId)
public java.lang.Long getAddedSnapshotId()
public void setAddedSnapshotId(java.lang.Long addedSnapshotId)
public java.lang.Integer getContent()
public void setContent(java.lang.Integer content)
public java.lang.String path()
path in interface org.apache.iceberg.ManifestFilepublic long length()
length in interface org.apache.iceberg.ManifestFilepublic int partitionSpecId()
partitionSpecId in interface org.apache.iceberg.ManifestFilepublic org.apache.iceberg.ManifestContent content()
content in interface org.apache.iceberg.ManifestFilepublic long sequenceNumber()
sequenceNumber in interface org.apache.iceberg.ManifestFilepublic long minSequenceNumber()
minSequenceNumber in interface org.apache.iceberg.ManifestFilepublic java.lang.Long snapshotId()
snapshotId in interface org.apache.iceberg.ManifestFilepublic java.lang.Integer addedFilesCount()
addedFilesCount in interface org.apache.iceberg.ManifestFilepublic java.lang.Long addedRowsCount()
addedRowsCount in interface org.apache.iceberg.ManifestFilepublic java.lang.Integer existingFilesCount()
existingFilesCount in interface org.apache.iceberg.ManifestFilepublic java.lang.Long existingRowsCount()
existingRowsCount in interface org.apache.iceberg.ManifestFilepublic java.lang.Integer deletedFilesCount()
deletedFilesCount in interface org.apache.iceberg.ManifestFilepublic java.lang.Long deletedRowsCount()
deletedRowsCount in interface org.apache.iceberg.ManifestFilepublic java.util.List<org.apache.iceberg.ManifestFile.PartitionFieldSummary> partitions()
partitions in interface org.apache.iceberg.ManifestFilepublic java.nio.ByteBuffer keyMetadata()
keyMetadata in interface org.apache.iceberg.ManifestFilepublic org.apache.iceberg.ManifestFile copy()
copy in interface org.apache.iceberg.ManifestFile