| Package | Description |
|---|---|
| com.amazonaws.services.finspace.model |
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseCacheConfiguration |
KxDatabaseCacheConfiguration.clone() |
KxDatabaseCacheConfiguration |
KxDatabaseCacheConfiguration.withCacheType(String cacheType)
The type of disk cache.
|
KxDatabaseCacheConfiguration |
KxDatabaseCacheConfiguration.withDbPaths(Collection<String> dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
|
KxDatabaseCacheConfiguration |
KxDatabaseCacheConfiguration.withDbPaths(String... dbPaths)
Specifies the portions of database that will be loaded into the cache for access.
|
| Modifier and Type | Method and Description |
|---|---|
List<KxDatabaseCacheConfiguration> |
KxDatabaseConfiguration.getCacheConfigurations()
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseConfiguration |
KxDatabaseConfiguration.withCacheConfigurations(KxDatabaseCacheConfiguration... cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the
cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KxDatabaseConfiguration.setCacheConfigurations(Collection<KxDatabaseCacheConfiguration> cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the
cluster.
|
KxDatabaseConfiguration |
KxDatabaseConfiguration.withCacheConfigurations(Collection<KxDatabaseCacheConfiguration> cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the
cluster.
|
Copyright © 2023. All rights reserved.