|
iceberg-cpp
|
This is the complete list of members for iceberg::SnapshotManager, including all inherited members.
| AddError(this auto &self, ErrorKind kind, const std::format_string< Args... > fmt, Args &&... args) | iceberg::ErrorCollector | inline |
| AddError(this auto &self, Error err) | iceberg::ErrorCollector | inline |
| AddError(this auto &self, std::unexpected< Error > err) | iceberg::ErrorCollector | inline |
| CheckErrors() const | iceberg::ErrorCollector | inline |
| Cherrypick(int64_t snapshot_id) | iceberg::SnapshotManager | |
| ClearErrors() | iceberg::ErrorCollector | inline |
| Commit() | iceberg::SnapshotManager | |
| CreateBranch(const std::string &name) | iceberg::SnapshotManager | |
| CreateBranch(const std::string &name, int64_t snapshot_id) | iceberg::SnapshotManager | |
| CreateTag(const std::string &name, int64_t snapshot_id) | iceberg::SnapshotManager | |
| error_count() const | iceberg::ErrorCollector | inline |
| ErrorCollector()=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | |
| ErrorCollector(ErrorCollector &&)=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | |
| ErrorCollector(const ErrorCollector &)=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | |
| errors() const | iceberg::ErrorCollector | inline |
| errors_ (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | protected |
| FastForwardBranch(const std::string &from, const std::string &to) | iceberg::SnapshotManager | |
| has_errors() const | iceberg::ErrorCollector | inline |
| Make(std::shared_ptr< Table > table) | iceberg::SnapshotManager | static |
| Make(std::shared_ptr< Transaction > transaction) | iceberg::SnapshotManager | static |
| operator=(ErrorCollector &&)=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | |
| operator=(const ErrorCollector &)=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | |
| RemoveBranch(const std::string &name) | iceberg::SnapshotManager | |
| RemoveTag(const std::string &name) | iceberg::SnapshotManager | |
| RenameBranch(const std::string &name, const std::string &new_name) | iceberg::SnapshotManager | |
| ReplaceBranch(const std::string &name, int64_t snapshot_id) | iceberg::SnapshotManager | |
| ReplaceBranch(const std::string &from, const std::string &to) | iceberg::SnapshotManager | |
| ReplaceTag(const std::string &name, int64_t snapshot_id) | iceberg::SnapshotManager | |
| RollbackTo(int64_t snapshot_id) | iceberg::SnapshotManager | |
| RollbackToTime(int64_t timestamp_ms) | iceberg::SnapshotManager | |
| SetCurrentSnapshot(int64_t snapshot_id) | iceberg::SnapshotManager | |
| SetMaxRefAgeMs(const std::string &name, int64_t max_ref_age_ms) | iceberg::SnapshotManager | |
| SetMaxSnapshotAgeMs(const std::string &branch_name, int64_t max_snapshot_age_ms) | iceberg::SnapshotManager | |
| SetMinSnapshotsToKeep(const std::string &branch_name, int32_t min_snapshots_to_keep) | iceberg::SnapshotManager | |
| ~ErrorCollector()=default (defined in iceberg::ErrorCollector) | iceberg::ErrorCollector | virtual |
| ~SnapshotManager() override (defined in iceberg::SnapshotManager) | iceberg::SnapshotManager |