Uses of Enum Class
tech.ydb.yoj.repository.ydb.client.QueryInterceptingSession.QueryType
Packages that use QueryInterceptingSession.QueryType
Package
Description
-
Uses of QueryInterceptingSession.QueryType in tech.ydb.yoj.repository.ydb.client
Methods in tech.ydb.yoj.repository.ydb.client that return QueryInterceptingSession.QueryTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static QueryInterceptingSession.QueryType[]QueryInterceptingSession.QueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tech.ydb.yoj.repository.ydb.client with parameters of type QueryInterceptingSession.QueryTypeModifier and TypeMethodDescriptionvoidQueryInterceptor.beforeExecute(QueryInterceptingSession.QueryType type, com.yandex.ydb.table.Session session, String query) -
Uses of QueryInterceptingSession.QueryType in tech.ydb.yoj.repository.ydb.client.interceptors
Methods in tech.ydb.yoj.repository.ydb.client.interceptors with parameters of type QueryInterceptingSession.QueryTypeModifier and TypeMethodDescriptionvoidFullScanDetector.beforeExecute(QueryInterceptingSession.QueryType type, com.yandex.ydb.table.Session session, String query) FullScanDetector.FullScanDetectorBuilder.callback(QueryInterceptingSession.QueryType type, Consumer<String> callback)