Interface StatusEntry

    • Method Detail

      • getPhysicalLocation

        String getPhysicalLocation()
        Get the (physical) location this status entry is from, e.g. EAST.
        Returns:
        the (physical) location this status entry is from, e.g. EAST
      • getMachineName

        String getMachineName()
        Get the name of the host (machine) this status entry is from.
        Returns:
        the name of the host (machine) this status entry is from.
      • getHTTPPort

        String getHTTPPort()
        Get the HTTP port used by the application this status entry is from. Used for HTTP and self-identification.
        Returns:
        the HTTP port that the application that this status entry is from
      • getApplicationName

        String getApplicationName()
        Get the name of the application that this status entry is from.
        Returns:
        the name of the application that this status entry is from.
      • getApplicationInstanceID

        String getApplicationInstanceID()
        Get the instance id of the application that this status entry is from.
        Returns:
        the instance id of the application that this status entry is from.
      • getHarvestPriority

        String getHarvestPriority()
        Get the priority of the harvest queue that this status entry is from.
        Returns:
        the priority of the harvest queue that this status entry is from.
      • getArchiveReplicaName

        String getArchiveReplicaName()
        Get the replica id of the application that this status entry is represents.
        Returns:
        the replica id of the application that this status entry is represents.
      • getIndex

        String getIndex()
        Get the index in the list of most recent log messages that this status entry is from.
        Returns:
        the index in the list of most recent log messages that this status entry is from.
      • getLogMessage

        String getLogMessage​(Locale l)
        Get the actual message.
        Parameters:
        l - the current locale (only used to translate errormessages)
        Returns:
        the actual status message