Files
scylla/idl/migration_manager.idl.hh
Avi Kivity f3eade2f62 treewide: relicense to ScyllaDB-Source-Available-1.0
Drop the AGPL license in favor of a source-available license.
See the blog post [1] for details.

[1] https://www.scylladb.com/2024/12/18/why-were-moving-to-a-source-available-license/
2024-12-18 17:45:13 +02:00

17 lines
720 B
C++

/*
* Copyright 2024-present ScyllaDB
*/
/*
* SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0
*/
#include "idl/frozen_mutation.idl.hh"
#include "idl/frozen_schema.idl.hh"
#include "idl/messaging_service.idl.hh"
verb [[with_client_info, cancellable]] migration_request (netw::schema_pull_options options [[version 3.2.0]]) -> std::vector<frozen_mutation>, std::vector<canonical_mutation> [[version 3.2.0]]
verb get_schema_version (unsigned shard, table_schema_version version) -> frozen_schema
verb [[cancellable]] schema_check () -> table_schema_version
verb [[with_client_info, one_way]] definitions_update (std::vector<frozen_mutation> fm, std::vector<canonical_mutation> cm [[version 3.2.0]])