Builder.WithMaxSchemaAgreementWaitSeconds Method |
DDL queries introduce schema changes that need to be propagated to all nodes in the cluster. Once they have settled on a common version, we say that they are in agreement.
If not set through this method, the default value (10 seconds) will be used.
Namespace: Cassandra
public Builder WithMaxSchemaAgreementWaitSeconds( int maxSchemaAgreementWaitSeconds )
Exception | Condition |
---|---|
ArgumentException | If the provided value is zero or less. |