Uses of Class
software.amazon.awssdk.services.finspace.model.KxDatabaseCacheConfiguration
-
Packages that use KxDatabaseCacheConfiguration Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDatabaseCacheConfiguration in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDatabaseCacheConfiguration Modifier and Type Method Description List<KxDatabaseCacheConfiguration>KxDatabaseConfiguration. cacheConfigurations()Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxDatabaseCacheConfiguration Modifier and Type Method Description KxDatabaseConfiguration.BuilderKxDatabaseConfiguration.Builder. cacheConfigurations(KxDatabaseCacheConfiguration... cacheConfigurations)Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxDatabaseCacheConfiguration Modifier and Type Method Description KxDatabaseConfiguration.BuilderKxDatabaseConfiguration.Builder. cacheConfigurations(Collection<KxDatabaseCacheConfiguration> cacheConfigurations)Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
-