Class PinotScatterGatherQueryClient.Config

    • Constructor Detail

      • Config

        public Config​(long idleTimeoutMillis,
                      int threadPoolSize,
                      int minConnectionsPerServer,
                      int maxBacklogPerServer,
                      int maxConnectionsPerServer)
    • Method Detail

      • getThreadPoolSize

        public int getThreadPoolSize()
      • getMaxBacklogPerServer

        public int getMaxBacklogPerServer()
      • getIdleTimeoutMillis

        @Deprecated
        public long getIdleTimeoutMillis()
        Deprecated.
      • getMinConnectionsPerServer

        @Deprecated
        public int getMinConnectionsPerServer()
        Deprecated.
      • getMaxConnectionsPerServer

        @Deprecated
        public int getMaxConnectionsPerServer()
        Deprecated.
      • isClientAuthEnabled

        public boolean isClientAuthEnabled()
      • getTrustStoreType

        public String getTrustStoreType()
      • getTrustStorePath

        public String getTrustStorePath()
      • getTrustStorePassword

        public String getTrustStorePassword()
      • getKeyStoreType

        public String getKeyStoreType()
      • getKeyStorePath

        public String getKeyStorePath()
      • getKeyStorePassword

        public String getKeyStorePassword()
      • getSslProvider

        public String getSslProvider()