summaryrefslogtreecommitdiffstats
path: root/yt/cpp/mapreduce/interface
diff options
context:
space:
mode:
Diffstat (limited to 'yt/cpp/mapreduce/interface')
-rw-r--r--yt/cpp/mapreduce/interface/raw_client.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/interface/raw_client.h b/yt/cpp/mapreduce/interface/raw_client.h
index 85b7d1aa54e..e5c672929ca 100644
--- a/yt/cpp/mapreduce/interface/raw_client.h
+++ b/yt/cpp/mapreduce/interface/raw_client.h
@@ -43,6 +43,13 @@ public:
const TYPath& path,
const TNode::TMapType& value,
const TMultisetAttributesOptions& options = {}) = 0;
+
+ virtual TNodeId Create(
+ TMutationId& mutatatonId,
+ const TTransactionId& transactionId,
+ const TYPath& path,
+ const ENodeType& type,
+ const TCreateOptions& options = {}) = 0;
};
////////////////////////////////////////////////////////////////////////////////