Package uk.sky.cqlmigrate
Class CqlMigratorConfig.CassandraConfigBuilder
- java.lang.Object
-
- uk.sky.cqlmigrate.CqlMigratorConfig.CassandraConfigBuilder
-
- Enclosing class:
- CqlMigratorConfig
public static class CqlMigratorConfig.CassandraConfigBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CqlMigratorConfigbuild()CqlMigratorConfig.CassandraConfigBuilderwithLockConfig(LockConfig cassandraLockConfig)CqlMigratorConfig.CassandraConfigBuilderwithReadConsistencyLevel(com.datastax.driver.core.ConsistencyLevel readConsistencyLevel)CqlMigratorConfig.CassandraConfigBuilderwithWriteConsistencyLevel(com.datastax.driver.core.ConsistencyLevel writeConsistencyLevel)
-
-
-
Method Detail
-
withLockConfig
public CqlMigratorConfig.CassandraConfigBuilder withLockConfig(LockConfig cassandraLockConfig)
-
withReadConsistencyLevel
public CqlMigratorConfig.CassandraConfigBuilder withReadConsistencyLevel(com.datastax.driver.core.ConsistencyLevel readConsistencyLevel)
-
withWriteConsistencyLevel
public CqlMigratorConfig.CassandraConfigBuilder withWriteConsistencyLevel(com.datastax.driver.core.ConsistencyLevel writeConsistencyLevel)
-
build
public CqlMigratorConfig build()
-
-