- All Known Implementing Classes:
NodeStatisticsSnapshot
public interface NodeStatistics
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Get the name of the host running the master/worker container.Returns the job information for the job that running in this nodePhysical node id
-
Field Details
-
CATEGORY_JVM
- See Also:
-
-
Method Details
-
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
-