Package org.apache.cassandra.cdc.kafka
Class TopicSupplier.PerKeyspace
- java.lang.Object
-
- org.apache.cassandra.cdc.kafka.TopicSupplier.StringFormatTopicSupplier
-
- org.apache.cassandra.cdc.kafka.TopicSupplier.PerKeyspace
-
- All Implemented Interfaces:
TopicSupplier
- Enclosing interface:
- TopicSupplier
public static class TopicSupplier.PerKeyspace extends TopicSupplier.StringFormatTopicSupplier
-
-
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
-
-
Field Summary
-
Fields inherited from class org.apache.cassandra.cdc.kafka.TopicSupplier.StringFormatTopicSupplier
cache, format
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPerKeyspace(java.lang.String format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>args(org.apache.cassandra.cdc.msg.CdcEvent event)-
Methods inherited from class org.apache.cassandra.cdc.kafka.TopicSupplier.StringFormatTopicSupplier
topic
-
-
-
-
Method Detail
-
args
protected java.util.List<java.lang.String> args(org.apache.cassandra.cdc.msg.CdcEvent event)
- Specified by:
argsin classTopicSupplier.StringFormatTopicSupplier
-
-