public static interface KxDatabaseCacheConfiguration.Builder extends SdkPojo, CopyableBuilder<KxDatabaseCacheConfiguration.Builder,KxDatabaseCacheConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseCacheConfiguration.Builder |
cacheType(String cacheType)
The type of disk cache.
|
KxDatabaseCacheConfiguration.Builder |
dbPaths(Collection<String> dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
|
KxDatabaseCacheConfiguration.Builder |
dbPaths(String... dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxDatabaseCacheConfiguration.Builder cacheType(String cacheType)
The type of disk cache. This parameter is used to map the database path to cache storage. The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
cacheType - The type of disk cache. This parameter is used to map the database path to cache storage. The valid
values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
KxDatabaseCacheConfiguration.Builder dbPaths(Collection<String> dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
dbPaths - Specifies the portions of database that will be loaded into the cache for access.KxDatabaseCacheConfiguration.Builder dbPaths(String... dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
dbPaths - Specifies the portions of database that will be loaded into the cache for access.Copyright © 2023. All rights reserved.