Class CreateCdc
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.DeleteCdc
com.dtsx.astra.sdk.streaming.domain.CreateCdc
Cdc Creation Request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets databaseNameint
Gets topicPartitionsvoid
setDatabaseName
(String databaseName) Set value for databaseNamevoid
setTopicPartitions
(int topicPartitions) Set value for topicPartitionsMethods inherited from class com.dtsx.astra.sdk.streaming.domain.DeleteCdc
getDatabaseId, getKeyspace, getOrgId, getTableName, setDatabaseId, setKeyspace, setOrgId, setTableName
-
Constructor Details
-
CreateCdc
public CreateCdc()Default constructor
-
-
Method Details
-
getDatabaseName
Gets databaseName- Returns:
- value of databaseName
-
setDatabaseName
Set value for databaseName- Parameters:
databaseName
- new value for databaseName
-
getTopicPartitions
public int getTopicPartitions()Gets topicPartitions- Returns:
- value of topicPartitions
-
setTopicPartitions
public void setTopicPartitions(int topicPartitions) Set value for topicPartitions- Parameters:
topicPartitions
- new value for topicPartitions
-