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.

      • controllerNodeInfo

        public final ControllerNodeInfo controllerNodeInfo()

        The ControllerNodeInfo.

        Returns:

        The ControllerNodeInfo.

      • 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.

      • nodeTypeAsString

        public final String nodeTypeAsString()

        The node type.

        If the service returns an enum value that is not available in the current SDK version, nodeType will return NodeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nodeTypeAsString().

        Returns:

        The node type.

        See Also:
        NodeType
      • 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)