Module datarush.hadoop.core
Class ContainerStatsServiceImpl
java.lang.Object
com.actian.dataflow.cal.yarn.server.ContainerStatsServiceImpl
- All Implemented Interfaces:
ContainerStatsService
Service implementation that collects run time stats of the application master
and all of the containers launched by the application master.
-
Method Summary
Modifier and TypeMethodDescriptionReturn a list of node statistics from each active container being managed by an external application master.
-
Method Details
-
getContainerStats
Description copied from interface:ContainerStatsServiceReturn a list of node statistics from each active container being managed by an external application master. This includes the application master itself.- Specified by:
getContainerStatsin interfaceContainerStatsService- Returns:
- list of node (i.e. container) statistics
- Throws:
RMIException- thrown for communication errors
-