| Package | Description |
|---|---|
| com.stratio.deep.config |
| Modifier and Type | Method and Description |
|---|---|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.batchSize(int batchSize)
Sets the batch size used to write to Cassandra.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.bisectFactor(int bisectFactor)
Sets the token range bisect factor.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.columnFamily(String columnFamily)
Sets the cassandra CF from which data will be read from.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.cqlPort(Integer port)
Sets cassandra host rpcPort.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.createTableOnWrite(Boolean createTableOnWrite)
Whether or not to create the output column family on write.
. |
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.keyspace(String keyspace)
Sets Cassandra Keyspace.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.partitioner(String partitionerClassName)
Let's the user specify an alternative partitioner class.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.readConsistencyLevel(String level)
Sets read consistency level.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.rpcPort(Integer port)
Sets cassandra host rpcPort.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.session(com.datastax.driver.core.Session session)
Sets the session to use.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.table(String table)
Sets the underlying datastore table or collection from which data will be read from.
|
ICassandraDeepJobConfig<T> |
ICassandraDeepJobConfig.writeConsistencyLevel(String level)
Sets write consistency level.
|
Copyright © 2014. All rights reserved.