Class YdbConfig

java.lang.Object
tech.ydb.yoj.repository.ydb.YdbConfig

public class YdbConfig extends Object
  • Constructor Details

    • YdbConfig

      public YdbConfig()
  • Method Details

    • createForTesting

      public static YdbConfig createForTesting(String host, int port, String tablespace, String database)
    • getSessionCreationTimeout

      public Duration getSessionCreationTimeout()
    • getSessionCreationMaxRetries

      public Integer getSessionCreationMaxRetries()
    • getSessionKeepAliveTime

      public Duration getSessionKeepAliveTime()
    • getSessionMaxIdleTime

      public Duration getSessionMaxIdleTime()
    • getSessionPoolMin

      public Integer getSessionPoolMin()
    • getSessionPoolMax

      public Integer getSessionPoolMax()
    • getTcpKeepaliveTime

      public Duration getTcpKeepaliveTime()
    • getTcpKeepaliveTimeout

      public Duration getTcpKeepaliveTimeout()