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 NodeStatuspublic Map<String,String> getProps()
getProps in interface NodeStatuspublic Map<String,String> getBuildStats()
getBuildStats in interface NodeStatuspublic ApplicationState getApplicationState()
NodeStatusgetApplicationState in interface NodeStatuspublic int getLongRunningTaskCount()
NodeStatusgetLongRunningTaskCount in interface NodeStatuspublic int getActiveUserCount()
NodeStatusgetActiveUserCount in interface NodeStatusCopyright © 2003–2021 Atlassian. All rights reserved.