Class ProcessorTopology


  • public class ProcessorTopology
    extends Object
    • Method Detail

      • sourceTopics

        public Set<String> sourceTopics()
      • sinkTopics

        public Set<String> sinkTopics()
      • terminalNodes

        public Set<String> terminalNodes()
      • hasStore

        public boolean hasStore​(String storeName)
      • storeToChangelogTopic

        public Map<String,​String> storeToChangelogTopic()
      • hasPersistentLocalStore

        public boolean hasPersistentLocalStore()
      • hasPersistentGlobalStore

        public boolean hasPersistentGlobalStore()
      • updateSourceTopics

        public void updateSourceTopics​(Map<String,​List<String>> allSourceTopicsByNodeName)
      • toString

        public String toString()
        Produces a string representation containing useful information this topology starting with the given indent. This is useful in debugging scenarios.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this instance.
      • toString

        public String toString​(String indent)
        Produces a string representation containing useful information this topology. This is useful in debugging scenarios.
        Returns:
        A string representation of this instance.
      • processorConnectedStateStores

        public Set<String> processorConnectedStateStores​(String processorName)