public class RemoteNodeStatus extends Object implements NodeStatus
Constructor and Description |
---|
RemoteNodeStatus() |
RemoteNodeStatus(int id,
NodeStatus ns) |
Modifier and Type | Method and Description |
---|---|
int |
getActiveUserCount()
Obtains the count of users with non-expired sessions on this node.
|
ApplicationState |
getApplicationState()
Obtains the application state of this node.
|
Map<String,String> |
getBuildStats() |
Map<String,String> |
getJVMstats() |
int |
getLongRunningTaskCount()
Obtains the count of all long-running tasks that are currently running on this node.
|
int |
getNodeId() |
Map<String,String> |
getProps() |
public RemoteNodeStatus()
public RemoteNodeStatus(int id, NodeStatus ns)
public int getNodeId()
public Map<String,String> getJVMstats()
getJVMstats
in interface NodeStatus
public Map<String,String> getProps()
getProps
in interface NodeStatus
public Map<String,String> getBuildStats()
getBuildStats
in interface NodeStatus
public ApplicationState getApplicationState()
NodeStatus
getApplicationState
in interface NodeStatus
public int getLongRunningTaskCount()
NodeStatus
getLongRunningTaskCount
in interface NodeStatus
public int getActiveUserCount()
NodeStatus
getActiveUserCount
in interface NodeStatus
Copyright © 2003–2021 Atlassian. All rights reserved.