public class CassandraDataProperties extends Object
Constructor and Description |
---|
CassandraDataProperties()
Default constructor
|
CassandraDataProperties(String keyspace,
String tableName)
Create a new instance with next data:
|
Modifier and Type | Method and Description |
---|---|
String |
getKeyspace()
Retrieve Cassandra keyspace
|
String |
getTableName()
Retrieve Cassandra table name (leave this value empty to import all
tables at the keyspace)
|
void |
setKeyspace(String keyspace)
Set Cassandra keyspace for this instance
|
void |
setTableName(String tableName)
Set Cassandra table name for this instance (leave this value empty to
import all tables at the keyspace)
|
public String getKeyspace()
public void setKeyspace(String keyspace)
keyspace
- Cassandra keyspacepublic String getTableName()
public void setTableName(String tableName)
tableName
- Cassandra table nameCopyright © 2010–2017. All rights reserved.