Uses of Interface
tech.ydb.yoj.repository.ydb.client.SessionManager
Packages that use SessionManager
-
Uses of SessionManager in tech.ydb.yoj.repository.ydb
Methods in tech.ydb.yoj.repository.ydb that return SessionManagerMethods in tech.ydb.yoj.repository.ydb with parameters of type SessionManagerModifier and TypeMethodDescriptionprotected @NonNull YdbSchemaOperationsYdbRepository.buildSchemaOperations(@NonNull String tablespace, tech.ydb.core.grpc.GrpcTransport transport, SessionManager sessionManager) -
Uses of SessionManager in tech.ydb.yoj.repository.ydb.client
Classes in tech.ydb.yoj.repository.ydb.client that implement SessionManagerConstructors in tech.ydb.yoj.repository.ydb.client with parameters of type SessionManagerModifierConstructorDescriptionYdbSchemaOperations(String tablespace, @NonNull SessionManager sessionManager, tech.ydb.core.grpc.GrpcTransport transport)