-
- All Known Implementing Classes:
NodeStatisticsSnapshot
public interface NodeStatistics
-
-
Field Summary
Fields Modifier and Type Field Description static String
CATEGORY_JVM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeStatistics
finalSnapshot()
ResourceAllocation
getAllocatedResources()
String
getHost()
Get the name of the host running the master/worker container.JobInformation
getJobInformation()
Returns the job information for the job that running in this nodeString
getNodeID()
Physical node idStatisticsMap
getStatistics()
WorkerRole
getWorkerRole()
-
-
-
Field Detail
-
CATEGORY_JVM
static final String CATEGORY_JVM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNodeID
String getNodeID()
Physical node id- Returns:
-
getJobInformation
JobInformation getJobInformation()
Returns the job information for the job that running in this node- Returns:
-
getStatistics
StatisticsMap getStatistics()
-
finalSnapshot
NodeStatistics finalSnapshot()
-
getWorkerRole
WorkerRole getWorkerRole()
-
getAllocatedResources
ResourceAllocation getAllocatedResources()
-
getHost
String getHost()
Get the name of the host running the master/worker container.- Returns:
- host name
-
-