Class TaskManagerLocation.IpOnlyHostNameSupplier

    • Constructor Detail

      • IpOnlyHostNameSupplier

        public IpOnlyHostNameSupplier​(InetAddress inetAddress)
    • Method Detail

      • getHostName

        public String getHostName()
        Returns the textual representation of the TaskManager's IP address as host name.
        Specified by:
        getHostName in interface TaskManagerLocation.HostNameSupplier
        Returns:
        The textual representation of the TaskManager's IP address.
      • getFqdnHostName

        public String getFqdnHostName()
        Returns the textual representation of the TaskManager's IP address as FQDN host name.
        Specified by:
        getFqdnHostName in interface TaskManagerLocation.HostNameSupplier
        Returns:
        The textual representation of the TaskManager's IP address.