Uses of Interface
software.amazon.awssdk.services.finspace.model.KxDatabaseCacheConfiguration.Builder
-
Packages that use KxDatabaseCacheConfiguration.Builder Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDatabaseCacheConfiguration.Builder in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return KxDatabaseCacheConfiguration.Builder Modifier and Type Method Description static KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration. builder()KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration.Builder. cacheType(String cacheType)The type of disk cache.KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration.Builder. dataviewName(String dataviewName)The name of the dataview to be used for caching historical data on disk.KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration.Builder. dbPaths(String... dbPaths)Specifies the portions of database that will be loaded into the cache for access.KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration.Builder. dbPaths(Collection<String> dbPaths)Specifies the portions of database that will be loaded into the cache for access.KxDatabaseCacheConfiguration.BuilderKxDatabaseCacheConfiguration. toBuilder()Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDatabaseCacheConfiguration.Builder Modifier and Type Method Description static Class<? extends KxDatabaseCacheConfiguration.Builder>KxDatabaseCacheConfiguration. serializableBuilderClass()
-