mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-23 00:02:37 +00:00
22 lines
420 B
C++
22 lines
420 B
C++
/*
|
|
* Copyright 2018-present ScyllaDB
|
|
*/
|
|
|
|
/*
|
|
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.1
|
|
*/
|
|
|
|
#include "idl/uuid.idl.hh"
|
|
|
|
namespace db {
|
|
namespace view {
|
|
class update_backlog {
|
|
size_t get_current_bytes();
|
|
size_t get_max_bytes();
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
verb [[cancellable]] work_on_view_building_tasks(raft::term_t term, shard_id shard, std::vector<utils::UUID> tasks_ids) -> std::vector<utils::UUID>
|