Class InactiveNodesDetector
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.InactiveNodesDetector
-
public class InactiveNodesDetector extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static long
DEFAULT_INACTIVE_NODE_TIMEOUT_MILLIS
static String
INACTIVE_NODE_TIMEOUT_PROP
-
Constructor Summary
Constructors Constructor Description InactiveNodesDetector(TeamCityNodes teamCityNodes, TimeService timeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TeamCityNode>
getInactiveNodes()
-
-
-
Field Detail
-
INACTIVE_NODE_TIMEOUT_PROP
public static final String INACTIVE_NODE_TIMEOUT_PROP
- See Also:
- Constant Field Values
-
DEFAULT_INACTIVE_NODE_TIMEOUT_MILLIS
public static final long DEFAULT_INACTIVE_NODE_TIMEOUT_MILLIS
-
-
Constructor Detail
-
InactiveNodesDetector
public InactiveNodesDetector(TeamCityNodes teamCityNodes, TimeService timeService)
-
-
Method Detail
-
getInactiveNodes
public List<TeamCityNode> getInactiveNodes()
- Returns:
- list of hanging online nodes (i.e. nodes which exist in heartbeat table but don't update their record)
-
-