@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KxDeploymentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
KxDeploymentConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KxDeploymentConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDeploymentStrategy()
The type of deployment that you want on a cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeploymentStrategy(String deploymentStrategy)
The type of deployment that you want on a cluster.
|
String |
toString()
Returns a string representation of this object.
|
KxDeploymentConfiguration |
withDeploymentStrategy(KxDeploymentStrategy deploymentStrategy)
The type of deployment that you want on a cluster.
|
KxDeploymentConfiguration |
withDeploymentStrategy(String deploymentStrategy)
The type of deployment that you want on a cluster.
|
public void setDeploymentStrategy(String 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.
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.
KxDeploymentStrategypublic String getDeploymentStrategy()
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.
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 withDeploymentStrategy(String 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.
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.
KxDeploymentStrategypublic KxDeploymentConfiguration withDeploymentStrategy(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.
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.
KxDeploymentStrategypublic String toString()
toString in class ObjectObject.toString()public KxDeploymentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.