Uses of Class
com.snowflake.kafka.connector.internal.streaming.ChannelMigrateOffsetTokenResponseDTO
-
Packages that use ChannelMigrateOffsetTokenResponseDTO Package Description com.snowflake.kafka.connector.internal com.snowflake.kafka.connector.internal.streaming -
-
Uses of ChannelMigrateOffsetTokenResponseDTO in com.snowflake.kafka.connector.internal
Methods in com.snowflake.kafka.connector.internal that return ChannelMigrateOffsetTokenResponseDTO Modifier and Type Method Description protected ChannelMigrateOffsetTokenResponseDTOSnowflakeConnectionServiceV1. getChannelMigrateOffsetTokenResponseDTO(String migrateOffsetTokenResultFromSysFunc)ChannelMigrateOffsetTokenResponseDTOSnowflakeConnectionService. migrateStreamingChannelOffsetToken(String tableName, String sourceChannelName, String destinationChannelName)Migrate Streaming Channel offsetToken from a source Channel to a destination channel.ChannelMigrateOffsetTokenResponseDTOSnowflakeConnectionServiceV1. migrateStreamingChannelOffsetToken(String tableName, String sourceChannelName, String destinationChannelName) -
Uses of ChannelMigrateOffsetTokenResponseDTO in com.snowflake.kafka.connector.internal.streaming
Methods in com.snowflake.kafka.connector.internal.streaming with parameters of type ChannelMigrateOffsetTokenResponseDTO Modifier and Type Method Description static booleanChannelMigrationResponseCode. isChannelMigrationResponseSuccessful(ChannelMigrateOffsetTokenResponseDTO channelMigrateOffsetTokenResponseDTO)Given a Response DTO, which was received from server side and serialized, check if it as successful migration or a failure.
-