diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2024-12-12 15:42:31 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2024-12-12 16:16:32 +0300 |
commit | 33b0eb2c8e449c6bf0b1d09020ac16823a04c808 (patch) | |
tree | 4896aefe651c0d564419b95f75eec656d12b357a /yt/cpp/mapreduce/http/http.h | |
parent | 488068b0d84538afd45ca9c7b805b06981eb0d84 (diff) | |
download | ydb-33b0eb2c8e449c6bf0b1d09020ac16823a04c808.tar.gz |
yt/cpp/mapreduce: Move Set operation to THttpRawClient
commit_hash:3c4bb23f8331162e4667c907c007bc859cc2fc76
Diffstat (limited to 'yt/cpp/mapreduce/http/http.h')
-rw-r--r-- | yt/cpp/mapreduce/http/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yt/cpp/mapreduce/http/http.h b/yt/cpp/mapreduce/http/http.h index 618b1e2c22..0f5e9034ee 100644 --- a/yt/cpp/mapreduce/http/http.h +++ b/yt/cpp/mapreduce/http/http.h @@ -59,8 +59,9 @@ public: void AddTransactionId(const TTransactionId& transactionId, bool overwrite = false); void AddPath(const TString& path, bool overwrite = false); void AddOperationId(const TOperationId& operationId, bool overwrite = false); - void AddMutationId(); + TMutationId AddMutationId(); bool HasMutationId() const; + void SetMutationId(TMutationId mutationId); void SetToken(const TString& token); void SetProxyAddress(const TString& proxyAddress); |