Uses of Class
com.actian.dataflow.cal.yarn.client.ApplicationResource
-
Packages that use ApplicationResource Package Description com.actian.dataflow.cal.yarn.server com.actian.dataflow.cal.yarn.shared -
-
Uses of ApplicationResource in com.actian.dataflow.cal.yarn.server
Constructor parameters in com.actian.dataflow.cal.yarn.server with type arguments of type ApplicationResource 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)
YarnClusterExecutor(FileClient fileClient, JobSpecifier jobSpec, com.pervasive.datarush.hadoop.shims.yarn.ContainerManager containerMgr, com.pervasive.datarush.cluster.ExecutorOptions execOptions, Path cacheLocation, Path libArchiveLocation, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPrefs, Map<String,ApplicationResource> appResources)
-
Uses of ApplicationResource in com.actian.dataflow.cal.yarn.shared
Methods in com.actian.dataflow.cal.yarn.shared that return types with arguments of type ApplicationResource Modifier and Type Method Description Map<String,ApplicationResource>
YarnAppMasterArgs. getAppResources()
Constructor parameters in com.actian.dataflow.cal.yarn.shared with type arguments of type ApplicationResource Constructor Description YarnAppMasterArgs(JobSpecifier jobSpec, ModuleConfiguration moduleCfg, FileMetaConfiguration fileCfg, ClasspathSpecifier classpathSpec, com.pervasive.datarush.cluster.ExecutorOptions options, List<com.pervasive.datarush.hadoop.shims.yarn.YarnNodeDescriptor> nodeDescriptors, Path cacheLocation, Path libArchiveLocation, int jobPriority, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences, Map<String,ApplicationResource> appResources)
-