com.microstrategy.webapi.EnumDSSXMLConnParam |
This interface defines the enumeration constants used to specify the default connection parameters for each server in a cluster.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlConnParamInitialPoolSize | Specifies the default initial connection pool size. | |||||||||
int | DssXmlConnParamMaximumPoolSize | Specifies the default maximum connection pool size. | |||||||||
int | DssXmlConnParamPoolSizeLimit | Specifies the default upper limit of all connection pools. | |||||||||
int | DssXmlConnParamPort | Specifies the default network port number to establish a connection. | |||||||||
int | DssXmlConnParamProtocol | Specifies the default network protocol to establish a connection. |
Specifies the default initial connection pool size.
Specifies the default maximum connection pool size.
Specifies the default upper limit of all connection pools.
Specifies the default network port number to establish a connection.
Specifies the default network protocol to establish a connection.