Uses of Class
com.pervasive.datarush.cal.ClusterSpecifier
-
Packages that use ClusterSpecifier Package Description com.actian.dataflow.cal.yarn.client 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 ClusterSpecifier in com.actian.dataflow.cal.yarn.client
Methods in com.actian.dataflow.cal.yarn.client with parameters of type ClusterSpecifier Modifier and Type Method Description static com.pervasive.datarush.hadoop.shims.yarn.ResourceManagerClientYarnShimFactory. createClient(ClusterSpecifier clusterSpec, ModuleConfiguration moduleCfg)Get a client interface to the YARN Resource Manager.StringYarnClusterProvider. getDefaultStorageManagementPath(ClusterSpecifier spec)JobHistoryServiceYarnClusterProvider. getJobHistoryService(FileClient fileClient, ClusterSpecifier spec)booleanYarnClusterProvider. isProviderFor(ClusterSpecifier spec)voidYarnClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec) -
Uses of ClusterSpecifier in com.pervasive.datarush.cal
Fields in com.pervasive.datarush.cal declared as ClusterSpecifier Modifier and Type Field Description static ClusterSpecifierClusterSpecifier. PSEUDO_DISTRIBUTEDConstant for the pseudo-distributed clusterMethods in com.pervasive.datarush.cal that return ClusterSpecifier Modifier and Type Method Description ClusterSpecifierJobSpecifier. cluster()Returns the cluster on which to run the jobstatic ClusterSpecifierClusterSpecifier. create()Returns a cluster specifier with default settings.ClusterSpecifierClusterSpecifier. host(String host)Returns a new specifier with the host set to the specified valueClusterSpecifierClusterSpecifier. option(String name, String value)Returns a new specifier with the given option set to the specified valueClusterSpecifierClusterSpecifier. option(String name, List<String> value)Returns a new specifier with the given option set to the specified valueClusterSpecifierClusterSpecifier. options(Map<String,List<String>> options)Returns a new specifier with the options set to the specified valuestatic ClusterSpecifierClusterSpecifier. parse(String uristr)Parses the given cluster specifier string.ClusterSpecifierClusterSpecifier. port(int port)Returns a new specifier with the port set to the specified valueClusterSpecifierClusterSpecifier. scheme(String scheme)Returns a new specifier with the scheme set to the specified valueMethods in com.pervasive.datarush.cal with parameters of type ClusterSpecifier Modifier and Type Method Description JobSpecifierJobSpecifier. cluster(ClusterSpecifier cluster)Overrides the clusterStringClusterProvider. getDefaultStorageManagementPath(ClusterSpecifier spec)Returns the default root path for this cluster provider.StringClusterProviderManager. getDefaultStorageManagementPath(ClusterSpecifier spec)Returns the default root path for this cluster provider.JobHistoryServiceClusterProvider. getJobHistoryService(FileClient client, ClusterSpecifier spec)JobHistoryServiceClusterProviderManager. getJobHistoryService(FileClient client, ClusterSpecifier spec)ClusterProviderClusterProviderManager. getProvider(ClusterSpecifier spec)Returns a provider that matches the given specbooleanClusterProvider. isProviderFor(ClusterSpecifier spec)Returns whether this provider is the correct provider for the given specifier.voidClusterProvider. validateConnection(FileClient fileClient, ClusterSpecifier spec)Gives the provider an opportunity to validate the specifiervoidClusterProviderManager. validateConnection(FileClient client, ClusterSpecifier spec)Performs validation of the specifierConstructors in com.pervasive.datarush.cal with parameters of type ClusterSpecifier 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 ClusterSpecifier in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs with type parameters of type ClusterSpecifier Modifier and Type Field Description static EngineProperty<ClusterSpecifier>EngineConfig. CLUSTERProperty controls which cluster to run onMethods in com.pervasive.datarush.graphs that return ClusterSpecifier Modifier and Type Method Description ClusterSpecifierEngineConfig. getCluster()Returns the cluster specifier.Methods in com.pervasive.datarush.graphs with parameters of type ClusterSpecifier Modifier and Type Method Description EngineConfigEngineConfig. cluster(ClusterSpecifier spec)Specifies the cluster on which we are to run
-