-
partitionerClassName
String partitionerClassName
-
keyspace
String keyspace
keyspace name
-
columnFamily
String columnFamily
name of the columnFamily from which data will be fetched
-
host
String host
hostname of the cassandra server
-
rpcPort
Integer rpcPort
Cassandra server RPC port.
-
cqlPort
Integer cqlPort
Cassandra server CQL port.
-
username
String username
Cassandra username. Leave empty if you do not need authentication.
-
password
String password
Cassandra password. Leave empty if you do not need authentication.
-
additionalFilters
Map<K,V> additionalFilters
default "where" filter to use to access ColumnFamily's data.
-
inputColumns
String[] inputColumns
Defines a projection over the CF columns.
-
batchSize
int batchSize
Size of the batch created when writing to Cassandra.
-
readConsistencyLevel
String readConsistencyLevel
Default read consistency level. Defaults to LOCAL_ONE.
-
writeConsistencyLevel
String writeConsistencyLevel
Default write consistency level. Defaults to QUORUM.
-
createTableOnWrite
Boolean createTableOnWrite
Enables/Disables auto-creation of column family when writing to Cassandra.
By Default we do not create the output column family.
-
isInitialized
Boolean isInitialized
-
pageSize
int pageSize
-
isWriteConfig
Boolean isWriteConfig
-
bisectFactor
int bisectFactor