Skip to content

Commit d969892

Browse files
author
hiddenpath
committed
YT-23616: Add CreateRpcClient method
commit_hash:78db7b8cacb58da4b6e26dd810baa508a8abfda2
1 parent a3f26a3 commit d969892

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

yt/cpp/mapreduce/interface/client.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,11 @@ class IClient
579579
virtual void Shutdown() = 0;
580580
};
581581

582+
/// Create a rpc client for particular cluster.
583+
IClientPtr CreateRpcClient(
584+
const TString& serverName,
585+
const TCreateClientOptions& options = {});
586+
582587
/// Create a client for particular MapReduce cluster.
583588
IClientPtr CreateClient(
584589
const TString& serverName,

0 commit comments

Comments
 (0)