Uses of Class
com.pervasive.datarush.cal.ClasspathSpecifier
Packages that use ClasspathSpecifier
Package
Description
Provides interfaces the define the "cluster abstraction layer".
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of ClasspathSpecifier in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return ClasspathSpecifierModifier and TypeMethodDescriptionJobSpecifier.classpath()Returns the classpath of the jobstatic ClasspathSpecifierClasspathSpecifier.defaultSpecifier()Returns the default classpath specifier based on the system property java.class.path.ClasspathSpecifier.resolve()If this is the default, this will force resolution of the default classpath.Methods in com.pervasive.datarush.cal with parameters of type ClasspathSpecifierModifier and TypeMethodDescriptionJobSpecifier.classpath(ClasspathSpecifier classpath) Overrides the classpathConstructors in com.pervasive.datarush.cal with parameters of type ClasspathSpecifierModifierConstructorDescriptionJobSpecifier(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 ClasspathSpecifierModifier and TypeFieldDescriptionstatic final EngineProperty<ClasspathSpecifier>EngineConfig.CLASSPATH_SPECIFIERProperty controlling classpath that is used for launching remote jobsMethods in com.pervasive.datarush.graphs that return ClasspathSpecifierModifier and TypeMethodDescriptionEngineConfig.getClasspathSpecifier()Returns the classpath to be used in the case of a remote job.Methods in com.pervasive.datarush.graphs with parameters of type ClasspathSpecifierModifier and TypeMethodDescriptionEngineConfig.classpathSpecifier(ClasspathSpecifier classpath) Sets the classpath to be used in the case of a remote job.