Class NodeInfo

    • Method Detail

      • addedToClusterTime

        public final String addedToClusterTime()

        The start time.

        Returns:

        The start time.

      • brokerNodeInfo

        public final BrokerNodeInfo brokerNodeInfo()

        The broker node info.

        Returns:

        The broker node info.

      • instanceType

        public final String instanceType()

        The instance type.

        Returns:

        The instance type.

      • nodeARN

        public final String nodeARN()

        The Amazon Resource Name (ARN) of the node.

        Returns:

        The Amazon Resource Name (ARN) of the node.

      • zookeeperNodeInfo

        public final ZookeeperNodeInfo zookeeperNodeInfo()

        The ZookeeperNodeInfo.

        Returns:

        The ZookeeperNodeInfo.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)