Class CoordinatorHelper.InstanceInfo

java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
Enclosing class:
CoordinatorHelper

public static class CoordinatorHelper.InstanceInfo extends Object
Represents an active Fess instance discovered via heartbeat.
  • Field Details

    • instanceId

      public String instanceId
      The unique instance ID.
    • hostname

      public String hostname
      The hostname of the instance.
    • name

      public String name
      The display name of the instance.
    • lastSeen

      public long lastSeen
      The timestamp when the instance was last seen.
  • Constructor Details

    • InstanceInfo

      public InstanceInfo()
      Default constructor.