Class PinotScatterGatherQueryClient.Config
- java.lang.Object
-
- org.apache.pinot.connector.presto.PinotScatterGatherQueryClient.Config
-
- Enclosing class:
- PinotScatterGatherQueryClient
public static class PinotScatterGatherQueryClient.Config extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description longgetIdleTimeoutMillis()Deprecated.StringgetKeyStorePassword()StringgetKeyStorePath()StringgetKeyStoreType()intgetMaxBacklogPerServer()intgetMaxConnectionsPerServer()Deprecated.intgetMinConnectionsPerServer()Deprecated.StringgetSslProvider()intgetThreadPoolSize()StringgetTrustStorePassword()StringgetTrustStorePath()StringgetTrustStoreType()booleanisClientAuthEnabled()
-
-
-
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()
-
-