Uses of Class
com.pervasive.datarush.cal.ClasspathSpecifier
-
Packages that use ClasspathSpecifier Package Description com.actian.dataflow.cal.yarn.shared com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of ClasspathSpecifier in com.actian.dataflow.cal.yarn.shared
Methods in com.actian.dataflow.cal.yarn.shared that return ClasspathSpecifier Modifier and Type Method Description ClasspathSpecifierYarnAppMasterArgs. getClasspathSpecifier()Methods in com.actian.dataflow.cal.yarn.shared with parameters of type ClasspathSpecifier Modifier and Type Method Description static com.pervasive.datarush.hadoop.shims.yarn.ContainerContextContainerContextBuilder. createContext(com.pervasive.datarush.cluster.Platform targetPlatform, ClasspathSpecifier classpathSpec, String jobName, Class<?> mainClass, Path archivePath, com.pervasive.datarush.cluster.preferences.ClusterPreferences clusterPreferences)Create a container context.Constructors in com.actian.dataflow.cal.yarn.shared with parameters of type ClasspathSpecifier 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) -
Uses of ClasspathSpecifier in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return ClasspathSpecifier Modifier and Type Method Description ClasspathSpecifierJobSpecifier. classpath()Returns the classpath of the jobstatic ClasspathSpecifierClasspathSpecifier. defaultSpecifier()Returns the default classpath specifier based on the system property java.class.path.ClasspathSpecifierClasspathSpecifier. resolve()If this is the default, this will force resolution of the default classpath.Methods in com.pervasive.datarush.cal with parameters of type ClasspathSpecifier Modifier and Type Method Description JobSpecifierJobSpecifier. classpath(ClasspathSpecifier classpath)Overrides the classpathConstructors in com.pervasive.datarush.cal with parameters of type ClasspathSpecifier Constructor Description JobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath)Create a new job specifierJobSpecifier(ResourceSpecifier requestedResources, ClusterSpecifier cluster, ClasspathSpecifier classpath, JobInformation jobInformation, Path storageManagementPath, String schedulerQueue, List<String> extensionPaths)Create a new job specifier -
Uses of ClasspathSpecifier in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type ClasspathSpecifier Modifier and Type Field Description static EngineProperty<ClasspathSpecifier>EngineConfig. CLASSPATH_SPECIFIERProperty controlling classpath that is used for launching remote jobsMethods in com.pervasive.datarush.graphs that return ClasspathSpecifier Modifier and Type Method Description ClasspathSpecifierEngineConfig. getClasspathSpecifier()Returns the classpath to be used in the case of a remote job.Methods in com.pervasive.datarush.graphs with parameters of type ClasspathSpecifier Modifier and Type Method Description EngineConfigEngineConfig. classpathSpecifier(ClasspathSpecifier classpath)Sets the classpath to be used in the case of a remote job.
-