public class CommitTableRequest extends Object implements RESTRequest
Constructor and Description |
---|
CommitTableRequest(String tableId,
Snapshot snapshot,
List<PartitionStatistics> statistics) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
getSnapshot() |
List<PartitionStatistics> |
getStatistics() |
String |
getTableId() |
public CommitTableRequest(String tableId, Snapshot snapshot, List<PartitionStatistics> statistics)
public String getTableId()
public Snapshot getSnapshot()
public List<PartitionStatistics> getStatistics()
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.