Package org.apache.kafka.clients.admin
Class StreamsGroupSubtopologyDescription
java.lang.Object
org.apache.kafka.clients.admin.StreamsGroupSubtopologyDescription
A detailed description of a subtopology in a streams group.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Information about a topic. -
Constructor Summary
ConstructorsConstructorDescriptionStreamsGroupSubtopologyDescription
(String subtopologyId, List<String> sourceTopics, List<String> repartitionSinkTopics, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> stateChangelogTopics, Map<String, StreamsGroupSubtopologyDescription.TopicInfo> repartitionSourceTopics) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
The repartition topics the topology writes to.The set of source topics that are internally created repartition topics.The topics the topology reads from.The set of state changelog topics associated with this subtopology.String to uniquely identify the subtopology.toString()
-
Constructor Details
-
StreamsGroupSubtopologyDescription
-
-
Method Details
-
subtopologyId
String to uniquely identify the subtopology. -
sourceTopics
The topics the topology reads from. -
repartitionSinkTopics
The repartition topics the topology writes to. -
stateChangelogTopics
The set of state changelog topics associated with this subtopology. -
repartitionSourceTopics
The set of source topics that are internally created repartition topics. -
equals
-
hashCode
public int hashCode() -
toString
-