Uses of Class
com.cognite.client.config.ClientConfig
Packages that use ClientConfig
-
Uses of ClientConfig in com.cognite.client
Methods in com.cognite.client that return ClientConfigMethods in com.cognite.client with parameters of type ClientConfigModifier and TypeMethodDescriptionCogniteClient.withClientConfig(ClientConfig config) Returns aCogniteClientusing the specified configuration settings. -
Uses of ClientConfig in com.cognite.client.config
Methods in com.cognite.client.config that return ClientConfigModifier and TypeMethodDescriptionstatic ClientConfigClientConfig.create()Returns aClientConfigobject with default settings.ClientConfig.withAppIdentifier(String identifier) Set the app identifier.ClientConfig.withAsyncApiJobTimeout(Duration timeout) Sets the timeout for waiting for async api jobs to finish.ClientConfig.withEntityMatchingMaxBatchSize(int batchSize) Sets the max batch size when executing entity matching operations.ClientConfig.withExperimental(ClientConfig.FeatureFlag experimentalFeatures) Enable/disable experimental features.ClientConfig.withMaxRetries(int retries) Sets the maximum number of retries when sending requests to the Cognite API.ClientConfig.withNoListPartitions(int noPartitions) Specifies the number of partitions to use for (read) list requests.ClientConfig.withNoTsWorkers(int noTsWorkers) Specifies the maximum number of workers to use for the Cognite API requests towards the time series service.ClientConfig.withNoWorkers(int noWorkers) Specifies the maximum number of workers to use for the Cognite API requests.ClientConfig.withProxyConfig(ProxyConfig proxyConfig) Specifies the proxy server configuration.ClientConfig.withSessionIdentifier(String identifier) Set the session identifier.ClientConfig.withUpsertMode(UpsertMode mode) Sets the upsert mode.