| Package | Description |
|---|---|
| com.stratio.deep.config |
| Modifier and Type | Method and Description |
|---|---|
IDeepJobConfig<T> |
IDeepJobConfig.batchSize(int batchSize)
Sets the batch size used to write to Cassandra.
|
IDeepJobConfig<T> |
IDeepJobConfig.bisectFactor(int bisectFactor)
Sets the token range bisect factor.
|
IDeepJobConfig<T> |
IDeepJobConfig.columnFamily(String columnFamily)
Sets the cassandra CF from which data will be read from.
|
IDeepJobConfig<T> |
IDeepJobConfig.cqlPort(Integer port)
Sets cassandra host rpcPort.
|
IDeepJobConfig<T> |
IDeepJobConfig.createTableOnWrite(Boolean createTableOnWrite)
Whether or not to create the output column family on write.
. |
IDeepJobConfig<T> |
IDeepJobConfig.filterByField(String filterColumnName,
Serializable filterValue)
Adds a new filter for the Cassandra underlying datastore.
Once a new filter has been added, all subsequent queries generated to the underlying datastore will include the filter on the specified column called filterColumnName. |
IDeepJobConfig<T> |
IDeepJobConfig.host(String hostname)
Sets the cassandra's hostname
|
IDeepJobConfig<T> |
IDeepJobConfig.initialize()
Initialized the current configuration object.
|
IDeepJobConfig<T> |
IDeepJobConfig.inputColumns(String... columns)
Defines a projection over the CF columns.
|
IDeepJobConfig<T> |
IDeepJobConfig.keyspace(String keyspace)
Sets Cassandra Keyspace.
|
IDeepJobConfig<T> |
IDeepJobConfig.pageSize(int pageSize)
Sets the number of rows to retrieve for each page of data fetched from Cassandra.
Defaults to 1000 rows. |
IDeepJobConfig<T> |
IDeepJobConfig.partitioner(String partitionerClassName)
Let's the user specify an alternative partitioner class.
|
IDeepJobConfig<T> |
IDeepJobConfig.password(String password)
Sets the password to use to login to Cassandra.
|
IDeepJobConfig<T> |
IDeepJobConfig.readConsistencyLevel(String level)
Sets read consistency level.
|
IDeepJobConfig<T> |
IDeepJobConfig.rpcPort(Integer port)
Sets cassandra host rpcPort.
|
IDeepJobConfig<T> |
IDeepJobConfig.session(com.datastax.driver.core.Session session)
Sets the session to use.
|
IDeepJobConfig<T> |
IDeepJobConfig.table(String table)
Sets the cassandra CF from which data will be read from.
|
IDeepJobConfig<T> |
IDeepJobConfig.username(String username)
/**
Sets the username to use to login to Cassandra.
|
IDeepJobConfig<T> |
IDeepJobConfig.writeConsistencyLevel(String level)
Sets write consistency level.
|
Copyright © 2014. All rights reserved.