Uses of Class
com.pervasive.datarush.commons.util.RMIException
-
Packages that use RMIException Package Description com.actian.dataflow.cal.yarn.server com.actian.dataflow.cal.yarn.shared com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer". -
-
Uses of RMIException in com.actian.dataflow.cal.yarn.server
Methods in com.actian.dataflow.cal.yarn.server that throw RMIException Modifier and Type Method Description List<NodeStatistics>
ContainerStatsServiceImpl. getContainerStats()
-
Uses of RMIException in com.actian.dataflow.cal.yarn.shared
Methods in com.actian.dataflow.cal.yarn.shared that throw RMIException Modifier and Type Method Description List<NodeStatistics>
ContainerStatsService. getContainerStats()
Return a list of node statistics from each active container being managed by an external application master. -
Uses of RMIException in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that throw RMIException Modifier and Type Method Description void
JobHistoryService. jobFinished(JobStatistics statistics)
Called by command server upon exit to report final statistics
-