public class Keyspace extends Source
additionalProperties, guid, qualifiedName| Constructor and Description |
|---|
Keyspace() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSource |
getDatabaseSource()
Gets database source.
|
String |
getKeyspaceName()
Gets keyspace name.
|
Map<String,String> |
getReplication()
Gets replication.
|
String |
getReplicationStrategy()
Gets replication strategy.
|
List<Table> |
getTableList()
Gets table list.
|
void |
setDatabaseSource(DatabaseSource databaseSource)
Sets database source.
|
void |
setKeyspaceName(String keyspaceName)
Sets keyspace name.
|
void |
setReplication(Map<String,String> replication)
Sets replication.
|
void |
setReplicationStrategy(String replicationStrategy)
Sets replication strategy.
|
void |
setTableList(List<Table> tableList)
Sets table list.
|
String |
toString() |
getAdditionalProperties, getGuid, getQualifiedName, setAdditionalProperties, setGuid, setQualifiedNamepublic DatabaseSource getDatabaseSource()
public void setDatabaseSource(DatabaseSource databaseSource)
databaseSource - the database sourcepublic String getKeyspaceName()
public void setKeyspaceName(String keyspaceName)
keyspaceName - the keyspace namepublic String getReplicationStrategy()
public void setReplicationStrategy(String replicationStrategy)
replicationStrategy - the replication strategypublic Map<String,String> getReplication()
public void setReplication(Map<String,String> replication)
replication - the replicationpublic void setTableList(List<Table> tableList)
tableList - the table listCopyright © 2018–2019 ODPi. All rights reserved.