Uses of Class
com.azure.cosmos.CosmosContainerProactiveInitConfigBuilder
Packages that use CosmosContainerProactiveInitConfigBuilder
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
-
Uses of CosmosContainerProactiveInitConfigBuilder in com.azure.cosmos
Methods in com.azure.cosmos that return CosmosContainerProactiveInitConfigBuilderModifier and TypeMethodDescriptionCosmosContainerProactiveInitConfigBuilder.setAggressiveWarmupDuration(Duration aggressiveWarmupDuration) Sets the time window represented as aDurationwithin which connections will be opened aggressively and in a blocking manner and outside which connections will be opened defensively and in a non-blocking mannerCosmosContainerProactiveInitConfigBuilder.setProactiveConnectionRegionsCount(int numProactiveConnectionRegions) Sets the no. of regions to proactively connect to.