Package org.apache.cassandra.cdc.kafka
Class TopicSupplier.StringFormatTopicSupplier
- java.lang.Object
-
- org.apache.cassandra.cdc.kafka.TopicSupplier.StringFormatTopicSupplier
-
- All Implemented Interfaces:
TopicSupplier
- Direct Known Subclasses:
TopicSupplier.PerKeyspace,TopicSupplier.PerKeyspaceTable,TopicSupplier.PerTable
- Enclosing interface:
- TopicSupplier
public abstract static class TopicSupplier.StringFormatTopicSupplier extends java.lang.Object implements TopicSupplier
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.cdc.kafka.TopicSupplier
TopicSupplier.MapTopicSupplier, TopicSupplier.PerKeyspace, TopicSupplier.PerKeyspaceTable, TopicSupplier.PerTable, TopicSupplier.StaticTopicSupplier, TopicSupplier.StringFormatTopicSupplier
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStringFormatTopicSupplier(java.lang.String format)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract java.util.List<java.lang.String>args(org.apache.cassandra.cdc.msg.CdcEvent event)java.lang.Stringtopic(org.apache.cassandra.cdc.msg.CdcEvent event)
-
-
-
Method Detail
-
args
protected abstract java.util.List<java.lang.String> args(org.apache.cassandra.cdc.msg.CdcEvent event)
-
topic
public java.lang.String topic(org.apache.cassandra.cdc.msg.CdcEvent event)
- Specified by:
topicin interfaceTopicSupplier
-
-