Uses of Class
com.pervasive.datarush.cal.JobServerInformation
-
Packages that use JobServerInformation Package Description com.actian.dataflow.cal.yarn.server com.pervasive.datarush.cal.monitoring -
-
Uses of JobServerInformation in com.actian.dataflow.cal.yarn.server
Constructors in com.actian.dataflow.cal.yarn.server with parameters of type JobServerInformation Constructor Description MasterServer(com.pervasive.datarush.hadoop.shims.yarn.AMRMClient amClient, FileClient client, Path drfsBaseDir, JobServerInformation jobWorkerInfo, JobSpecifier jobSpecifier, com.pervasive.datarush.cluster.ExecutorOptions execOptions, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, String applicationID, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String,ApplicationResource> appResources)
PartitionServer(FileClient client, Path drfsBaseDir, String nodeID, JobServerInformation jobWorkerInfo, com.pervasive.datarush.cal.dr.NodeAllocationProvider allocationProvider, JobSpecifier jobSpecifier)
-
Uses of JobServerInformation in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring with parameters of type JobServerInformation Modifier and Type Method Description static NodeStatisticsSnapshot
NodeStatisticsSnapshot. captureThisJVM(String nodeID, String host, JobServerInformation jobWorkerInfo, List<RuntimeStatistic<?>> additionalStats)
Constructors in com.pervasive.datarush.cal.monitoring with parameters of type JobServerInformation Constructor Description NodeStatisticsSnapshot(String nodeID, String host, JobServerInformation jobWorkerInfo, StatisticsMap statistics)
-