File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
query/src/main/java/tech/ydb/query Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1212import tech .ydb .core .grpc .GrpcTransport ;
1313import tech .ydb .query .impl .QueryClientImpl ;
1414import tech .ydb .query .impl .TableClientImpl ;
15+ import tech .ydb .table .SessionPoolStats ;
1516import tech .ydb .table .TableClient ;
1617
1718/**
@@ -39,6 +40,8 @@ static TableClient.Builder newTableClient(@WillNotClose GrpcTransport transport)
3940
4041 ScheduledExecutorService getScheduler ();
4142
43+ SessionPoolStats getSessionPoolStats ();
44+
4245 @ Override
4346 void close ();
4447
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ public void updatePoolMaxSize(int maxSize) {
4747 pool .updateMaxSize (maxSize );
4848 }
4949
50+ @ Override
5051 public SessionPoolStats getSessionPoolStats () {
5152 return pool .getStats ();
5253 }
You can’t perform that action at this time.
0 commit comments