Package org.codelibs.fess.helper
Class CoordinatorHelper.InstanceInfo
java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
- Enclosing class:
CoordinatorHelper
Represents an active Fess instance discovered via heartbeat.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
instanceId
The unique instance ID. -
hostname
The hostname of the instance. -
name
The display name of the instance. -
lastSeen
public long lastSeenThe timestamp when the instance was last seen.
-
-
Constructor Details
-
InstanceInfo
public InstanceInfo()Default constructor.
-