Class CreateCdc
java.lang.Object
com.dtsx.astra.sdk.streaming.domain.DeleteCdc
com.dtsx.astra.sdk.streaming.domain.CreateCdc
Cdc Creation Request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets databaseNameintGets topicPartitionsvoidsetDatabaseName(String databaseName) Set value for databaseNamevoidsetTopicPartitions(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
-