Package com.cloudera.cdp.client
Class CdpClientConfiguration
java.lang.Object
com.cloudera.cdp.client.CdpClientConfiguration
Class encapsulating properties that can be set on a CDP client.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Constructs a builder initialized with current client configuration.
-
Constructor Details
-
CdpClientConfiguration
Constructor.- Parameters:
builder
- the client configuration builder
-
-
Method Details
-
toBuilder
Constructs a builder initialized with current client configuration.- Returns:
- the client configuration builder.
-
getMaxConnections
public int getMaxConnections() -
getConnectionTimeout
-
getReadTimeout
-
getConnectionMaxIdle
-
getValidateAfterInactivity
-
getRetryHandler
-
getClientApplicationName
-
getProxyUri
-
getProxyUsername
-
getProxyPassword
-
getIgnoreTls
public boolean getIgnoreTls() -
getTrustedCertificates
-
getRequestHeaders
-