Uses of Class
com.azure.cosmos.CosmosContainerProactiveInitConfig
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosContainerProactiveInitConfig in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosContainerProactiveInitConfigBuilder.build()
BuildsCosmosContainerProactiveInitConfig
with the provided propertiesModifier and TypeMethodDescriptionCosmosClientBuilder.openConnectionsAndInitCaches
(CosmosContainerProactiveInitConfig proactiveContainerInitConfig) Sets theCosmosContainerProactiveInitConfig
which enable warming up of caches and connections associated with containers obtained fromgetCosmosContainerIdentities()
to replicas obtained from the first k preferred regions where k evaluates togetProactiveConnectionRegionsCount()
.