Uses of Class
com.cognite.client.config.ClientConfig
-
Packages that use ClientConfig Package Description com.cognite.client com.cognite.client.config -
-
Uses of ClientConfig in com.cognite.client
Methods in com.cognite.client that return ClientConfig Modifier and Type Method Description abstract ClientConfigCogniteClient. getClientConfig()Methods in com.cognite.client with parameters of type ClientConfig Modifier and Type Method Description CogniteClientCogniteClient. 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 ClientConfig Modifier and Type Method Description static ClientConfigClientConfig. create()Returns aClientConfigobject with default settings.ClientConfigClientConfig. withAppIdentifier(String identifier)Set the app identifier.ClientConfigClientConfig. withEntityMatchingMaxBatchSize(int value)Sets the max batch size when executing entity matching operations.ClientConfigClientConfig. withMaxRetries(int retries)Sets the maximum number of retries when sending requests to the Cognite API.ClientConfigClientConfig. withNoListPartitions(int noPartitions)Specifies the number of partitions to use for (read) list requests.ClientConfigClientConfig. withNoWorkers(int noWorkers)Specifies the maximum number of workers to use for the Cognite API requests.ClientConfigClientConfig. withSessionIdentifier(String identifier)Set the session identifier.ClientConfigClientConfig. withUpsertMode(UpsertMode mode)Sets the upsert mode.
-