-
- All Known Implementing Classes:
NodeStatisticsSnapshot
public interface NodeStatistics
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORY_JVM
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NodeStatisticsfinalSnapshot()ResourceAllocationgetAllocatedResources()StringgetHost()Get the name of the host running the master/worker container.JobInformationgetJobInformation()Returns the job information for the job that running in this nodeStringgetNodeID()Physical node idStatisticsMapgetStatistics()WorkerRolegetWorkerRole()
-
-
-
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
-
-