public static interface KxDatabaseConfiguration.Builder extends SdkPojo, CopyableBuilder<KxDatabaseConfiguration.Builder,KxDatabaseConfiguration>
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseConfiguration.Builder |
cacheConfigurations(Collection<KxDatabaseCacheConfiguration> cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to
the cluster.
|
KxDatabaseConfiguration.Builder |
cacheConfigurations(Consumer<KxDatabaseCacheConfiguration.Builder>... cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to
the cluster.
|
KxDatabaseConfiguration.Builder |
cacheConfigurations(KxDatabaseCacheConfiguration... cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to
the cluster.
|
KxDatabaseConfiguration.Builder |
changesetId(String changesetId)
A unique identifier of the changeset that is associated with the cluster.
|
KxDatabaseConfiguration.Builder |
databaseName(String databaseName)
The name of the kdb database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxDatabaseConfiguration.Builder databaseName(String databaseName)
The name of the kdb database. When this parameter is specified in the structure, S3 with the whole database is included by default.
databaseName - The name of the kdb database. When this parameter is specified in the structure, S3 with the whole
database is included by default.KxDatabaseConfiguration.Builder cacheConfigurations(Collection<KxDatabaseCacheConfiguration> cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
cacheConfigurations - Configuration details for the disk cache used to increase performance reading from a kdb database
mounted to the cluster.KxDatabaseConfiguration.Builder cacheConfigurations(KxDatabaseCacheConfiguration... cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
cacheConfigurations - Configuration details for the disk cache used to increase performance reading from a kdb database
mounted to the cluster.KxDatabaseConfiguration.Builder cacheConfigurations(Consumer<KxDatabaseCacheConfiguration.Builder>... cacheConfigurations)
Configuration details for the disk cache used to increase performance reading from a kdb database mounted to the cluster.
This is a convenience method that creates an instance of theKxDatabaseCacheConfiguration.Builder avoiding the need
to create one manually via
KxDatabaseCacheConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #cacheConfigurations(List.
cacheConfigurations - a consumer that will call methods on
KxDatabaseCacheConfiguration.Builder#cacheConfigurations(java.util.Collection) KxDatabaseConfiguration.Builder changesetId(String changesetId)
A unique identifier of the changeset that is associated with the cluster.
changesetId - A unique identifier of the changeset that is associated with the cluster.Copyright © 2023. All rights reserved.