Package uk.sky.cqlmigrate
Class CqlMigratorConfig
- java.lang.Object
-
- uk.sky.cqlmigrate.CqlMigratorConfig
-
public class CqlMigratorConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCqlMigratorConfig.CassandraConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CqlMigratorConfig.CassandraConfigBuilderbuilder()LockConfiggetCassandraLockConfig()com.datastax.driver.core.ConsistencyLevelgetReadConsistencyLevel()com.datastax.driver.core.ConsistencyLevelgetWriteConsistencyLevel()
-
-
-
Method Detail
-
builder
public static CqlMigratorConfig.CassandraConfigBuilder builder()
-
getCassandraLockConfig
public LockConfig getCassandraLockConfig()
-
getReadConsistencyLevel
public com.datastax.driver.core.ConsistencyLevel getReadConsistencyLevel()
-
getWriteConsistencyLevel
public com.datastax.driver.core.ConsistencyLevel getWriteConsistencyLevel()
-
-