Class FullScanDetector
java.lang.Object
tech.ydb.yoj.repository.ydb.client.interceptors.FullScanDetector
- All Implemented Interfaces:
QueryInterceptor
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeExecute(QueryInterceptingSession.QueryType type, tech.ydb.table.Session session, String query) builder()static voidignoringFullScan(Runnable runnable) static <T> TignoringFullScan(Supplier<T> supplier)
-
Method Details
-
builder
-
ignoringFullScan
-
ignoringFullScan
-
beforeExecute
public void beforeExecute(QueryInterceptingSession.QueryType type, tech.ydb.table.Session session, String query) - Specified by:
beforeExecutein interfaceQueryInterceptor
-