public class IcebergSnapshot extends Object
See Iceberg spec.
Constructor and Description |
---|
IcebergSnapshot(long sequenceNumber,
long snapshotId,
long timestampMs,
IcebergSnapshotSummary summary,
String manifestList,
int schemaId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
manifestList() |
int |
schemaId() |
long |
sequenceNumber() |
long |
snapshotId() |
IcebergSnapshotSummary |
summary() |
long |
timestampMs() |
public IcebergSnapshot(long sequenceNumber, long snapshotId, long timestampMs, IcebergSnapshotSummary summary, String manifestList, int schemaId)
public long sequenceNumber()
public long snapshotId()
public long timestampMs()
public IcebergSnapshotSummary summary()
public String manifestList()
public int schemaId()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.