Class ClusterMetadata

    • Constructor Detail

      • ClusterMetadata

        public ClusterMetadata​(Set<String> topics,
                               Properties properties)
        Constructs the ClusterMetadata with the required properties.
        Parameters:
        topics - the topics belonging to a cluster.
        properties - the properties to access a cluster.
    • Method Detail

      • getTopics

        public Set<String> getTopics()
        Get the topics.
        Returns:
        the topics.
      • getProperties

        public Properties getProperties()
        Get the properties.
        Returns:
        the properties.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object