Uses of Class
com.dtsx.astra.sdk.streaming.domain.CdcDefinition
Package
Description
Sub Clients relative to Astra Db Service.
Sub Clients relative to Astra Streaming Service and Providers for Pulsar admin and client.
-
Uses of CdcDefinition in com.dtsx.astra.sdk.db
Modifier and TypeMethodDescriptionDbCdcsClient.findAll()
Access Cdc component for a DB.DbCdcsClient.findByDefinition
(String keyspace, String table, String tenant) Find the cdc based on its components.Find a cdc by its id. -
Uses of CdcDefinition in com.dtsx.astra.sdk.streaming
Modifier and TypeMethodDescriptionTenantCdcClient.findCdcByDefinition
(String keyspace, String table, String databaseIdentifier) Find the cdc based on its components.TenantCdcClient.findCdcById
(String cdcId) Find a cdc by its id.TenantCdcClient.list()
Access CDC of a tenant.