Uses of Class
com.pervasive.datarush.graphs.EngineProperty
Packages that use EngineProperty
Package
Description
Provides shared and base classes for PMML model representation of Analytics algorithms.
Provides classes and interfaces for the construction of executable
dataflow graphs.
-
Uses of EngineProperty in com.pervasive.datarush.analytics.pmml
Fields in com.pervasive.datarush.analytics.pmml declared as EnginePropertyModifier and TypeFieldDescriptionstatic final EngineProperty<String>PMMLVersion.PROPERTYProperty controlling PMML version to use when writing PMML -
Uses of EngineProperty in com.pervasive.datarush.graphs
Fields in com.pervasive.datarush.graphs declared as EnginePropertyModifier and TypeFieldDescriptionstatic final EngineProperty<Integer>EngineConfig.Ports.BATCH_SIZEProperty specifying the size of token batches in queues.static final EngineProperty<ClasspathSpecifier>EngineConfig.CLASSPATH_SPECIFIERProperty controlling classpath that is used for launching remote jobsstatic final EngineProperty<ClusterSpecifier>EngineConfig.CLUSTERProperty controls which cluster to run onstatic final EngineProperty<String>EngineConfig.DUMPFILE_PATHDefines the directory in which where low-level statistics and plan dumps are to be placedstatic final EngineProperty<Boolean>EngineConfig.RemoteMonitoring.ENABLEDProperty that controls whether remote monitoring is enabledstatic final EngineProperty<Boolean>EngineConfig.RemoteMonitoring.EPHEMERAL_PORTProperty that controls whether monitoring is done via an ephemeral port.static final EngineProperty<String>EngineConfig.EXTENSION_PATHSDefines a list of directories in shared storage containing user extensionsstatic final EngineProperty<FileMetaConfiguration>EngineConfig.FILE_CONFIGURATIONProperty controlling authorization for file access within the graph.static final EngineProperty<Long>EngineConfig.Sort.IO_BUFFERProperty specifying the default value forioBufferSize.static final EngineProperty<Integer>EngineConfig.Sort.MAX_MERGEProperty specifying the default value formaxMerge.static final EngineProperty<Integer>EngineConfig.MAX_RETRIESMaximum number of retry attempts.static final EngineProperty<Integer>EngineConfig.MIN_PARALLELISMProperty controlling the default parallelism used in graph.static final EngineProperty<ModuleConfiguration>EngineConfig.MODULE_CONFIGURATIONProperty controlling classpath that is used for launching remote jobsstatic final EngineProperty<Boolean>EngineConfig.MONITORProperty controlling the collection of execution statistics.static final EngineProperty<NetworkConfiguration>EngineConfig.NETWORK_CONFIGURATIONProperty controlling the socket provider to be used for communication between the client and cluster managerstatic final EngineProperty<Integer>EngineConfig.PARALLELISMProperty controlling the default parallelism used in graph.static final EngineProperty<Integer>EngineConfig.RemoteMonitoring.PORTProperty that controls the port to use for remote monitoringstatic final EngineProperty<String>EngineConfig.SCHEDULER_QUEUEDefines the scheduler queue used for executing jobsstatic final EngineProperty<Boolean>EngineConfig.Ports.SIZE_BY_READERSProperty controlling whether queues are initially sized based on the number of readers.static final EngineProperty<Long>EngineConfig.Sort.SORT_BUFFERProperty specifying the default value forsortBufferSize.static final EngineProperty<Integer>EngineConfig.Ports.SPOOL_THRESHOLDProperty specifying the number of unread batches which triggers spooling mode for the queue.static final EngineProperty<Path>EngineConfig.STORAGE_MANAGEMENT_PATHProperty that controls a base path to use for intermediate storage.static final EngineProperty<Integer>EngineConfig.SUBGRAPH_HISTORY_SIZEProperty controlling the maximum number of subgraphs to retain when tracking execution history.static final EngineProperty<Integer>EngineConfig.Ports.WRITEAHEADProperty specifying the amount unread data which can be held in queues.Methods in com.pervasive.datarush.graphs that return EnginePropertyModifier and TypeMethodDescriptionstatic <T> EngineProperty<T>EngineProperty.defineProperty(String propertyName, String description, Class<T> propertyClass, T defaultValue) Creates a new engine propertystatic EngineProperty<?>EngineProperty.discoverProperty(Class<?> clazz, String name) Looks up engine properties by their property file keys.Methods in com.pervasive.datarush.graphs that return types with arguments of type EnginePropertyModifier and TypeMethodDescriptionstatic List<EngineProperty<?>>EngineProperty.discoverProperties(Class<?> clazz) Finds allpublic static final EnginePropertydeclarations of the given class and its inner classes.Methods in com.pervasive.datarush.graphs with parameters of type EnginePropertyModifier and TypeMethodDescription<T> TEngineConfig.getProperty(EngineProperty<T> property) Returns the value of an arbitrary property<T> EngineConfigEngineConfig.property(EngineProperty<T> property, T value) Constructs a new configuration overriding the specified setting All other settings are left unchanged.