@Generated(value="software.amazon.awssdk:codegen") public final class KxDeploymentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>
The configuration that allows you to choose how you want to update the databases on a cluster. Depending on the option you choose, you can reduce the time it takes to update the database changesets on to a cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KxDeploymentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KxDeploymentConfiguration.Builder |
builder() |
KxDeploymentStrategy |
deploymentStrategy()
The type of deployment that you want on a cluster.
|
String |
deploymentStrategyAsString()
The type of deployment that you want on a cluster.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends KxDeploymentConfiguration.Builder> |
serializableBuilderClass() |
KxDeploymentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KxDeploymentStrategy deploymentStrategy()
The type of deployment that you want on a cluster.
ROLLING – This options loads the updated database by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option loads the updated database on the running q process without stopping it. This option is quicker as it reduces the turn around time to update a kdb database changeset configuration on a cluster.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategy will return KxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentStrategyAsString().
ROLLING – This options loads the updated database by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option loads the updated database on the running q process without stopping it. This option is quicker as it reduces the turn around time to update a kdb database changeset configuration on a cluster.
KxDeploymentStrategypublic final String deploymentStrategyAsString()
The type of deployment that you want on a cluster.
ROLLING – This options loads the updated database by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option loads the updated database on the running q process without stopping it. This option is quicker as it reduces the turn around time to update a kdb database changeset configuration on a cluster.
If the service returns an enum value that is not available in the current SDK version,
deploymentStrategy will return KxDeploymentStrategy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from deploymentStrategyAsString().
ROLLING – This options loads the updated database by stopping the exiting q process and starting a new q process with updated configuration.
NO_RESTART – This option loads the updated database on the running q process without stopping it. This option is quicker as it reduces the turn around time to update a kdb database changeset configuration on a cluster.
KxDeploymentStrategypublic KxDeploymentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KxDeploymentConfiguration.Builder,KxDeploymentConfiguration>public static KxDeploymentConfiguration.Builder builder()
public static Class<? extends KxDeploymentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.